PkgRadar

Package evidence

@cachly-dev/[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
5,105Niche · −30% score
Versions published
169
First published
Apr 2026
Publisher
heinrichneb

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

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":["@cachly-dev/[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":["@cachly-dev/[email protected]"],"fail_on":"review"}'
Publisherheinrichneb
Artifact bytes392,688
Previous version0.10.93
Published2026-05-31T16:55:33.040Z
SHA-256729d620fb9ff1e49e40bba8938cb1f281d6b04a1ac871c9e96d65cc890ccbca2

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/packages/telegram-notify/client.jsmatched "api.telegram.org/bot"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/packages/telegram-notify/client.jsmatched "api.telegram.org/bot"12
lowMessenger Bot Endpointpackage/dist/packages/telegram-notify/client.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts18
  • benchtsx src/bench/cachly-bench.ts
  • bench:externaltsx src/bench/external-corpus.ts
  • bench:onboardingtsx src/bench/onboarding-bench.ts
  • buildtsc
  • count-toolsgrep -c "name: '" src/tools.ts
  • devtsx src/index.ts
  • linteslint src
  • postinstallnode scripts/postinstall.js
  • startnode dist/src/index.js
  • testvitest run
  • test:e2ebash scripts/e2e-run.sh
  • test:e2e:apibash scripts/e2e-run.sh api
  • test:e2e:clibash scripts/e2e-run.sh cli
  • test:e2e:funnelbash scripts/e2e-run.sh funnel
  • test:e2e:provisioningbash scripts/e2e-run.sh provisioning
  • test:e2e:toolsbash scripts/e2e-run.sh tools
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies2
  • @modelcontextprotocol/sdk^1.10.0
  • ioredis^5.10.1