PkgRadar

Package evidence

[email protected]

Messenger Bot Endpoint: matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)

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
377Mature · −50% score
First published
Apr 2018
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":["[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"}'
Artifact bytes639,007
Previous version8.7.0
Published2026-06-15T15:33:48.449Z
SHA-2562d26fbe911a72e93f9ec96c8a5594fd82c00b7613e1b82064f741b7815c3e838

Why flagged

What the scanner saw

Messenger Bot Endpoint: matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
8.8.0-prerelease-e12e48fVersion
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowMessenger Bot Endpointpackage/dist/constructs/telegram-alert-channel.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts9
  • cleanpnpm run clean:dist && pnpm run clean:gen
  • clean:distrimraf ./dist ./tsconfig.tsbuildinfo
  • clean:genrimraf ./gen
  • prepare:ai-contextcross-env CHECKLY_SKIP_AUTH=1 CHECKLY_CLI_VERSION=99.0.0 ./bin/run import plan --root gen --debug-import-plan-input-file ./src/ai-context/context.fixtures.json && jiti ./scripts/prepare-ai-context.ts
  • prepare:disttsc --build
  • testpnpm pack && vitest --run
  • test:e2epnpm pack && cross-env NODE_CONFIG_DIR=./e2e/config vitest --run -c ./vitest.config.e2e.mts
  • test:e2e:localcross-env CHECKLY_BASE_URL=http://localhost:3000 CHECKLY_ENV=local pnpm run test:e2e
  • watchtsc --watch
Dependencies36
  • @oclif/core^4.11.4
  • @oclif/plugin-help^6.2.50
  • @oclif/plugin-warn-if-update-available^3.1.65
  • @typescript-eslint/typescript-estree^8.61.0
  • acorn^8.17.0
  • acorn-walk^8.3.5
  • archiver^8.0.0
  • ast-types^0.16.1
  • axios^1.17.0
  • chalk^5.6.2
  • ci-info^4.4.0
  • conf^15.1.0
  • debug^4.4.3
  • dotenv^17.4.2
  • execa^9.6.1
  • git-repo-info^2.1.1
  • glob^13.0.6
  • indent-string^5.0.0
  • jiti^2.7.0
  • json-stream-stringify^3.1.6
  • json5^2.2.3
  • jwt-decode^4.0.0
  • log-symbols^7.0.1
  • luxon^3.7.2
  • minimatch^10.2.5
  • mqtt^5.15.1
  • open^11.0.0
  • p-queue^9.3.0
  • prompts^2.4.2
  • proxy-from-env^2.1.0
  • …and 6 more.