PkgRadar

Package evidence

@cristianexer/[email protected]

New Account With Lifecycle Hook: package first published 14 day(s) ago, 8 total version(s), has lifecycle hook

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
1,075Niche · −30% score
Versions published
8
First published
May 2026
Publisher
cristianexer

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":["@cristianexer/[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":["@cristianexer/[email protected]"],"fail_on":"review"}'
Publishercristianexer
Artifact bytes95,919
Previous version0.3.4
Published2026-06-10T17:17:32.352Z
SHA-25608c9da0bc320d2894bdd0664036e4d1690c551041a652b2463f815b88511b780

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 14 day(s) ago, 8 total version(s), has lifecycle hook

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.3.5Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 14 day(s) ago, 8 total version(s), has lifecycle hook10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 14 day(s) ago, 8 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/build-native.mjs"5

Manifest

Package metadata

Scripts6
  • buildnpm run build:native && npm run build:ts
  • build:nativenode scripts/build-native.mjs
  • build:tstsc -p tsconfig.json
  • postinstallnode scripts/build-native.mjs
  • prepacknode scripts/vendor-rust.mjs && npm run build
  • testnpm run build && vitest run
Dependencies1
  • @napi-rs/cli^3.0.0