| name | performing-security-audits |
| description | Analyze code, infrastructure, and configurations by conducting comprehensive security audits. It leverages tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, and cryptography review. Use when assessing security or running audits. Trigger with phrases like 'security scan', 'audit', or 'vulnerability'.
|
| allowed-tools | Read, Write, Edit, Grep, Glob, Bash(cmd:*) |
| version | 1.31.0 |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
| license | MIT |
| tags | ["packages","security","compliance","audit"] |
| compatibility | Designed for Claude Code, also compatible with Codex and OpenClaw |
Security Pro Pack
Conduct comprehensive security audits spanning vulnerability scanning, compliance verification (HIPAA, PCI DSS, GDPR, SOC 2), cryptography review, and infrastructure security assessment.
Overview
Perform in-depth security audits across various domains, from code vulnerability scanning to compliance verification and infrastructure security assessment. It utilizes the specialized tools within the security-pro-pack to provide a comprehensive security posture analysis.
How It Works
- Analysis Selection: Claude determines the appropriate security-pro-pack tool (e.g.,
Security Auditor Expert, Compliance Checker, Crypto Audit) based on the user's request and the context of the code or system being analyzed.
- Execution: Claude executes the selected tool, providing it with the relevant code, configuration files, or API endpoints.
- Reporting: Claude aggregates and presents the findings in a clear, actionable report, highlighting vulnerabilities, compliance issues, and potential security risks, along with suggested remediation steps.
When to Use This Skill
This skill activates when you need to:
- Assess the security of code for vulnerabilities like those in the OWASP Top 10.
- Evaluate compliance with standards such as HIPAA, PCI DSS, GDPR, or SOC 2.
- Review cryptographic implementations for weaknesses.
- Perform container security scans or API security audits.
Examples
Example 1: Vulnerability Assessment
User request: "Please perform a security audit on this authentication code to find any potential vulnerabilities."
The skill will:
- Invoke the
Security Auditor Expert agent.
- Analyze the provided authentication code for common vulnerabilities.
- Generate a report detailing any identified vulnerabilities, their severity, and recommended fixes.
Example 2: Compliance Check
User request: "Check this application against GDPR compliance requirements."
The skill will:
- Invoke the
Compliance Checker agent.
- Evaluate the application's architecture and code against GDPR guidelines.
- Generate a report highlighting any non-compliant areas and suggesting necessary changes.
Best Practices
- Specificity: Provide clear and specific instructions about the scope of the audit (e.g., "audit this specific function" instead of "audit the whole codebase").