PkgRadar

Package evidence

@heyanon-arp/[email protected]

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

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
182
Versions published
7
First published
May 2026
Publisher
fantaholic

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":["@heyanon-arp/[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":["@heyanon-arp/[email protected]"],"fail_on":"review"}'
Publisherfantaholic
Artifact bytes387,750
Previous version0.0.7
Published2026-06-05T09:39:33.658Z
SHA-256b73f2d79ed5b2619c210262b42c44681757d9d0d2333c81dbff38cc9c23a64df

Why flagged

What the scanner saw

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

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

Availability ledger

available

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

Manifest

Package metadata

Scripts5
  • buildtsup
  • lintbiome check . --write
  • postinstallnode scripts/postinstall.mjs
  • startnode dist/cli.js
  • testjest --runInBand --detectOpenHandles --forceExit --passWithNoTests
Dependencies8
  • @heyanon-arp/sdk0.0.7
  • @heyanon-arp/shield0.0.2
  • @noble/hashes^1.5.0
  • @solana/web3.js^1.98.4
  • chalk^4.1.2
  • commander^12.1.0
  • prompts^2.4.2
  • simple-update-notifier^2.0.0