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
1
First published
Jun 2026
Publisher
re11oy

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"}'
Publisherre11oy
Artifact bytes22,328
Previous versionnone
Published2026-06-08T08:38:40.603Z
SHA-25671cb472f1acfeb548e27b29534358e6d878eed34519d2cd4abc44f080d16e223

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/client/index.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/src/client/index.tsmatched "api.telegram.org/bot"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/client/index.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/src/client/index.tsmatched "api.telegram.org/bot"12
lowMessenger Bot Endpointpackage/dist/client/index.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/src/client/index.tsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts21
  • alphapnpm version prerelease --preid alpha && pnpm publish --tag alpha && git push --follow-tags
  • buildtsc --project ./tsconfig.build.json
  • build:cleanpnpm run clean && pnpm run build:codegen
  • build:codegenconvex codegen --component-dir ./src/component && pnpm run build
  • cleanrm -rf dist *.tsbuildinfo
  • devconvex dev --start 'pnpm run dev:build'
  • dev:buildchokidar 'tsconfig*.json' 'src/**/*.ts' -i '**/*.test.ts' -c 'pnpm run build:codegen' --initial
  • dev:frontendcd example && vite
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • predevpnpm run build
  • preversionpnpm install --frozen-lockfile && pnpm run build:clean && pnpm run test && pnpm run lint && pnpm run typecheck
  • releasepnpm version patch && pnpm publish && git push --follow-tags
  • testvitest run --typecheck
  • test:coveragevitest run --coverage --coverage.reporter=text
  • test:debugvitest --inspect-brk --no-file-parallelism
  • test:watchvitest --typecheck --clearScreen false
  • typechecktsc --noEmit && tsc -p example && tsc -p example/convex
  • version(pnpm whoami || pnpm login) && vim -c 'normal o' -c 'normal o## '$npm_package_version CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md