@profullstack/threatcrush 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -94,6 +94,7 @@ threatcrush # Get started
94
94
  threatcrush monitor # Real-time security monitoring (all ports)
95
95
  threatcrush tui # Interactive dashboard (htop for security)
96
96
  threatcrush scan ./src # Scan code for vulnerabilities & secrets
97
+ threatcrush scan . --format sarif --output out.sarif --fail-on critical,high
97
98
  threatcrush pentest URL # Penetration test a URL/API
98
99
  threatcrush init # Auto-detect services, generate config
99
100
  threatcrush status # Show daemon status & loaded modules