should-i-ship
v0.1.11
Published
Local launch-readiness scanner for AI-built apps.
Readme
Should I Ship CLI
Run a local launch-readiness scan before you put real users on an AI-built app.
npx should-i-ship@latest scanThe scan writes:
.should-i-ship/report.md
.should-i-ship/findings.jsonThe free report shows the top 3 prioritized findings with full detail. Additional findings are listed by category and severity only.
Source code is not uploaded. In git repos, Should I Ship scans git-visible files, including uncommitted files that are not ignored by .gitignore.
Create an unlock link without prompting:
npx should-i-ship@latest scan --unlock-linkSkip unlock-link upload entirely:
npx should-i-ship@latest scan --no-uploadUnlock links upload findings and scan metadata only. Source code, file contents, environment variables, and ignored files are not uploaded.
Local scans are free. Create a $10 unlock link when you want every finding unlocked with exact issue details, fixes, AI repair prompts, and a shareable web report:
npx should-i-ship@latest scan --unlock-linkOptional deeper engines are supported when installed locally. Install Semgrep with brew install semgrep and OSV with brew install osv-scanner for deeper security and dependency checks.
This is an automated launch-readiness scan, not a professional security audit.
