PkgRadar

Package evidence

@supercat1337/[email protected]

Install-time lifecycle script: preinstall="npm i -g esbuild && npm i -g rollup"

Recommended action

Block this update

Static 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"}'
Publishersupercat1337
Artifact bytes7,528
Previous version1.0.0
Published2025-03-01T11:54:41.836Z
SHA-25656e42f615d0339b1a81b342ee4e6414197fcd5e5911835aace643867100cf589

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

high
Last checked
highRisk
30Score
1.0.1Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpreinstall="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_types
  • build_esmrollup ./src/index.js --file ./dist/fetcher.esm.js --format es
  • build_esm_minesbuild --minify --bundle --platform=neutral --legal-comments=none ./src/index.js --outfile=./dist/fetcher.esm.min.js
  • create_typesnpx -p typescript tsc --project my.tsconfig.types.json
  • preinstallnpm i -g esbuild && npm i -g rollup
  • remove_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