validate_production_readiness
Validate logging safety for production deployment. Assesses security, performance, observability, and compliance to deliver a GO/NO-GO decision.
Instructions
Final logging safety validation before production deployment
When used: Automatically executed after suggest_improvements completion or when final pre-deployment inspection is needed
Strict GO/NO-GO determination:
Immediate NO-GO if even one Critical issue exists
Comprehensive evaluation of security, performance, operational stability
Focus on actual service failure possibilities
5-stage safety validation: 1 Security Gate: Complete sensitive data blocking (password, token, PII) 2 Performance Gate: Prevent service performance blocking 3 Observability Gate: Ensure incident response capability 4 Operational Gate: Monitoring system integration 5 Compliance Gate: Regulatory compliance (GDPR, audit)
Deployment decision:
GO: Safe to deploy
CONDITIONAL GO: Deploy with caution due to limited risks
NO-GO: Deployment prohibited, fixes required
Critical Blockers: console.log, sensitive data exposure, synchronous I/O logging, error ignoring
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Programming language - provides language-specific validation checklist | |
| environment | No | Target deployment environment - staging: relatively lenient, production: strict standards | production |
| knownIssues | No | Known issues from previous analysis (optional) - helps focus validation on specific areas | |
| serviceCriticality | No | Service criticality - low: internal tools, medium: general services, high: core services, critical: financial/healthcare | high |