kelleyblackmore/Vulnerability Scan Service (VSS)

Self-service vulnerability scanning for open source binaries (npm, Python, RPM, etc.) with checksum verification and detailed reporting

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
targetPath to the binary, package, or directory to scan (e.g., package.json, requirements.txt, *.rpm, *.whl)no
urlURL to download the package/binary from before scanningno
package-typeExplicitly specify package type: npm, python, ruby, go, rust, rpm, deb, or auto-detect (default: auto)noauto
output-fileOutput file path for scan results and metadata (default: vss-report.json)novss-report.json
formatOutput format: json, sarif, or table (default: json)nojson
fail-on-vulnFail the action if vulnerabilities are found (true/false)nofalse
namedescription
report-filePath to the generated vulnerability report file
vulnerabilities-foundNumber of vulnerabilities found
checksumSHA256 checksum of the scanned target