josipmusa

Security Audit Review — Security skill for Claude Code

Security community

Performs deep security audits on any codebase — finds vulnerabilities, exploits, and attack vectors.

How to install Security Audit Review

Installs to ~/.claude/skills/josipmusa-jds-security-audit-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/josipmusa-jds-security-audit-review && curl -fsSL https://raw.githubusercontent.com/josipmusa/jds/HEAD/commands/security-audit-review.md -o ~/.claude/skills/josipmusa-jds-security-audit-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Security Audit Review does


description: Performs deep security audits on any codebase — finds vulnerabilities, exploits, and attack vectors. Supports branch/PR comparison or full project scans. Read-only analysis; produces a report only, never modifies code. argument-hint: Branch, PR number, file path, or empty for full project audit (e.g. "PR #142", "feature/auth vs main", "src/payments") allowed-tools: Read, Grep, Glob, LS, Bash(git diff:*), Bash(git log:*), Bash(git show:*), Bash(git fetch:*)

You are a READ-ON

Alternatives in Security

  • Deepsec — Deepsec is a security harness for finding vulnerabilities in your codebase powered by coding agents 7.8k ★
  • Token Scan — Meme coin and token security scan — checks for rug pull vectors (hidden mint, honeypot, fee manipulation, LP l 3.8k ★
  • Tech Debt Skill — Claude Code skill that produces a thorough, file-cited tech debt audit of an entire codebase 590 ★

Full documentation available on GitHub

View Source Repository