miasma-scanner
v0.1.9
Published
Local secret and credential exposure scanner with JSON and SARIF reporting
Maintainers
Readme
Miasma Scanner
A local-first secret and credential exposure scanner for source trees and CI/CD.
Features
- 10 detector families: AWS, GCP, Azure, GitHub, npm, PyPI, RubyGems, Kubernetes, SSH, Docker, plus generic secret hygiene.
- Terminal, JSON and SARIF 2.1.0 reports.
- Evidence is redacted in reports.
- Skips common generated/dependency directories.
- Non-zero exit status with
--fail-onfor CI.
Development
npm install
npm run check
npm run build
node dist/cli.js scan .CLI
npx miasma scan .
npx miasma scan . --format json --output miasma.json
npx miasma scan . --format sarif --output miasma.sarif
npx miasma scan . --fail-on highThis project is intended for authorized defensive security testing and local secret hygiene. Pattern-based detection can produce false positives; rotate credentials if exposure is confirmed.
