| name | r00-hesreallyhim-awesome-claude-code--security |
| description | ๐ Security & Compliance skill suite derived from hesreallyhim/awesome-claude-code. Security audits, vulnerability management, GDPR/SOC2/ISO27001 compliance and incident response. Provides 10 specialised commands for security, compliance, gdpr workflows.
|
| version | 1.0.0 |
| domain | security |
| tags | ["security","compliance","gdpr","soc2","owasp","pentest"] |
| source | https://github.com/hesreallyhim/awesome-claude-code |
| license | 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
cp -r . ~/.claude/skills/r00-hesreallyhim-awesome-claude-code--security/
/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.