verify
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to automate standard software development verification tasks. It follows best practices by attempting to use project-local manifest scripts and existing ecosystem tools.
- [COMMAND_EXECUTION]: The skill executes standard build, lint, and test commands (such as
npm lint,pytest,cargo test,go test) based on the detected project environment (Node.js, Python, Rust, Go, Java). This execution is limited to the tools explicitly allowed in the skill's configuration and is necessary for its verification purpose. - [DYNAMIC_EXECUTION]: The skill attempts to locate and execute a project-specific runner script at
.claude/scripts/verify-runner.js. This is a routine automation pattern for project-specific CI/CD or verification logic and does not involve remote code downloads or external untrusted sources.
Audit Metadata