ssafer
v0.1.7
Published
Local-agent security scan CLI with bundled Trivy workflow
Readme
SSAFER
SSAFER is a local-agent security scan CLI for developer projects.
It provides:
- local agent based scanning
- bundled Trivy setup during
ssafer install - scan session UI at
http://localhost:3000 - patch approval flow for fixable findings
Install
npm install -g ssafer
ssafer installUsage
After ssafer install, open:
http://localhost:3000Then use the UI to:
- start a local agent scan
- review latest findings
- approve patch application for supported fixes
Notes
ssafer installprepares Trivy for the current project under.ssafer/bin/- Windows startup registration is supported in the current MVP
- dynamic runtime checks are supported in MVP form through the local agent
