requesting-code-review
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration attempts were detected in the skill files.
- [COMMAND_EXECUTION]: The skill uses
git rev-parseto retrieve commit SHAs andgit diffto display changes. These are standard, local-only development operations used to provide context for the code review. - [PROMPT_INJECTION]: The skill is designed to process external inputs such as implementation descriptions and code diffs, which represents an attack surface for indirect prompt injection. However, this is inherent to the functional purpose of a code review tool.
- Ingestion points: Variables
{WHAT_WAS_IMPLEMENTED},{PLAN_OR_REQUIREMENTS}, and{EVIDENCE}incode-reviewer.mdare populated from the primary agent's task context. - Boundary markers: The template utilizes Markdown headers (e.g.,
## Requirements/Plan) to separate untrusted data from instructions. - Capability inventory: The reviewer agent is limited to reading repository state via
git diffas defined incode-reviewer.md. - Sanitization: No explicit sanitization or instruction-ignoring delimiters are defined for the interpolated variables.
Audit Metadata