kem-sec
v1.0.0
Published
Pre-launch security audit for Claude Code - 148 checks across security, performance, errors, database, compliance, and code quality. Free and open for the community.
Maintainers
Readme
Kem-Sec
Pre-launch audit toolkit for Claude Code. Run 148 checks across security, performance, error handling, database, compliance, and code quality before you ship.
Installation
Free Tier (84 checks)
npx kem-sec install --freeSupporter Tier (148 checks)
npx kem-sec install --key YOUR_LICENSE_KEYGet a license key at code.aura-intel.net
Usage
After installation, open Claude Code and run:
/kem-sec:audit # Full 148-check audit (or 84 for free tier)
/kem-sec:quick-check # Fast 20-check security scan
/kem-sec:fix # Fix issues found by auditWhat It Checks
| Category | Checks | Examples | |----------|--------|----------| | Security | 20 | Hardcoded secrets, SQL injection, XSS | | Performance | 15 | N+1 queries, missing indexes, caching | | Error Handling | 18 | Unhandled promises, empty catches | | Database | 25 | Migrations, transactions, constraints | | Compliance | 30 | WCAG accessibility, GDPR, licenses | | Code Quality | 40 | Tests, documentation, structure |
Commands
npx kem-sec install --free # Install free tier
npx kem-sec install --key KEY # Install with license
npx kem-sec upgrade --key KEY # Upgrade to paid tier
npx kem-sec verify # Check license status
npx kem-sec uninstall # Remove all filesHow It Works
- Installs slash commands to
~/.claude/commands/kem-sec/ - When you run
/kem-sec:audit, Claude Code executes the audit - 6 parallel AI agents analyze your codebase
- Results saved to
.aura/reports/with fix recommendations
Requirements
- Node.js 18+
- Claude Code CLI
Support
- Website: code.aura-intel.net
- Email: [email protected]
License
MIT
