ai-regression-testing
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill contains benign instructional content and code snippets for software testing.
- [COMMAND_EXECUTION]: The skill references standard development commands like
npm run testandnpm run buildas part of a recommended bug-checking workflow. These are used in their intended context for testing and building projects. - [CREDENTIALS_UNSAFE]: The skill demonstrates how to clear environment variables for a sandbox environment (e.g.,
process.env.NEXT_PUBLIC_SUPABASE_URL = ""). This is a secure practice for isolating tests from production data and does not involve hardcoded secrets or unsafe credential handling.
Audit Metadata