verification-before-completion
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a comprehensive verification process using standard development tools like
pytest,go test, andnpm test. These commands are executed via theBashtool as part of the intended verification workflow. - [SAFE]: A specialized Python script (
scripts/validate.py) provides automated validation for Python, JavaScript, and Go files. It uses safesubprocess.runcalls with argument lists and includes defensive checks for dangerous patterns such aseval()andexec()usage in target files. - [SAFE]: The skill incorporates security best practices by instructing the agent to scan for sensitive information (API keys, passwords, secrets) and leftover debug artifacts (print statements, debuggers) using
grepbefore completion. - [SAFE]: All operations are performed on local files and standard project dependencies. No external downloads from untrusted sources or hidden network operations were detected.
Audit Metadata