PkgRadar

Package evidence

[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.

Versions published
37
First published
May 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":["[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 bytes534,769
Previous version0.11.1
Published2026-06-11T14:54:27.306Z
SHA-256290a4a28bc702fdc45b7de245d8ea9c8e4595818eef5c62aad944c8d37a627d4

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

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts17
  • bench:classifiertsx scripts/longmemeval/run-harness.ts --classifier
  • bench:comparetsx scripts/longmemeval/compare-classifiers.ts
  • bench:longmemevaltsx scripts/longmemeval/run-harness.ts
  • buildnpm run build:server && npm run build:ui && npm run build:codex-plugin
  • build:codex-pluginnode scripts/build-codex-plugin.mjs
  • build:servertsc -p tsconfig.json && tsc-alias -p tsconfig.json
  • build:uivite build --config src/ui/vite.config.ts
  • devtsx watch src/cli/nlm.ts start
  • eval:signalstsx scripts/eval/signals-eval.ts
  • prepare[ -d src ] && npm run build || true
  • startnode dist/cli/nlm.js start
  • testvitest run
  • test:integrationvitest run tests/integration
  • test:unitvitest run tests/unit
  • test:watchvitest
  • typechecktsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json
  • ui:devvite --config src/ui/vite.config.ts
Dependencies12
  • @clack/prompts^1.4.0
  • @hono/node-server^2.0.3
  • @modelcontextprotocol/sdk^1.29.0
  • @toon-format/toon^2.3.0
  • better-sqlite3^12.10.0
  • commander^15.0.0
  • hono^4.6.0
  • pg^8.21.0
  • pgvector^0.3.0
  • sqlite-vec^0.1.6
  • yaml^2.9.0
  • zod^4.4.3