code-review-md
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from
git diffoutputs, creating a surface for indirect prompt injection where malicious code changes could attempt to influence the agent's review behavior. - Ingestion points: Diff outputs from
git diffand contents of source files in the repository. - Boundary markers: Not explicitly defined in the skill instructions; the workflow refers to an external template for the report structure.
- Capability inventory: Reading repository data via git, executing the local script
diff_stats.py, and writing reports to the.reviews/directory. - Sanitization: No explicit sanitization or filtering of the diff content is specified in the skill workflow.
- [COMMAND_EXECUTION]: The skill executes local commands including
git diffand a Python scriptdiff_stats.py. These operations are consistent with the skill's stated purpose of reviewing code changes and do not involve unauthorized actions or privilege escalation.
Audit Metadata