npx claudepluginhub netresearch/claude-code-marketplace --plugin enterprise-readiness/auditLogs agent interactions (prompts, responses, tool calls) to append-only .beads/interactions.jsonl. Also supports labeling prior entries via record|label args.
/auditAudits UI code against design system for spacing, depth, color, and pattern violations. Reports file-specific issues and suggestions. Supports path argument or defaults to common UI paths.
/auditPerforms security audit of codebase covering dependencies, secrets, OWASP Top 10, inputs, and auth. Produces severity-prioritized report with findings, fixes, and references.
/auditRuns Rust security audits (default) with cargo audit and geiger, or safety/concurrency/full modes using miri, rudra, lockbud. Outputs prioritized vulnerability reports and fix recommendations.
/auditAudits iOS/Swift projects for issues like memory leaks, concurrency, accessibility, and security. Analyzes codebase to suggest relevant audits or runs specified area.
/auditPerforms security audit on codebase or specified target, checking dependency vulnerabilities, auth, input validation, data exposure, configs, and secrets. Outputs prioritized findings with remediation steps.
Run a comprehensive enterprise readiness assessment on the current project.
Identify project type and stack
Security Assessment
Quality Assessment
CI/CD Assessment
Generate Report Use the enterprise-readiness outputStyle for the report:
## Enterprise Readiness Score: X/100
### Security (X/40)
- [ ] Dependency scanning
- [ ] SAST analysis
- [ ] Secrets detection
- [ ] SLSA Level X
### Quality (X/30)
- [ ] Test coverage >80%
- [ ] Linting enforced
- [ ] Pre-commit hooks
### CI/CD (X/30)
- [ ] Pinned action versions
- [ ] Signed releases
- [ ] Automated deployments
### Priority Actions
1. [Critical] ...
2. [High] ...
3. [Medium] ...
Provide actionable recommendations