octocode-install
Fail
Audited by Snyk on Apr 9, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt asks the agent to have the user paste GitHub PATs and to place them verbatim into MCP config/env (e.g., "GITHUB_TOKEN": "ghp_xxx"), which requires the LLM to handle and output secret values directly and is an exfiltration risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The installer instructs running npx commands that fetch and execute remote packages (e.g., "npx octocode-mcp@latest", which will be retrieved from the npm registry such as https://registry.npmjs.org/ and can run remote code that controls the agent), so this is a runtime dependency that executes external code.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata