Back to Skills
🔒

Security Audit

Official Skill
/security

Audits code for security vulnerabilities based on OWASP Top 10.

C

by Claude Rules

Skill author

.claude/commands/security.md
Perform a security audit of $ARGUMENTS.

Critical: SQL injection, XSS, command injection, auth bypass
High: Sensitive data exposure, broken access control
Medium: Security misconfiguration, missing rate limiting
Low: Missing security headers, weak cryptography

For each issue: location, severity, description, fix.

How to install this skill

Save the content above as a .md file in your .claude/commands/ directory, then use /security in Claude Code.

Project-level (current project only):

.claude/commands/security.md

Global (all projects):

~/.claude/commands/security.md

Browse by Tag

What are Skills?

Claude Code Skills are reusable slash commands stored as .md files in your .claude/commands/ directory. Type /security in Claude Code to run this skill.

Learn more in the docs