testability
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is primarily documentation and instructional content regarding software testing methodologies (Unit, API, and E2E tests).
- [SAFE]: Code examples utilize environment variables (e.g.,
TEST_DATABASE_URL) and descriptive placeholders (e.g.,test-user-did) rather than exposing hardcoded production secrets or credentials. - [SAFE]: All command-line examples use standard industry tools for building and testing, such as
pnpm,vitest,playwright, and thevercelCLI, within their expected development lifecycle contexts. - [SAFE]: The skill recommends a security-conscious pattern for debug API routes by explicitly checking the environment (
process.env.NODE_ENV === 'production') to prevent exposing internal state in production environments. - [SAFE]: External service references (Privy, Vercel, Neon) are directed toward well-known technology providers and are used in an illustrative, safe manner.
Audit Metadata