code-review
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Automated Linting and Diffing: The skill utilizes
gitto inspect changes andsbtandblackto verify code style and formatting. These are well-known development tools operating on the local project environment within their expected functional scope. - Security Best Practices Checklist: A significant portion of the skill is dedicated to educational checklists regarding safe deserialization (CWE-502), input validation, and secret management. This encourages developers to adhere to secure coding standards during the review process.
- Data Ingestion Surface: By running
git diff, the skill ingests code changes into the agent's context for analysis. As with any tool processing external data, it is a point where the agent might encounter instructions embedded in code comments or strings, though the skill is structured to provide objective feedback based on the provided checklists.
Audit Metadata