PkgRadar

Package evidence

[email protected]

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

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
35
Versions published
12
First published
Jan 2026
Publisher
type-delta

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publishertype-delta
Artifact bytes203,456
Previous version0.4.5
Published2026-06-08T04:00:38.378Z
SHA-2568863917f2e456a34acd408ce10413ba9c515c1ddeb435172921bcc5d797e4dbf

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

review
Last checked
reviewRisk
5Score
0.4.6Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

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=shiki --external=yaml --external=openai --external=fflate --external=diff --format=esm --production --keep-names && bun build ./src/workers/generic.worker.ts --outfile=./dist/workers/generic.worker.min.js --target=node --external=@shikijs/cli --format=esm --production --minify --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.1.0
  • cspell-lib10.0.0
  • diff^9.0.0
  • fflate^0.8.3
  • keytar^7.9.0
  • openai^6.38.0
  • yaml^2.9.0