Oh My Secuaudit
Description
Security skill collection for Claude Code and Codex — SAST, DAST, binary analysis, architecture review, code clustering, and assessment-as-code workflows
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
oh-my-secuaudit
Security skill collection for Claude Code and Codex workflows.
Install (Claude Code)
This repo is packaged as a Claude Code plugin marketplace named `windshock`. The plugin name is `oh-my-secuaudit`.
/plugin marketplace add windshock/oh-my-secuaudit
/plugin install oh-my-secuaudit@windshock
To develop locally against this checkout:
/plugin marketplace add /Users//path/to/oh-my-secuaudit
/plugin install oh-my-secuaudit@windshock
After install, the six SKILL.md files become discoverable to Claude Code by their frontmatter `description` and trigger automatically when relevant work appears.
Layout
Skills live under `plugins/oh-my-secuaudit/skills/` (Claude Code plugin convention: `/skills//SKILL.md`). Category groupings (architect / runtime / static / external / methodology) live in this README, not in directory paths.
plugins/oh-my-secuaudit/skills/sec-audit-static(static): SAST/SCA/secret/reporting workflowplugins/oh-my-secuaudit/skills/sec-cluster(static): security code clustering workflow (v4 dataflow-based)plugins/oh-my-secuaudit/skills/sec-audit-dast(runtime): runtime/API assessment workflow (DAST/ASM)plugins/oh-my-secuaudit/skills/external-software-analysis(external): third-party software/binary analysis workflowplugins/oh-my-secuaudit/skills/security-architecture-review(architect): security architecture review workflowplugins/oh-my-secuaudit/skills/security-testing-as-code(methodology): assessment-as-project workflow (PoC, evidence, handoff)
Capability Matrix
| Skill | Primary Question | Typical Input | Primary Output | Consumed By |
|---|---|---|---|---|
sec-audit-static |
What is vulnerable in source code and dependencies? | source repo | finding JSON, task/final report JSON, markdown report, reporting_summary |
security-architecture-review |
sec-cluster |
Which code paths share the same security review strategy? | sou |
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,