Back to PacksAGENT PACK
Security Audit Pack
Complete security workflow: from repository auditing and secret detection to threat modeling and compliance. Run one pack, get a full security review.
For
Teams running regular security audits, compliance reviews, and penetration test preparation.
Outcome
An audit report with severity ratings, a secrets scan, dependency health, a threat model, and compliance mapping.
Agents in this pack
1.audit-claw2.secret-claw3.security-claw4.threat-claw5.dependency-claw6.compliance-claw
Audit Claw
Run a complete repository audit for release risks, dead code, and structural issues
Secret Claw
Scan for exposed secrets, hardcoded credentials, and insecure env config
Security Claw
Comprehensive security review with vulnerability scanning and dependency audit
Threat Claw
Build a STRIDE threat model with assets, threats, and risk classification
Dependency Claw
Audit dependencies for vulnerabilities, licenses, and upgrade paths
Compliance Claw
Map controls to SOC2, GDPR, HIPAA with evidence collection and gap analysis
How to use this pack
1.
Install the CLI
npm install -g @flickclaw/cli@latest2.
Install each agent
npm exec --yes @flickclaw/cli@latest -- install audit-claw --target cursor
npm exec --yes @flickclaw/cli@latest -- install secret-claw --target cursor
npm exec --yes @flickclaw/cli@latest -- install security-claw --target cursor
npm exec --yes @flickclaw/cli@latest -- install threat-claw --target cursor
npm exec --yes @flickclaw/cli@latest -- install dependency-claw --target cursor
npm exec --yes @flickclaw/cli@latest -- install compliance-claw --target cursor3.
Run each agent in sequence following the recommended workflow. Each agent produces structured output that feeds into the next.