aura-ship
v1.0.4
Published
Pre-launch audit for Claude Code - 148 checks across security, performance, errors, database, compliance, and code quality
Downloads
190
Maintainers
Readme
Aura Ship
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 aura-ship install --freeSupporter Tier (148 checks)
npx aura-ship install --key YOUR_LICENSE_KEYGet a license key at code.aura-intel.net
Usage
After installation, open Claude Code and run:
/aura-ship:audit # Full 148-check audit (or 84 for free tier)
/aura-ship:quick-check # Fast 20-check security scan
/aura-ship: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 aura-ship install --free # Install free tier
npx aura-ship install --key KEY # Install with license
npx aura-ship upgrade --key KEY # Upgrade to paid tier
npx aura-ship verify # Check license status
npx aura-ship uninstall # Remove all filesHow It Works
- Installs slash commands to
~/.claude/commands/aura-ship/ - When you run
/aura-ship: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
