simplify
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to perform automated and manual code reviews within a local development environment. It identifies changes using
git diffand evaluates them against a predefined standards checklist.- [COMMAND_EXECUTION]: The skill usesgit diff --name-onlyto identify which files have been modified. This command is restricted to querying the local repository state and does not involve arbitrary command execution or shell injection risks.- [PROMPT_INJECTION]: While the skill ingests data from sources likeAGENTS.md, task documents, and changed source code, it does so within a structured quality gate workflow. The specific instructions to check for dead code, proper typing, and clear responsibility guide the agent's behavior, reducing the risk of being influenced by instructions embedded in the reviewed content. The ingestion points are local markdown and source files; capabilities are limited to reading files and appending findings to existing task documentation.
Audit Metadata