BeClaude

production-audit

New
2GitHub TrendingGeneralby apoorvjain25

Claude Code skill that audits your product until it stops finding things - then proves it. 24 lenses, 2 convergence loops, 0 hedging.

First seen 6/16/2026

Summary

This skill performs a comprehensive security audit of your production application using 24 distinct analysis lenses, then runs two convergence loops to verify findings and eliminate false positives.

  • It systematically identifies vulnerabilities, misconfigurations, and security gaps until no new issues are discovered, providing a definitive audit report with zero hedging.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/production-audit.md

3
Invoke in Claude Code
/production-audit

Use Cases

Audit a web application for OWASP Top 10 vulnerabilities before a major release.
Verify that recent code changes haven't introduced new security issues in production.
Perform a compliance check against industry standards like PCI-DSS or SOC2.
Identify misconfigured cloud resources or exposed secrets in your deployment.
Validate that security patches have been applied correctly across all services.
Generate a final sign-off report for a security review meeting.

Usage Examples

1

/production-audit audit my app for SQL injection and XSS vulnerabilities

2

Run a full security audit on the production environment and output a report

3

/production-audit check for exposed API keys and insecure dependencies

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is production-audit?

This skill performs a comprehensive security audit of your production application using 24 distinct analysis lenses, then runs two convergence loops to verify findings and eliminate false positives. It systematically identifies vulnerabilities, misconfigurations, and security gaps until no new issues are discovered, providing a definitive audit report with zero hedging.

How to install production-audit?

To install production-audit: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/production-audit.md. Finally, /production-audit in Claude Code.

What is production-audit best for?

production-audit is a community categorized under General. Created by apoorvjain25.

What can I use production-audit for?

production-audit is useful for: Audit a web application for OWASP Top 10 vulnerabilities before a major release.; Verify that recent code changes haven't introduced new security issues in production.; Perform a compliance check against industry standards like PCI-DSS or SOC2.; Identify misconfigured cloud resources or exposed secrets in your deployment.; Validate that security patches have been applied correctly across all services.; Generate a final sign-off report for a security review meeting..