codegraph-tool
Fail
Audited by Snyk on Aug 8, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). This is a raw GitHub-hosted shell script (install.sh) from a personal GitHub account referenced for piping to sh (curl ... | sh), which is a high-risk pattern for distributing malicious code unless the repository and author are verified.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The install command in SKILL.md directly pipes a remote script to the shell, executing code fetched from https://raw.githubusercontent.com/colbymchenry/codegraph/main/install.sh at runtime, which is a high-risk external dependency.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata