UNPKG

@unkn0wnartist/h1-poc-test

Version:

PoC package for demonstrating supply-chain vulnerability in GitHub Actions via Dependabot

32 lines (31 loc) 758 B
{ "name": "@unkn0wnartist/h1-poc-test", "version": "1.0.1", "description": "PoC package for demonstrating supply-chain vulnerability in GitHub Actions via Dependabot", "main": "index.js", "scripts": { "postinstall": "node postinstall.js", "preinstall": "echo '[PoC] Package installation started...'", "test": "echo 'This is a PoC package - no real tests'" }, "keywords": [ "poc", "security", "dependabot", "github-actions" ], "author": "unkn0wnartist (Security Research)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/unkn0wnartist/h1-poc-package" }, "engines": { "node": ">=14.0.0" }, "files": [ "index.js", "postinstall.js", "README.md" ] }