Package evidence
@supercat1337/[email protected]
Install-time lifecycle script: preinstall="npm i -g esbuild && npm i -g rollup"
Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["@supercat1337/[email protected]"],"fail_on":"high"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["@supercat1337/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Install-time lifecycle script: preinstall="npm i -g esbuild && npm i -g rollup"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk high · score 30 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | preinstall="npm i -g esbuild && npm i -g rollup" | 30 |
Manifest
Package metadata
Scripts6
buildnpm run remove_type_files && npm run build_esm && npm run build_esm_min && npm run create_typesbuild_esmrollup ./src/index.js --file ./dist/fetcher.esm.js --format esbuild_esm_minesbuild --minify --bundle --platform=neutral --legal-comments=none ./src/index.js --outfile=./dist/fetcher.esm.min.jscreate_typesnpx -p typescript tsc --project my.tsconfig.types.jsonpreinstallnpm i -g esbuild && npm i -g rollupremove_type_filesdel /q *.d.ts *.d.ts.map && cd dist && del /s /q *.d.ts *.d.ts.map && cd ../src && del /s /q *.d.ts *.d.ts.map && cd ..
Dependencies1
@supercat1337/event-emitter^1.0.10