test-gap-audit
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/coverage_map.pyexecutesgitviasubprocess.run(). It passes arguments as a list and avoidsshell=True, which is a secure method for executing external binaries. - [INDIRECT_PROMPT_INJECTION]: The skill reads and analyzes source code files within a repository, creating a surface where malicious code could attempt to influence the agent. Ingestion points: The script
scripts/coverage_map.pyreads file contents viaPath.read_text. Boundary markers: The skill does not define specific delimiters for processed code but mandates grounding findings in evidence. Capability inventory: Subprocess execution ofgitand file system access. Sanitization: Useserrors="replace"during file reading to handle malformed content.
Audit Metadata