maintainx-prod-checklist
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and scripts for production readiness checks, including authentication verification, error handling, performance optimization, and observability.- [COMMAND_EXECUTION]: Includes standard devops commands like
curlfor API testing andgrep/git secretsfor scanning sensitive patterns in code, which are appropriate for its stated purpose.- [DATA_EXPOSURE_EXFILTRATION]: Mentions sensitive environment variable names likeMAINTAINX_API_KEY_PROD, but does not attempt to exfiltrate them. It safely advises on avoiding secrets in logs and source code.- [DYNAMIC_EXECUTION]: UsesexecSyncfor runningnpm testandnpm run buildwithin a pre-deployment scripting context. This is standard developer tooling behavior.
Audit Metadata