PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="bun index.ts"

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
63
Versions published
60Mature · −50% score
First published
Apr 2024
Publisher
tobua

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publishertobua
Artifact bytes16,860
Previous version1.1.0
Published2026-04-02T15:16:42.707Z
SHA-256c07aee504a105a5ba3cfb8e37bed89f7afcba8289ee9776375b65cc925fbe11e

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="bun index.ts"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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="bun index.ts"5

Manifest

Package metadata

Scripts6
  • checkbun clean && biome check --write .
  • cleangit clean -fdx test/fixture
  • postinstallbun index.ts
  • templatefolders 'template/*' 'update --no-install' --output
  • testbun test ./test/*.test.ts
  • typestsc && tsc --project ./test/tsconfig.json
Dependencies6
  • avait^2.1.1
  • fast-glob^3.3.3
  • logua^3.0.3
  • parse-gitignore^2.0.0
  • ts-deepmerge^7.0.3
  • zod^4.3.6