verification-loop

Pass

Audited by Gen Agent Trust Hub on Mar 13, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is designed as a quality assurance tool to help the agent verify code changes through build checks, type validation, linting, and testing. No malicious patterns or bypass attempts were detected.- [COMMAND_EXECUTION]: The skill defines several shell commands for common development tasks such as building (npm run build), type-checking (npx tsc, pyright), linting (ruff), and testing. These commands are standard in modern development environments and are used for legitimate verification purposes within the local environment.- [SAFE]: The 'Security Scanning' phase proactively checks for potential issues like hardcoded API keys (sk-, api_key) and internal logging (console.log) using grep. This behavior is intended to improve the security posture of the project being worked on by preventing the accidental inclusion of sensitive data in commits.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 13, 2026, 12:38 AM