testing
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns detected. The skill provides standard instructional guidance for code testing, regression prevention, and CI/CD gates.
- [CREDENTIALS_UNSAFE]: The skill explicitly enforces a policy against hardcoding credentials, stating 'No production data, no real credentials, ever,' and recommends using
bunfig.tomlfor configuration instead of environment files that might contain sensitive data. - [COMMAND_EXECUTION]: Defines standard development commands (e.g.,
pnpm test,make fast,make gates) for running test suites and checking quality gates. These are standard practices in a software development environment. - [EXTERNAL_DOWNLOADS]: Mentions the use of well-known industry-standard tools for testing and security, including Bun, Vitest, Playwright, Pact, k6, and Semgrep. All mentioned tools are standard and appropriate for the skill's stated purpose.
Audit Metadata