find-bugs
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data (branch diffs and repository files) as part of its primary function. While this is necessary for code review, it creates a potential surface for indirect prompt injection if the code being reviewed contains adversarial instructions designed to influence the agent's behavior.
- Ingestion points: The skill uses the
ReadandBashtools inSKILL.md(Step 1) to ingest git diffs and file contents. - Boundary markers: The instructions lack explicit boundary markers or delimiters to separate untrusted code content from the agent's own instructional context.
- Capability inventory: The skill has access to
Bash,Read,Glob, andGrep, providing a significant capability surface for command execution and file system access. - Sanitization: There are no explicit instructions for sanitizing or escaping the content read from files before the agent processes it.
- [SAFE]: The skill's configuration and instructions promote security best practices for automated auditing. The use of
context: forkprovides execution isolation, and the 'Guardrails' section explicitly forbids code modifications and the invention of findings. No evidence of malicious intent, obfuscation, or data exfiltration was found.
Audit Metadata