translate-video
Warn
Audited by Snyk on Feb 27, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill runs "npm install" at runtime (cd ~/.claude/skills/transcribe/scripts && [ -d node_modules ] || npm install), which fetches and installs packages from the npm registry (https://registry.npmjs.org/) that are then executed by npx ts-node transcribe.ts, so remote code is fetched and executed as a required dependency.
Audit Metadata