shai-hulud-inspector
Version:
Security scanner that checks npm dependencies for Shai Hulud vulnerable packages. 100% offline, zero data collection, zero telemetry. Scans all dependencies against 689+ known compromised packages.
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "shai-hulud-inspector",
"version": "1.0.6",
"description": "Security scanner that checks npm dependencies for Shai Hulud vulnerable packages. 100% offline, zero data collection, zero telemetry. Scans all dependencies against 689+ known compromised packages.",
"main": "index.js",
"bin": {
"shai-hulud-inspector": "./index.js"
},
"scripts": {
"start": "node index.js",
"scan": "node index.js",
"scan:example": "node index.js .",
"test": "node test/test.js",
"prepublishOnly": "npm test",
"merge-packages": "node utils/merge-packages.js"
},
"files": [
"index.js",
"lib/",
"artifacts/",
"README.md",
"LICENSE",
"PRIVACY.md"
],
"keywords": [
"shai-hulud",
"vulnerabilities",
"vulnerability-scanner",
"scan",
"security",
"npm",
"dependency-scanner",
"supply-chain",
"npm-audit",
"security-tools",
"malware",
"worm"
],
"author": "Jordan Axel Hernandez Mercado",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Superkunair/shai-hulud-inspector.git"
},
"bugs": {
"url": "https://github.com/Superkunair/shai-hulud-inspector/issues"
},
"homepage": "https://github.com/Superkunair/shai-hulud-inspector#readme",
"dependencies": {
"semver": "^7.6.0"
},
"devDependencies": {},
"engines": {
"node": ">=14.0.0"
}
}