
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
whisper-transcript
Advanced tools
This web-component lets you view the JSON output of Whisper to graphically examine the probability of each word. You will want to run whisper with the --word_stamps turned on:
$ whisper --model large-v3 --word_timestamps True media.mp3
You can see a demo at https://edsu.github.io/whisper-transcript
yarn install whisper-transcript
Load the module:
<script type="module" src="https://cdn.jsdelivr.net/npm/whisper-transcript@latest/dist/index.js"></script>
And use it!
<whisper-transcript audio="media.mp3" url="media.json"></whisper-transcript>
If you have a video file that will play natively in the browser you can use the video attribute:
<whisper-transcript video="media.mp4" url="media.json"></whisper-transcript>
You will want to clone this repository and then:
yarn install
yarn start
This will open the page in the demo directory. If you like you can swap out the audio.mp3 and audio.json files for ones you've created to see what a transcript you've generated looks like.
FAQs
A web-component for viewing a Whisper JSON transcript
The npm package whisper-transcript receives a total of 1 weekly downloads. As such, whisper-transcript popularity was classified as not popular.
We found that whisper-transcript demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.

Research
A malicious package uses a QR code as steganography in an innovative technique.

Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.