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.

Weekly downloads
2,172Niche · −30% score
Versions published
27
First published
Jun 2026
Publisher
dnaroid

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":["[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"}'
Publisherdnaroid
Artifact bytes745,552
Previous version0.1.34
Published2026-06-16T13:20:24.565Z
SHA-2560fc35dc384e4d8b3e2cdc4c11ae96798babbebcd3e1abc828b7192af0092690a

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
3Score
0.1.35Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/external/pi-tools-suite/src/telegram-mirror/bot.tsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts29
  • build:pixmise exec [email protected] -- tsc -p tsconfig.json
  • checkmise exec [email protected] -- npm run check:inner
  • check:innernpm run sync:sdk-pin:check --silent && tsc --noEmit && npm run test:inner
  • devmise exec [email protected] -- tsx src/main.ts
  • generate-schemastsx scripts/generate-schemas.ts
  • generate-schemas:checktsx scripts/generate-schemas.ts --check
  • generate-schemas:watchtsx watch scripts/generate-schemas.ts
  • link:pixmise exec [email protected] -- npm link --silent
  • pack:dry-runnpm pack --dry-run
  • prebuild:pixnpm run generate-schemas --silent
  • precheck:innernpm run generate-schemas --silent
  • predevnpm run link:pix --silent
  • prelink:pixnpm run build:pix --silent
  • prepacknpm run generate-schemas --silent
  • prepublishOnlynpm run check && npm run build:pix && npm run generate-schemas
  • publish-npmbash scripts/publish.sh
  • release:checknpm run check && npm run build:pix && npm run pack:dry-run
  • smoke-testmise exec [email protected] -- bash scripts/smoke-test-package.sh
  • startmise exec [email protected] -- tsx src/main.ts
  • sync:pi-tools-suitenode scripts/sync-pi-tools-suite.mjs
  • sync:pi-tools-suite:checknode scripts/sync-pi-tools-suite.mjs --check
  • sync:sdk-pinnode scripts/sync-sdk-pin.mjs
  • sync:sdk-pin:checknode scripts/sync-sdk-pin.mjs --check
  • testmise exec [email protected] -- npm run test:inner
  • test:coveragemise exec [email protected] -- node --import tsx --test --experimental-test-coverage --test-coverage-include=src/**/*.ts --test-coverage-exclude=src/main.ts --test-coverage-lines=95 --test-coverage-branches=80 --test-coverage-functions=95 "tests/**/*.test.ts"
  • test:innernode --import tsx --test "tests/**/*.test.ts"
  • test:tools-suitenpm --prefix external/pi-tools-suite test
  • update-sdk-referencesmise exec [email protected] -- node .pi/skills/pi-sdk/scripts/update-references.mjs
  • watch:pixnpm run link:pix --silent && mise exec [email protected] -- tsc -p tsconfig.json --watch --preserveWatchOutput --noEmitOnError
Dependencies8
  • @earendil-works/pi-ai0.79.4
  • @earendil-works/pi-coding-agent0.79.4
  • @earendil-works/pi-tui0.79.4
  • @mariozechner/clipboard^0.3.9
  • jsonc-parser3.3.1
  • typebox1.1.38
  • vscode-jsonrpc^8.2.1
  • vscode-languageserver-protocol^3.17.5
Optional dependencies1
  • vosk0.3.39