codegraph
Fail
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill's primary installation instructions in
SKILL.mdandreferences/installation.mddirect users to download and execute a remote script using the commandcurl -fsSL https://raw.githubusercontent.com/colbymchenry/codegraph/main/install.sh | sh. Executing unverified remote scripts with shell privileges is a critical security risk. - [EXTERNAL_DOWNLOADS]: The tool relies on binary executables and Node.js packages (
@colbymchenry/codegraph) hosted on external platforms (GitHub and NPM) owned by an untrusted third-party developer not recognized as a trusted organization. - [COMMAND_EXECUTION]: The skill utilizes several CLI commands such as
codegraph installandcodegraph initthat modify system configuration and project files. These commands are executed via the unverified external CLI tool. - [PROMPT_INJECTION]: Instructions in
references/troubleshooting.mdandreferences/mcp-tools.mdexplicitly tell the AI agent to "trust the results" and "not use grep/read to repeat verification." This directive undermines the agent's ability to verify findings and increases the risk of successful indirect prompt injection from malicious project code.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/colbymchenry/codegraph/main/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata