PkgRadar

Package evidence

[email protected]

Remote Payload: 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.

Versions published
83
First published
Apr 2026
Publisher
project7

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherproject7
Artifact bytes1,012,727
Previous version2.0.1
Published2026-05-29T12:34:04.906Z
SHA-256ed46b2170943fdd12946b115d6e478e2bb4a8381b2190704e4d449ba465c5c51

Why flagged

What the scanner saw

Remote Payload: matched "api.telegram.org/bot"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/server/routes.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/server/bridges/telegram.jsmatched "api.telegram.org/bot"12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/server/routes.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/server/bridges/telegram.jsmatched "api.telegram.org/bot"12
lowMessenger Bot Endpointpackage/out/_next/static/chunks/0zk4tzycn0w4g.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/server/routes.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/server/bridges/telegram.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts9
  • buildnext build
  • devnext dev
  • linteslint
  • prepacknpm run build
  • release:majornpm version major && git push origin main --follow-tags && VERSION=$(node -p 'require("./package.json").version') && gh release create "v$VERSION" --generate-notes --latest && npm publish
  • release:minornpm version minor && git push origin main --follow-tags && VERSION=$(node -p 'require("./package.json").version') && gh release create "v$VERSION" --generate-notes --latest && npm publish
  • release:patchnpm version patch && git push origin main --follow-tags && VERSION=$(node -p 'require("./package.json").version') && gh release create "v$VERSION" --generate-notes --latest && npm publish
  • servernode server/
  • startnode server/
Dependencies5
  • discord.js^14.18.0
  • express^5.2.1
  • multer^2.1.1
  • node-pty^1.2.0-beta.12
  • ws^8.20.0