security-audit

Audit codebases for injection flaws, auth issues, and secrets leakage.

4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/kimon1230/claude_extensions --skill security-audit-kimon1230
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/kimon1230/claude_extensions/tree/main/skills/security-audit
Command: npx skills add https://github.com/kimon1230/claude_extensions --skill security-audit-kimon1230

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the critical need for thorough security reviews of codebases, identifying vulnerabilities before they can be exploited.

Core Features & Use Cases

  • Comprehensive Security Audits: Leverages parallel subagents to perform in-depth security analysis across various attack vectors.
  • Scope Flexibility: Can audit entire projects, specific files/directories, or recent code changes.
  • Compliance Checks: Optionally includes checks for specific compliance frameworks like PCI-DSS, HIPAA, SOC2, and GDPR.
  • Use Case: Before deploying a new feature, run /security-audit to get a detailed report on potential vulnerabilities, ensuring your application is robust against common threats.

Quick Start

Run /security-audit to review the security of your recent code changes.

Frequently Asked Questions about security-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an automated security audit on my codebase to find injection and auth vulnerabilities?

Run an automated security audit by executing the /security-audit command on your codebase, files, or recent changes to identify injection flaws, authentication issues, and data exposure. It uses parallel subagents to perform in-depth analysis across various attack vectors.

Can I check my infrastructure as code for misconfigurations and secrets leakage?

Yes, you can check infrastructure as code for misconfigurations and secrets leakage. The security audit supports both web application and IaC analysis, scanning for exposed credentials and infrastructure security flaws using parallel subagents.

Does this security audit tool support compliance checks for PCI-DSS, HIPAA, SOC2, and GDPR?

Yes, the security audit supports optional compliance checks for PCI-DSS, HIPAA, SOC2, and GDPR. You can include these specific compliance framework checks during your codebase analysis to ensure your application meets regulatory security requirements.

What is the best way to review recent code changes for security vulnerabilities before deployment?

The best way to review recent code changes for security vulnerabilities is to run /security-audit on your recent updates. This performs a targeted security analysis to identify potential threats like session issues and data exposure before deployment.

Can I audit specific files and directories instead of an entire project?

Yes, you can audit specific files and directories instead of an entire project. The security audit offers scope flexibility, allowing you to target entire projects, specific files, directories, or just recent code changes for vulnerability identification.

Why should I use parallel subagents for penetration testing and code review?

Using parallel subagents for code review and penetration testing accelerates comprehensive security analysis. It allows the audit to simultaneously evaluate multiple attack vectors like injection flaws, auth issues, and infrastructure misconfigurations across your codebase efficiently.