code-review
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands to manage the review workflow.
- Evidence: Uses
git diff --name-only HEAD~1inSKILL.mdto dynamically identify files for review. - Evidence: References a
Readcommand to load context files from the.opencodedirectory. - [PROMPT_INJECTION]: The skill processes untrusted code files, which constitutes an indirect prompt injection surface.
- Ingestion points: Code files identified via the
$ARGUMENTSvariable inSKILL.md. - Boundary markers: No explicit markers or instructions to ignore embedded commands are present in the processing logic.
- Capability inventory: The skill can read local files and execute git commands as part of its core functionality in
SKILL.md. - Sanitization: There is no evidence of sanitization or content validation for the files being reviewed.
Audit Metadata