dependency-confusion-detect

Pass

Audited by Gen Agent Trust Hub on Aug 27, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill instructs the installation of external security tools from public sources. Specifically, it recommends go install github.com/nickvdyck/confused@latest and pip install guarddog. These are recognized utilities in the security community for identifying supply chain vulnerabilities.
  • [COMMAND_EXECUTION]: The skill relies on shell command execution to perform its primary function. It uses the confused and guarddog CLIs to scan local files such as package.json, requirements.txt, and pom.xml.
  • [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data in the form of project dependency files.
  • Ingestion points: Reads package.json (npm), requirements.txt (Python), and pom.xml (Maven).
  • Boundary markers: None identified; files are passed directly to the scanning tools.
  • Capability inventory: Executes shell commands and processes the output of security scanners.
  • Sanitization: The skill relies on the underlying tools (confused, guarddog) to safely parse the input files rather than interpreting the content as direct agent instructions.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 27, 2026, 06:47 PM
Security Audit — agent-trust-hub — dependency-confusion-detect