PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.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.

Versions published
21Established · −30% score
First published
Jun 2025
Publisher
vitalygashkov

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"}'
Publishervitalygashkov
Artifact bytes298,458
Previous version0.12.7
Published2026-06-07T18:41:50.664Z
SHA-25632b22cb9c76c604d33b44ca6369177eaec3d536782cf7a11f84c6ee5cf925f5a

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.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
0.12.8Version
Status history (2 events)
  1. newavailable · risk review · score 3 · status changed
  2. 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.js"5

Manifest

Package metadata

Scripts17
  • buildpnpm run build:lib && pnpm run build:cli && pnpm run build:chrome
  • build:chromewxt build
  • build:clitsdown --config tsdown.cli.config.ts
  • build:firefoxwxt build -b firefox
  • build:libtsdown --config tsdown.lib.config.ts
  • compiletsc --noEmit
  • devwxt
  • dev:firefoxwxt -b firefox
  • formatoxfmt .
  • format:checkoxfmt --check .
  • lintoxlint .
  • lint:fixoxlint --fix .
  • postinstallnode scripts/postinstall.js
  • prepublishOnlypnpm run build:lib && pnpm run build:cli
  • testvitest
  • zipwxt zip
  • zip:firefoxwxt zip -b firefox
Dependencies14
  • @hono/node-server^2.0.4
  • @hono/zod-validator^0.8.0
  • @noble/ciphers^2.2.0
  • @noble/curves^2.2.0
  • @peculiar/asn1-pkcs8^2.7.0
  • @peculiar/asn1-rsa^2.7.0
  • @peculiar/asn1-schema^2.7.0
  • @peculiar/asn1-x509^2.7.0
  • @xmldom/xmldom^0.9.10
  • barsic^0.2.0
  • hono^4.12.22
  • protobufjs^8.6.0
  • semver^7.8.1
  • zod^4.4.3