production-ready-hardener
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python diagnostic script (
production_readiness_scanner.py) designed to audit local projects. It executes shell commands includingnpx tsc,npx eslint,npm test, andnpm run buildto gather data for a readiness report. - [SAFE]: The instructions and reference guides provide extensive security hardening advice, such as implementing Row-Level Security (RLS) in databases, configuring Content Security Policy (CSP) headers, and using parameterized queries to prevent SQL injection.
- [SAFE]: The automated scanner script includes proactive security checks that search for hardcoded secrets (e.g., Stripe secret keys) and string-interpolated SQL queries in the target project's source code to warn the user.
Audit Metadata