
claude-skill-security-auditor
Claude Code skill for running structured security audits with actionable remediation plans
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
⚠ Unverified source (community-unclaimed, low activity) — reveal the prompt
⚠ Unverified source (community-unclaimed, low activity). Inspect the repo before letting your agent install it. Install and set up claude-skill-security-auditor (claude-skill project) into my current project. Found on https://claudeers.com/claude-skill-security-auditor Repo: https://github.com/wrsmith108/claude-skill-security-auditor Homepage/docs: — Detected install method: claude-skill → # copy this skill into .claude/skills/claude-skill-security-auditor/ Category: security. Platforms: cli. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: dormant; community-verified: false. Confirm the source before running anything.
# copy the skill dir into your project: # .claude/skills/claude-skill-security-auditor/ (or ~/.claude/skills/claude-skill-security-auditor/ for all projects)
git clone https://github.com/wrsmith108/claude-skill-security-auditor
// compatibility
| Platforms | cli |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | — |
| Pricing | open-source |
| Language | TypeScript |
Security Auditor
A Claude Code skill for running structured security audits with actionable remediation plans.
Installation
As a Claude Code Skill
# Clone to your Claude skills directory
git clone https://github.com/wrsmith108/claude-skill-security-auditor.git ~/.claude/skills/security-auditor
Standalone Usage
npx tsx scripts/index.ts [options]
Trigger Phrases
This skill activates when you mention:
- "npm audit"
- "security vulnerability"
- "dependency vulnerability"
- "CVE"
- "security check"
- "audit dependencies"
- "check vulnerabilities"
Capabilities
- Execute
npm audit --jsonand parse structured output - Classify vulnerabilities by severity (critical, high, medium, low)
- Extract CVE identifiers, affected versions, and fix versions
- Distinguish direct vs transitive dependencies
- Generate markdown reports with remediation commands
- Support risk acceptance via
security-exceptions.json - Provide CI-friendly exit codes
Usage
Basic Audit
npx tsx scripts/index.ts
JSON Output
npx tsx scripts/index.ts --json
Fail on High+ Severity (for CI)
npx tsx scripts/index.ts --fail-on high
Fail on Critical Only
npx tsx scripts/index.ts --fail-on critical
Audit a Specific Project
npx tsx scripts/index.ts --cwd /path/to/project
Risk Acceptance
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.
Output Format
The skill generates a markdown report with:
- Summary table by severity
- Detailed breakdown of high+ severity issues
- Transitive dependency analysis
- Copy-paste remediation commands
- List of accepted risks (if any)
Exit Codes
| Code | Meaning |
|---|---|
0 | No vulnerabilities above threshold |
1 | Vulnerabilities found above threshold (with --fail-on) |
2 | Error running audit |
CI Integration
- name: Security Audit
run: npx tsx scripts/index.ts --fail-on high
Requirements
- Node.js and npm installed
- Valid
package.jsonin target directory - Optional:
package-lock.jsonfor accurate audit
Changelog
1.0.1 (2026-02-10)
- Fixed: Replaced hardcoded
~/.claude/skills/paths with relative paths for portability across different install locations
License
MIT
Related Skills
- ci-doctor - Diagnose CI/CD pipeline issues
- version-sync - Sync Node.js versions
- flaky-test-detector - Detect flaky tests
- docker-optimizer - Optimize Dockerfiles
// faq
What is claude-skill-security-auditor?
Claude Code skill for running structured security audits with actionable remediation plans. It is open-source on GitHub.
Is claude-skill-security-auditor free to use?
claude-skill-security-auditor is open-source, so it is free to use.
What category does claude-skill-security-auditor belong to?
claude-skill-security-auditor is listed under security in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/claude-skill-security-auditor)
// retro hit counter
[](https://claudeers.com/claude-skill-security-auditor)
// reviews
// guestbook
// related in Security & Compliance
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specia…
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
Prowler is the world’s most widely used open-source cloud security platform that automates security and compliance across any cloud environment.
🐶 A curated list of Web Security materials and resources.