find-bugs
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute
git diffand file read commands to gather data for analysis. This is a standard and safe operation for development-focused skills performing code reviews. - [PROMPT_INJECTION]: The skill is exposed to indirect prompt injection through the processing of untrusted code diffs and file contents. Ingestion points: Phase 1 retrieves data via
git diffand direct file system reading of modified lines. Boundary markers: The instructions do not define delimiters or specific 'ignore instructions' markers for the ingested code. Capability inventory: The skill usesgitfor data retrieval and performs read operations; no file-write or network-access capabilities are utilized. Sanitization: No explicit sanitization or instruction-ignoring markers are applied to the code being reviewed.
Audit Metadata