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.

Weekly downloads
73
Versions published
31
First published
Apr 2026
Publisher
rvuyyuru2

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"}'
Publisherrvuyyuru2
Artifact bytes3,333,433
Previous version2.2.5
Published2026-06-03T11:11:57.896Z
SHA-25611b2a929191b652f7c91fb0c148f1c0df526019e7445e3b23ed4333084dc104d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/interfaces.cjsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/interfaces.jsmatched "api.telegram.org/bot"12
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/interfaces.cjsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/interfaces.jsmatched "api.telegram.org/bot"12
lowCredential file accesspackage/dist/cli.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/tools/devtools.cjsmatched "AWS_ACCESS_KEY"5
lowMessenger Bot Endpointpackage/dist/interfaces.cjsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/dist/cli.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/tools/devtools.jsmatched "AWS_ACCESS_KEY"5
lowMessenger Bot Endpointpackage/dist/interfaces.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowObfuscation Densitypackage/dist/playground.cjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/playground.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts44
  • benchvitest bench
  • buildtsup
  • build:allbun run build:packages && bun run build:root
  • build:dtsnode scripts/gen-root-dts.mjs
  • build:packagesturbo run build --filter='@confused-ai/*' --output-logs=errors-only
  • build:roottsup && bun run build:dts
  • checkbun run typecheck && bun run lint && bun run test
  • check:bundlebun run check:bundle:lite && node scripts/check-bundle-size.mjs --entry src/tools/core/index.ts --max-kb 20 --label confused-ai/tools/core && node scripts/check-bundle-size.mjs --entry src/tools/search/index.ts --max-kb 50 --label confused-ai/tools/search
  • check:bundle:litenode scripts/check-bundle-size.mjs --entry src/lite.ts --max-kb 50 --label confused-ai/lite
  • check:bundle:rootnode scripts/check-bundle-size.mjs --entry src/index.ts --max-kb 450 --label confused-ai/root-umbrella
  • check:docsnode scripts/check-docs-claims.mjs
  • check:docs:snippetsnode scripts/check-docs-snippets.mjs
  • devtsup --watch
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • example:agno-serverpython3 examples/run_agno_server.py
  • example:agno-vsbun examples/agno-vs-confused-ai.ts
  • example:code-reviewbun examples/code-review-pipeline.ts
  • example:evalbun examples/eval-regression.ts
  • example:graphbun examples/graph-workflow.ts
  • example:meridianbun examples/meridian-platform.ts
  • example:multi-agentbun examples/multi-agent-orchestration.ts
  • example:personabun examples/persona-builder.ts
  • example:potentialbun examples/unlock-framework-potential.ts
  • example:reasoningbun examples/reasoning-agent.ts
  • example:scheduledbun examples/scheduled-agent.ts
  • example:showcasebun examples/framework-showcase.ts
  • example:simplebun examples/simple-agent.ts
  • linteslint src --max-warnings 0
  • …and 14 more.
Dependencies5
  • @opentelemetry/api^1.9.0
  • commander^14.0.3
  • dotenv^17.3.1
  • uuid^13.0.0
  • zod^4.3.6