quick-voice
Fail
Audited by Snyk on Jul 8, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). The code intentionally exposes server-side tools (read_file, file serving, run_bash) and forwards an OpenAI API key/ephemeral tokens, enabling a remote realtime model to read arbitrary local files, execute shell commands, and thereby exfiltrate secrets or perform remote code execution if misused.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The launcher (scripts/launch.js) runs
npm installat runtime, which fetches and installs packages from the npm registry (https://registry.npmjs.org/) and therefore pulls and enables execution of remote code required for the skill.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata