// PRE-COMMIT GUARDRAIL AUDIT
PRE-CHANGE SAFETY ASSESSMENT
Paste comma-separated config variables from your staged git diff or `.env` file to audit every key against historical outage memory.
AUDIT RESULTS & GUARDRAIL ADVICE
4 VARIABLES SCANNED // SERVICE: payments-api| CONFIG KEY | RISK ASSESSMENT | SCORE | PROVENANCE & RECOMMENDATION |
|---|---|---|---|
| DB_POOL_SIZE | ⚠ ARMED | 95 | Historical P1 Outage (INC-47). Will cause database connection memory exhaustion when > 15. |
| REQUEST_TIMEOUT | ⚡ CAUTION | 45 | Modified in PR #402 during Black Friday traffic spike. Monitor latency. |
| CACHE_TTL | ✓ CLEAR | 10 | No historical incident records or outage correlations found in git logs. |
| WORKER_THREADS | ✓ CLEAR | 15 | Safe parameter within standard operating bounds (2 - 8 threads). |
CLI COMMAND: ./capi check --service payments-api
PRE-COMMIT HOOK STATUS: ACTIVE (.git/hooks/pre-commit)