codegraph
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/scan.pyscript invokesgit ls-filesusing thesubprocessmodule. 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.pyto populatedigest.mdfor the agent. - Boundary markers: There are no specialized delimiters to isolate untrusted code comments from agent instructions in the
digest.mdbriefing. - 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