Skip to main content

production-audit

Conducts local production readiness audits for applications, ensuring they are ready for deployment without external data sharing.

Install this skill

or
65/100

Security score

The production-audit skill was audited on May 18, 2026 and we found 11 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 66

Webhook reference - potential data exfiltration

SourceSKILL.md
66- API routes, webhooks, auth middleware, background workers, cron jobs, and
medium line 95

Webhook reference - potential data exfiltration

SourceSKILL.md
95- Are retries idempotent for writes, jobs, and webhook handlers?
medium line 97

Webhook reference - potential data exfiltration

SourceSKILL.md
97### Payments And Webhooks
medium line 99

Webhook reference - potential data exfiltration

SourceSKILL.md
99- Are webhook signatures verified before parsing trusted payload fields?
medium line 100

Webhook reference - potential data exfiltration

SourceSKILL.md
100- Is each payment, subscription, or fulfillment webhook idempotent?
medium line 135

Webhook reference - potential data exfiltration

SourceSKILL.md
135- Payment or fulfillment webhooks are not idempotent.
low line 148

Webhook reference - potential data exfiltration

SourceSKILL.md
148Production audit: 76/100, launchable with caveats, with webhook idempotency and rollback docs as the two risks to fix before public launch.
low line 173

Webhook reference - potential data exfiltration

SourceSKILL.md
173Production audit: 68/100, risky, because Stripe webhooks are verified but not idempotent and there is no rollback note for the pending migration.
low line 181

Webhook reference - potential data exfiltration

SourceSKILL.md
181- Add one E2E path for upgrade, webhook fulfillment, and billing-page refresh.
low line 184

Webhook reference - potential data exfiltration

SourceSKILL.md
184- `api/stripe/webhook.ts`
low line 188

Webhook reference - potential data exfiltration

SourceSKILL.md
188Next action: Want me to patch webhook idempotency first?
Scanned on May 18, 2026
View Security Dashboard
Installation guide →