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
1
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,184
Previous versionnone
Published2026-06-14T08:26:07.630Z
SHA-256c215a9a8d96e7ed1aa80220d56bde1298d1976f6e0e491fd8ef51ae2a581516f

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.1.2Version
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
Dependencies8
  • commander^14.0.0
  • 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