PkgRadar

Package evidence

[email protected]

Webhook Exfil Endpoint: matched "api.telegram.org/bot"

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
3,002Niche · −30% score
Versions published
19
First published
May 2026
Publisher
react-frameui

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

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherreact-frameui
Artifact bytes772,339
Previous version1.3.0
Published2026-06-01T12:02:37.461Z
SHA-25670278cafc8524e1bceccdbae38cb5c8561daf27a468cc41566da3266ebd3b2a3

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "api.telegram.org/bot"

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

Availability ledger

available

high
Last checked
highRisk
48Score
1.4.0Version
Status history (3 events)
  1. availableavailable · risk high · score 48 · status available -> available, risk high -> high, score 69 -> 48
  2. availableavailable · risk high · score 69 · status available -> available, risk high -> high, score 48 -> 69
  3. newavailable · risk high · score 48 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/assets/web/web-server.mjsmatched "api.telegram.org/bot"40
mediumRemote Payloadpackage/assets/web/web-server.mjsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/store-twitter-creds.shmatched "curl "12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/assets/web/web-server.mjsmatched "api.telegram.org/bot"40
mediumRemote Payloadpackage/assets/web/web-server.mjsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/store-twitter-creds.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5
lowObfuscation Densitypackage/assets/web/client/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts8
  • build:webcd assets/web/client && npm install && npm run build
  • deploy-wikinode scripts/deploy-wiki.js
  • postinstallnode scripts/postinstall.js
  • releasenode scripts/create-release.js
  • testvitest run
  • test:watchvitest
  • update-and-publishnode scripts/update-and-publish.js
  • webnode bin/web.js
Dependencies9
  • @earendil-works/pi-ai0.77.0
  • @earendil-works/pi-coding-agent0.77.0
  • @fastify/compress^8.3.1
  • @fastify/static^8.1.1
  • @fastify/websocket^11.0.2
  • @types/better-sqlite3^7.6.13
  • better-sqlite3^12.10.0
  • fastify^5.3.2
  • yaml^2.9.0