app-auditor detects your tech stack and surfaces production-readiness issues from any live URL or GitHub repo. One command, zero config.
GitHub
nometria/app-auditor
PyPI
app-auditor on PyPI
Install
Usage
What it checks
URL audit
| Category | What it checks |
|---|---|
| Stack detection | Framework, runtime, CDN, database hints from HTML/headers |
| SEO | Meta tags, OG tags, structured data, sitemap, robots.txt |
| Security | HTTPS, security headers, exposed keys in HTML |
| Performance | Missing image optimization, large JS bundles |
| Crawlability | Noindex tags, bot rendering issues |
| Infrastructure | SSL validity, HSTS, www redirect |
Repo audit
| Category | What it checks |
|---|---|
| Stack | package.json, requirements.txt, Dockerfile, CI config |
| Missing files | .env.example, README, .gitignore |
| Production gaps | No Dockerfile, no health endpoint, no error handling |
| Security | Hardcoded secrets, missing .gitignore entries |
Example output
Integrate into CI/CD
The same audit engine powers Nometria’s free web-based audit tools. The CLI lets you automate audits in your deploy pipeline.