review-gate
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill acts as a defensive security control, specifically designed to prevent the automatic application of potentially unsafe code changes. It defines a formal 'Review Gate' process that explicitly prohibits the AI agent from self-approving its own work.
- [SAFE]: The instructions include explicit directives to identify and call out sensitive code patterns, such as authentication logic, payment processing, hardcoded secrets, and the use of dangerous execution functions like 'eval' or 'innerHTML'.
- [COMMAND_EXECUTION]: The skill references the execution of local verification scripts (
scripts/validate_skills.py,scripts/audit_skill_quality.py) and standard version control commands (git diff). These are documented as standard development practices for validating changes within a local repository environment and do not involve downloading or executing external code from untrusted remote sources.
Audit Metadata