PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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":["[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":["[email protected]"],"fail_on":"high"}'
Publishertype-delta
Artifact bytes205,102
Previous version0.4.3
Published2026-05-20T13:50:14.345Z
SHA-256763e1b12431477943e2a64d3640de9aee76afb03e10762f1738952a6f6c39564

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
33Score
0.4.4Version
Status history (2 events)
  1. availableavailable · risk high · score 33 · status available -> available, risk high -> high, score 57 -> 33
  2. newavailable · risk high · score 57 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

type-delta

2 members · evidence strength 56

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"30
lowObfuscationpackage/dist/index.jsmatched "\\uFE0F"3

Manifest

Package metadata

Scripts18
  • bench:git-configbun run ./test/benchmarks/git-config.bench.ts
  • bench:litedentbun run ./test/benchmarks/litedent.bench.ts
  • bench:strwrapbun run ./test/benchmarks/tools/strwrap.bench.js
  • buildbun run transpile-esm && bun build ./src/index.ts --outfile=./bin/gdx --compile --bytecode --production --keep-names
  • checkbun run ts-check && bun run lint && bun run build
  • dummy-editorbun ./scripts/dummyEditor.mjs
  • lintbun run ts-check && eslint src --ext .ts -c eslint.config.ts --fix
  • package:nodebun run transpile-esm && bun build ./src/index.ts --outdir=./dist --target=node --external=keytar --external=cspell-lib --external=@shikijs/cli --external=yaml --external=openai --external=fflate --format=esm --production --keep-names
  • postinstallnode scripts/postinstall.cjs
  • prepackbun run package:node
  • prepare-devbun i && bun run transpile-esm
  • prettierprettier --write "src/**/*.ts" "test/**/*.ts" "./*.md"
  • startbun run src/index.ts
  • start:nodetsx src/index.ts
  • start:profilebun --cpu-prof src/index.ts
  • testbun test
  • transpile-esmbunx tsc -p lib/tsconfig.json && bun run scripts/transform-tools.mjs
  • ts-checkbunx tsc --noEmit
Dependencies7
  • @shikijs/cli^4.0.2
  • cspell-lib9.4.0
  • diff^8.0.4
  • fflate^0.8.2
  • keytar^7.9.0
  • openai^6.32.0
  • yaml^2.8.2