PkgRadar

Package evidence

[email protected]

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

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
708
Versions published
32Established · −30% score
First published
Nov 2025
Publisher
pubs12

Effective trust discount applied: 30% (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"}'
Publisherpubs12
Artifact bytes167,020
Previous version3.5.0
Published2026-06-12T09:11:13.639Z
SHA-2560c84f34f20cd4dd87af6f376b2a90b341b8c6bbe22b48d646ee89313aa4704bc

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
3.5.1Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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-setup.js"5

Manifest

Package metadata

Scripts20
  • buildnext build
  • build:libtsc --project tsconfig.build.json
  • build_storybookstorybook build
  • demo:testcd apps/test_app && tsx main.ts
  • devnext dev
  • dev:test-appnpm run dev
  • lintnext lint
  • postinstallnode scripts/postinstall-setup.js
  • prepublishOnlynpm run build:lib
  • startnext start
  • storybookstorybook dev -p 6006
  • testjest
  • test:coveragejest --coverage
  • test:integrationPOSTGREST_INTEGRATION=true jest --runInBand tests/integration/postgrest.integration.test.ts
  • test:integration:neo4jNEO4J_INTEGRATION=true jest --runInBand tests/integration/neo4j.integration.test.ts
  • test:integration:pgPG_INTEGRATION=true jest --runInBand tests/integration/pg.integration.test.ts
  • test:integration:redisREDIS_INTEGRATION=true jest --runInBand tests/integration/redis.integration.test.ts
  • test:integration:sqlitejest --runInBand tests/integration/sqlite.integration.test.ts
  • test:integration:sqlite:betterjest --runInBand tests/integration/better-sqlite3.integration.test.ts
  • test:watchjest --watch
Dependencies4
  • dotenv^16.4.5
  • hazo_secure^1.2.0
  • postgres^3.4.5
  • sql.js^1.13.0
Optional dependencies4
  • @types/better-sqlite3^7.6.13
  • better-sqlite3^12.10.0
  • ioredis^5.3.2
  • neo4j-driver^5.14.0