acestep-lyrics-transcription
Audited by Socket on Feb 26, 2026
1 alert found:
MalwareThis skill's documentation and workflow are coherent with its stated purpose: transcribing audio via OpenAI or ElevenLabs and producing timestamped lyrics files. No explicit malicious code snippets, obfuscated payloads, remote download-execute patterns, or non-official network endpoints are present in the provided text. The primary security concerns are operational: (1) it requires executing a local shell script (./scripts/acestep-lyrics-transcription.sh) — which must be audited before running because any script can execute arbitrary commands; (2) it requires user API keys and sends audio and transcriptions to third-party provider APIs (expected for the service but a privacy consideration); and (3) configuration files storing keys must be protected to avoid accidental leakage. Overall there is no direct evidence of malware in the provided content, but running the included script without reviewing it increases risk. Recommended actions: inspect the contents of ./scripts/acestep-lyrics-transcription.sh and scripts/config.json before running; verify the script calls only the official provider endpoints; ensure keys are stored with appropriate file permissions and not transmitted to unknown hosts.