PkgRadar

Package evidence

@atollhq/[email protected]

Install-time lifecycle script: preinstall="node ./bin/install-banner.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
40
Versions published
20
First published
Apr 2026
Publisher
doubledipcode

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":["@atollhq/[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":["@atollhq/[email protected]"],"fail_on":"review"}'
Publisherdoubledipcode
Artifact bytes479,314
Previous version0.5.1
Published2026-06-05T03:57:01.059Z
SHA-2569c2514dce1c9e83ca3369b08ee7aa857cc7a5818fe8827280b2cd57a4ddd3c68

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node ./bin/install-banner.mjs"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.5.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node ./bin/install-banner.mjs"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./bin/postinstall.mjs"5

Manifest

Package metadata

Scripts6
  • buildtsup
  • devtsup --watch
  • postinstallnode ./bin/postinstall.mjs
  • preinstallnode ./bin/install-banner.mjs
  • prepublishOnlytsup
  • testbun test
Dependencies7
  • commander^13.1.0
  • rehype-sanitize^6.0.0
  • rehype-stringify^10.0.1
  • remark-gfm^4.0.1
  • remark-parse^11.0.0
  • remark-rehype^11.1.2
  • unified^11.0.5