sha1-hulud-scanner
Version:
Sha1-Hulud 2.0 npm supply chain attack scanner - Real-time detection using Koi.ai data
40 lines (39 loc) • 918 B
JSON
{
"name": "sha1-hulud-scanner",
"version": "1.0.1",
"description": "Sha1-Hulud 2.0 npm supply chain attack scanner - Real-time detection using Koi.ai data",
"main": "scan.js",
"bin": {
"sha1-hulud-scanner": "./scan.js"
},
"scripts": {
"scan": "node scan.js",
"scan:verbose": "node scan.js --verbose",
"scan:json": "node scan.js --json"
},
"keywords": [
"security",
"npm",
"supply-chain",
"sha1-hulud",
"shai-hulud",
"malware",
"scanner",
"vulnerability",
"audit",
"koi"
],
"author": "developerjhp",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/developerjhp/sha1-hulud-scanner.git"
},
"bugs": {
"url": "https://github.com/developerjhp/sha1-hulud-scanner/issues"
},
"homepage": "https://github.com/developerjhp/sha1-hulud-scanner#readme",
"engines": {
"node": ">=14.0.0"
}
}