Quality Gates
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous templates and patterns for executing standard development and validation commands across multiple ecosystems, including Node.js (eslint, tsc), Python (ruff, pytest), Rust (cargo clippy, cargo test), and Go (go vet, go test).
- [DATA_EXFILTRATION]: Includes a pre-deploy verification pattern for environment variables that uses bash parameter expansion to check for the presence of keys (e.g., API_KEY, SECRET_KEY) without reading or displaying their values.
- [COMMAND_EXECUTION]: Configures PostToolUse hooks to automatically run a validation script after file edits, providing immediate feedback on code changes within the agent's session.
- [SAFE]: Recommends integrated security auditing tools such as npm-audit, pip-audit, and cargo-audit to identify known vulnerabilities in project dependencies.
- [SAFE]: Provides a basic secret-scanning pattern using grep to detect potential hardcoded credentials before deployment.
Audit Metadata