testing-strategy
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of instructional documentation and code examples designed to guide an AI agent in writing and reviewing tests. No executable code or malicious patterns were identified in the instructions.
- [SAFE]: Promotes secure secret management by explicitly instructing users to use environment variables (e.g.,
process.env.TEST_USER_EMAIL) for test credentials rather than hardcoding them. - [SAFE]: Includes explicit warnings against using realistic-looking credential patterns (e.g., AWS keys or Stripe tokens) in mock data to prevent potential exposure.
- [SAFE]: Demonstrates supply-chain security best practices by providing examples of pinning GitHub Actions to specific commit SHAs rather than mutable tags.
Audit Metadata