PkgRadar

Package evidence

@pocketping/[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.

Weekly downloads
21
Versions published
15
First published
Jan 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@pocketping/[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":["@pocketping/[email protected]"],"fail_on":"review"}'
Artifact bytes79,127
Previous version1.11.0
Published2026-06-04T09:27:40.353Z
SHA-256106b28b7495259653e4f5dfc94fa99f039f2853aff8d90ba22dd9f549455039b

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
10Score
1.12.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.cjsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/index.jsmatched "api.telegram.org/bot"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.cjsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/index.jsmatched "api.telegram.org/bot"12
lowMessenger Bot Endpointpackage/dist/index.cjsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/dist/index.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts10
  • buildtsup src/index.ts --format cjs,esm --dts
  • cleanrm -rf dist && find src -name '*.js' -o -name '*.js.map' -o -name '*.d.ts' -o -name '*.d.ts.map' | xargs rm -f 2>/dev/null || true
  • devtsup src/index.ts --format cjs,esm --dts --watch
  • formatbiome format --write src tests
  • lintbiome check src tests
  • lint:fixbiome check --write src tests
  • prebuildpnpm clean
  • pretesttsup src/index.ts --format cjs,esm --dts
  • testvitest run
  • test:watchvitest
Dependencies1
  • ws^8.16.0