PkgRadar

Package evidence

@sanalzio/[email protected]

Webhook Exfil Endpoint: matched "ngrok.app"

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
3
First published
Jun 2026
Publisher
sanalzio

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@sanalzio/[email protected]"],"fail_on":"high"}'

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":["@sanalzio/[email protected]"],"fail_on":"high"}'
Publishersanalzio
Artifact bytes368,310
Previous version0.2.0
Published2026-06-14T11:36:44.278Z
SHA-256d5ebb03220410954f4622e8e1be473173fac0abf25062cafbec58d937a593b7f

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok.app"

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

Availability ledger

available

high
Last checked
highRisk
50Score
0.2.1Version
Status history (1 event)
  1. newavailable · risk high · score 50 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/btint.jsmatched "ngrok.app"40
mediumCredential file accesspackage/dist/btint.jsmatched "AWS_ACCESS_KEY"10

Manifest

Package metadata

Scripts2
  • buildbun build --packages=bundle --target=bun --outfile=./dist/btint.js --minify ./bin/btint.js
  • testecho "Error: no test specified" && exit 1
Dependencies9
  • commander^14.0.0
  • fs^0.0.1-security
  • get-pixels^3.3.3
  • https^1.0.0
  • ndarray^1.0.19
  • path^0.12.7
  • save-pixels^2.3.6
  • sharp^0.34.2
  • update-notifier^7.3.1