skills/sylphai-inc/skills/codegraph/Gen Agent Trust Hub

codegraph

Pass

Audited by Gen Agent Trust Hub on Aug 6, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The scripts/scan.py script invokes git ls-files using the subprocess module. This is used for efficient file discovery but represents an execution of an external system binary.
  • [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it instructs the agent to analyze and summarize docstrings and comments extracted from the scanned codebase.
  • Ingestion points: Source code files are read by scripts/scan.py to populate digest.md for the agent.
  • Boundary markers: There are no specialized delimiters to isolate untrusted code comments from agent instructions in the digest.md briefing.
  • Capability inventory: The agent can execute local scripts and perform file system operations within the repository scope.
  • Sanitization: Extracted text is formatted for length but not sanitized for instructional triggers.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 6, 2026, 07:01 PM
Security Audit — agent-trust-hub — codegraph