PkgRadar

Package evidence

[email protected]

Webhook Exfil Endpoint: 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
12,865Mainstream · −50% score
Versions published
387
First published
May 2026
Publisher
griffinwork40

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

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publishergriffinwork40
Artifact bytes783,751
Previous version4.11.0
Published2026-06-17T13:21:51.717Z
SHA-256476d31f903c88b0480b58584dff18db083ea8f62639e8124bcc6561f34a87dc9

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "api.telegram.org/bot"

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

Availability ledger

available

high
Last checked
highRisk
37Score
4.11.1Version
Status history (1 event)
  1. newavailable · risk high · score 37 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli.mjsmatched "api.telegram.org/bot"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/postinstall.mjs || node scripts/postinstall.mjs || true"20
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli.mjsmatched "api.telegram.org/bot"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/postinstall.mjs || node scripts/postinstall.mjs || true"20
lowCredential file accesspackage/dist/index.mjsmatched ".config/gcloud"5
lowCredential file accesspackage/dist/telegram.mjsmatched ".config/gcloud"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/postinstall.mjs || node scripts/postinstall.mjs || true"5

Manifest

Package metadata

Scripts33
  • audit:envtsx scripts/audit-env-access.ts
  • audit:env:checktsx scripts/audit-env-access.ts --check
  • audit:env:listtsx scripts/audit-env-access.ts --list
  • audit:sdktsx scripts/audit-sdk-dependency.ts
  • audit:sdk:checktsx scripts/audit-sdk-dependency.ts --check
  • audit:sdk:update-locktsx scripts/audit-sdk-dependency.ts --update-lock
  • buildtsc && node scripts/copy-prompts.js
  • build:distnode scripts/build-dist.mjs
  • cleanrm -rf dist
  • devtsx watch src/cli/index.ts
  • fix:pinstsx scripts/update-hash-pins.ts
  • fix:pins:checktsx scripts/update-hash-pins.ts --check
  • linttsc --noEmit
  • postinstallnode dist/postinstall.mjs || node scripts/postinstall.mjs || true
  • releasenode scripts/release.mjs
  • release:drynode scripts/release.mjs --dry-run
  • scan:envtsx scripts/render-env-registry.ts
  • scan:env:checktsx scripts/render-env-registry.ts --check
  • startnode dist/cli/index.js
  • start:chatnode dist/cli/index.js chat
  • start:interactivenode dist/cli/index.js interactive
  • start:statusnode dist/cli/index.js status
  • stats:toolstsx scripts/count-tool-calls.ts
  • telegramnode dist/cli/index.js telegram start
  • telegram:logsnode dist/cli/index.js telegram logs
  • telegram:restartnode dist/cli/index.js telegram restart
  • telegram:setupnode dist/cli/index.js telegram setup
  • telegram:startnode dist/cli/index.js telegram start
  • telegram:statusnode dist/cli/index.js telegram status
  • telegram:stopnode dist/cli/index.js telegram stop
  • …and 3 more.
Dependencies21
  • @anthropic-ai/sdk^0.74.0
  • @modelcontextprotocol/sdk^1.29.0
  • @mozilla/readability^0.6.0
  • ansi-escapes^7.3.0
  • better-sqlite3^12.9.0
  • chalk^5.3.0
  • commander^12.1.0
  • dotenv^16.4.7
  • emphasize^7.0.0
  • jsdom^29.1.1
  • log-update^8.0.0
  • marked^17.0.5
  • node-cron^4.2.1
  • openai^6.38.0
  • ora^8.1.1
  • playwright^1.49.0
  • string-width^8.2.0
  • telegraf^4.16.3
  • turndown^7.2.4
  • wrap-ansi^10.0.0
  • zod^4.3.6