silent-failure-hunter
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to ingest and process untrusted external data (source code) through the use of tools like
ReadandGrep. This constitutes an indirect prompt injection attack surface where malicious instructions embedded in comments or strings within the audited code could attempt to influence the agent's behavior. - Ingestion points: The skill uses
Read,Grep, andGlobtools to ingest content from files in the environment for analysis. - Boundary markers: No explicit delimiters or instructions are provided to the agent to treat the audited code content as untrusted data or to ignore embedded instructions.
- Capability inventory: The skill has access to
Bash,Read,Grep, andGlobtools. - Sanitization: No sanitization, escaping, or validation of the ingested code content is specified before the agent processes it.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool andGrepto search for specific forbidden code patterns (e.g., empty catch blocks). This use of shell commands is routine for its stated purpose of auditing codebases and enforcing standards.
Audit Metadata