Cybersec Audit Skill — Security skill for Claude Code
Claude Agent skill for hybrid code security auditing — deterministic + LLM analysis with auto-fix.
How to install Cybersec Audit Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open cesschneider/cybersec-audit-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Cybersec Audit Skill does
Claude Agent skill for hybrid code security auditing — deterministic + LLM analysis with auto-fix.
Alternatives in Security
- Promptmap — Security scanner for custom LLM apps 1.2k ★
- Claude Bootstrap — Opinionated project initialization with security-first guardrails, spec-driven atomic todos, LLM testing patte 536 ★
- Maestro Odyssey — Long-running iterative cycle — one entry, seven modes (debug improve planex review security defensive ui) 530 ★
README
Cybersecurity Audit Skill
A Claude Agent skill that performs **hybrid source code security audits** — deterministic pattern scanning, SAST tool integration (semgrep/bandit/snyk/trivy), LLM contextual analysis, and architecture-level finding detection. Produces Markdown and JSON reports with optional auto-fix capability.
Includes intentionally vulnerable demo apps (Flask, Node.js, Go, React) to demonstrate the audit capability live.
Setup
Choose your environment below. Step 2 (SAST tools) and Step 3 (output directory) are the same for both.
Option A — Claude Code (Anthropic CLI)
Claude Code uses `CLAUDE.md` for persistent instructions and `.claude/skills/` for reusable slash-command workflows.
**Step A1 — Install as a global skill (available in any project)**
# Create the global skills directory
mkdir -p ~/.claude/skills/cybersecurity-audit
# Copy the skill file
cp SKILL.md ~/.claude/skills/cybersecurity-audit/SKILL.md
Invoke it in any Claude Code session with:
/cybersecurity-audit
**Step A2 — Or install as a project-level skill (scoped to this repo)**
# Run from inside the cloned repo
mkdir -p .claude/skills/cybersecurity-audit
cp SKILL.md .claude/skills/cybersecurity-audit/SKILL.md
Invoke it the same way:
/cybersecurity-audit
**Step A3 — Or inject via CLAUDE.md (no slash command needed)**
If you prefer the skill to load automatically for every session in this repo, append it to your project's `CLAUDE.md`:
cat SKILL.md >> CLAUDE.md
Or create a user-level CLAUDE.md so the skill is always available globally:
cat SKILL.md >> ~/.claude/CLAUDE.md
**Verify it's loaded:**
# Inside the repo, start a Claude Code session and run:
/claude
# Then type /cybersecurity-audit — it should appear in autocomplete
Option B — Hermes CLI
Hermes uses a `~/.hermes/skills/` directory with category subdirectories.
**Step B1 — Copy the skill into Hermes**
# Cre
Related Skills
Peon Mem
Local-first hierarchical memory brain for AI coding agents — auto-capture, LLM consolidation, hybrid retrieval
Archive PAGE 2 Security
Archive — Bundle 2: Security & Auditing (Deep Analysis)
Sec Triage Agent
Autonomous LLM security triage agent built with Python, Claude Code, Ollama, and Pydantic. Automatically parse
SEO Audit Agent
Technical SEO audit agent — your AI coding assistant fetches live pages and collects facts; a deterministic en
Vibe Security Check Skill
Claude skill for automated security audit for vibe-coded apps. One command, 15 checks, auto-fix. Works with No
Vigilant Guacamole
AI Code Review Agent (with Auto-Fix) Connects to GitHub PRs, runs parallel Security / Performance / Test-cover
Related Agents
Copyeditor
Sole owner of deterministic quantitative checks across all Layers. Runs the 10 tools/lint.py groups (graph·hub
Brain Retrieval Engineer
Retrieval engineer — six retrieval strategies (hybrid, graph-enhanced vector, entity-anchored local, guarded T
Audit Logs
Query and manage Datadog Audit Trail events for compliance, security auditing, and tracking user actions acros