A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Claude Code skill for running structured security audits with actionable remediation plans
A Claude Code skill for running structured security audits with actionable remediation plans.
# Clone to your Claude skills directory
git clone https://github.com/wrsmith108/claude-skill-security-auditor.git ~/.claude/skills/security-auditor
npx tsx scripts/index.ts [options]
This skill activates when you mention:
npm audit --json and parse structured outputsecurity-exceptions.jsonnpx tsx scripts/index.ts
npx tsx scripts/index.ts --json
npx tsx scripts/index.ts --fail-on high
npx tsx scripts/index.ts --fail-on critical
npx tsx scripts/index.ts --cwd /path/to/project
Create a security-exceptions.json file in your project root to accept known risks:
{
"exceptions": [
{
"id": "GHSA-xxxx-xxxx-xxxx",
"reason": "Not exploitable in our usage context",
"expires": "2025-06-01",
"approvedBy": "security-team"
}
]
}
Accepted vulnerabilities are tracked separately in the report.
The skill generates a markdown report with:
| Code | Meaning |
|---|---|
0 | No vulnerabilities above threshold |
1 | Vulnerabilities found above threshold (with --fail-on) |
2 | Error running audit |
- name: Security Audit
run: npx tsx scripts/index.ts --fail-on high
package.json in target directorypackage-lock.json for accurate audit~/.claude/skills/ paths with relative paths for portability across different install locationsMIT
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac