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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.cjs" | 5 |
Manifest
Package metadata
Scripts18
bench:git-configbun run ./test/benchmarks/git-config.bench.tsbench:litedentbun run ./test/benchmarks/litedent.bench.tsbench:strwrapbun run ./test/benchmarks/tools/strwrap.bench.jsbuildbun run transpile-esm && bun build ./src/index.ts --outfile=./bin/gdx --compile --bytecode --production --keep-namescheckbun run ts-check && bun run lint && bun run builddummy-editorbun ./scripts/dummyEditor.mjslintbun run ts-check && eslint src --ext .ts -c eslint.config.ts --fixpackage: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-namespostinstallnode scripts/postinstall.cjsprepackbun run package:nodeprepare-devbun i && bun run transpile-esmprettierprettier --write "src/**/*.ts" "test/**/*.ts" "./*.md"startbun run src/index.tsstart:nodetsx src/index.tsstart:profilebun --cpu-prof src/index.tstestbun testtranspile-esmbunx tsc -p lib/tsconfig.json && bun run scripts/transform-tools.mjsts-checkbunx tsc --noEmit
Dependencies7
@shikijs/cli^4.1.0cspell-lib10.0.0diff^9.0.0fflate^0.8.3keytar^7.9.0openai^6.38.0yaml^2.9.0