code-review-validating
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: Comprehensive analysis of the skill files revealed no signs of malicious instructions, hardcoded credentials, obfuscation, or unauthorized data exfiltration.
- [COMMAND_EXECUTION]: The skill uses the
create_filetool to persist review findings andpresent_filesto share them with the user. - Evidence: Instruction in
SKILL.mdto save reports tocode_review_reports/correctness/and usepresent_filesfor downloads. - [PROMPT_INJECTION]: As a code review tool, the skill has an inherent surface for indirect prompt injection via the code it is tasked to analyze.
- Ingestion points: User-provided source code passed to the agent for debugging or logic validation (defined in
SKILL.mdtriggers). - Boundary markers: Absent; the instructions do not specify delimiters for the input code.
- Capability inventory: Restricted to
create_fileandpresent_filesfor report management. - Sanitization: No specific input sanitization or validation is performed on the code under review.
Audit Metadata