Imported from sparkfinderoven/r01-hesreallyhim-awesome-claude-code-security (
SKILL.md). Install upstream withnpx skills add sparkfinderoven/r01-hesreallyhim-awesome-claude-code-security. Copyright stays with the author (MIT).
π Security & Compliance Skill Suite
Derived from hesreallyhim/awesome-claude-code Β· Focus: curated resources, skills, hooks, agents
Overview
This skill provides 10 production-ready commands tailored for Security & Compliance workflows. All commands follow a consistent interaction pattern with structured output, progress tracking and actionable recommendations.
Available Commands
/owasp-scanβ OWASP Top-10 code scan with exploit description, CVSS score and remediation/dep-cveβ Dependency CVE report with exploitability score and upgrade path/gdpr-auditβ GDPR data-flow map, consent gaps and DPA checklist/soc2-readinessβ SOC 2 Type II readiness gap analysis across all 5 Trust Service Criteria/threat-modelβ STRIDE threat model for architecture diagram with risk matrix/pentest-reportβ Structured penetration test report: executive summary, findings and remediation/secret-detectβ Pre-commit secret detection hook config with entropy scanning/iam-auditβ IAM least-privilege audit: over-permissioned roles, stale access and MFA gaps/incident-playbookβ Security incident playbook: triage β contain β eradicate β recover β lessons/privacy-policyβ GDPR/CCPA-compliant privacy policy generator from data inventory
Interaction Pattern
Every command follows this structured response format:
1. CONTEXT CHECK β Verify inputs and confirm scope with user
2. ANALYSIS β Deep analysis with live progress display
3. FINDINGS TABLE β Structured results with severity / priority
4. RECOMMENDATIONS β Prioritised action list (quick wins first)
5. NEXT STEPS β Suggested follow-up commands
UI Conventions
| Symbol | Meaning |
|---|---|
| β | Passed / complete |
| β | Failed / critical |
| β | Warning / review |
| β³ | In progress |
| β | Pending |
| π΄ | Critical severity |
| π | High severity |
| π‘ | Medium severity |
| π’ | Low / informational |
Progress bars use block characters:
[ββββββββββ] 80%
Quick Start
# Install this skill
cp -r . ~/.claude/skills/r00-hesreallyhim-awesome-claude-code--security/
# In Claude Code
/read ~/.claude/skills/r00-hesreallyhim-awesome-claude-code--security/SKILL.md
Then simply describe your task and Claude will route to the appropriate command automatically.