Package evidence
[email protected]
Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"
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":["[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"}'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 (2 events)
- available → available · risk high · score 36 · status available -> available, risk high -> high, score 60 -> 36
- new → available · risk high · score 60 · status changed
Related candidates
Linked campaigns and clusters
type-delta
2 members · evidence strength 56Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.cjs" | 30 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.cjs" | 30 |
| low | Obfuscation | package/dist/workers/generic.worker.min.js | matched "eval(" | 3 |
| low | Obfuscation | package/dist/index.js | matched "\\uFE0F" | 3 |
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=yaml --external=openai --external=fflate --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