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
- 1,431Niche · −30% score
- Versions published
- 70
- First published
- Mar 2026
- Publisher
- gurinderrawala
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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 7 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Messenger Bot Endpoint | package/dist/telegramClient.js | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Messenger Bot Endpoint | package/src/telegramClient.ts | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
Manifest
Package metadata
Scripts8
buildtsc && yarn run copy-backend && yarn run build:telegram-clientbuild:telegram-clientrm -rf telegram-client-dist && mkdir -p telegram-client-dist && cp -R ../telegram/dist/* telegram-client-dist/cleanrm -rf dist backend-dist telegram-client-distcopy-backendrm -rf backend-dist && mkdir -p backend-dist && cp -R ../api/dist/* backend-dist/formatprettier --write "src/**/*.ts"lintecho "(no lint in this workspace)" && exit 0startnode dist/index.jstestecho "(no tests in this workspace)" && exit 0
Dependencies23
@anthropic-ai/sdk^0.96.0@google-cloud/storage^7.19.0@google/genai^1.46.0@modelcontextprotocol/sdk^1.29.0axios^1.13.5commander^11.0.0cors^2.8.5cron-parser^4.9.0cuid^3.0.0dotenv^17.2.3express^4.21.2inquirer^9.0.0jsonwebtoken^9.0.3node-telegram-bot-api^0.61.0openai^6.37.0pg^8.18.0pg-hstore^2.3.4playwright-core^1.50.0sequelize^6.37.7sqlite3^5.1.6winston^3.19.0ws^8.18.0zod^4.3.6