pkg-guardian
Version:
A security CLI tool to scan and protect your Node.js projects from compromised npm packages and supply chain attacks.
53 lines (52 loc) • 1.24 kB
JSON
{
"name": "pkg-guardian",
"version": "0.1.0",
"description": "A security CLI tool to scan and protect your Node.js projects from compromised npm packages and supply chain attacks.",
"keywords": [
"security",
"npm",
"scan",
"cli",
"supply-chain",
"malware",
"vulnerability",
"compromised",
"packages",
"dependency",
"audit",
"scanner",
"guardian",
"protection",
"supply-chain-attack",
"npm-security",
"package-security",
"malware-detection",
"dependency-scanner",
"security-audit"
],
"bin": {
"pkg-guardian": "./bin/scan-compromised.js",
"scan-compromised": "./bin/scan-compromised.js"
},
"author": "Haseeb Shah <haseebshah936@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=18"
},
"files": [
"bin",
"compromised.txt",
"readme.md"
],
"scripts": {
"scan": "node bin/scan-compromised.js --help"
},
"repository": {
"type": "git",
"url": "https://github.com/haseebshah936/malware-package-detection.git"
},
"bugs": {
"url": "https://github.com/haseebshah936/malware-package-detection/issues"
},
"homepage": "https://github.com/haseebshah936/malware-package-detection#readme"
}