PkgRadar

Package evidence

@agenticmail/[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
143
First published
May 2026
Publisher
ope-olatunji

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":["@agenticmail/[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":["@agenticmail/[email protected]"],"fail_on":"review"}'
Publisherope-olatunji
Artifact bytes301,554
Previous version0.9.100
Published2026-05-29T02:42:54.141Z
SHA-25689c0a54b76c4c28d1616b5250d50daad7472c958e96382459501fa1d9ce4e087

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
5Score
0.9.101Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/cli.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts5
  • buildtsup src/index.ts src/cli.ts src/bin-claudecode.ts src/bin-codex.ts --format esm --dts --clean --external @agenticmail/claudecode --external @agenticmail/codex && npm run copy-public
  • copy-publicmkdir -p dist/public && cp -R ../packages/api/public/. dist/public/
  • prepublishOnlynpm run build
  • preuninstallnode scripts/uninstall.mjs
  • testvitest run --passWithNoTests
Dependencies3
  • @agenticmail/api^0.9.62
  • @agenticmail/core^0.9.42
  • json5^2.2.3
Optional dependencies2
  • @agenticmail/claudecode^0.2.32
  • @agenticmail/codex^0.1.26