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
1,190Niche · −30% score
Versions published
33
First published
Apr 2026
Publisher
shivayxa

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"}'
Publishershivayxa
Artifact bytes5,820,557
Previous version4.9.6
Published2026-05-26T17:26:09.424Z
SHA-2569bc5962655c41357b85af15f4016a0af2b9cfb60a837996f00e01b5170d0b753

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
39Score
4.10.0Version
Status history (2 events)
  1. availableavailable · risk review · score 39 · status available -> available, risk high -> review, score 87 -> 39
  2. newavailable · risk high · score 87 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli/v4/commands/channel.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/core/channels/telegram.jsmatched "api.telegram.org/bot"12
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli/v4/commands/channel.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/core/channels/telegram.jsmatched "api.telegram.org/bot"12
lowMessenger Bot Endpointpackage/dist/cli/v4/commands/channel.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/dist/core/v4/sandboxConfig.jsmatched ".npmrc"5
lowMessenger Bot Endpointpackage/dist/core/channels/telegram.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/dist/core/telegramBot.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/dist/core/toolRegistry.jsmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5
lowCredential file accesspackage/workspace-templates/permissions.yamlmatched ".ssh/"3

Manifest

Package metadata

Scripts40
  • buildtsc --outDir dist && npm run build:cli && npm run build:api
  • build:apiesbuild api/entry.ts --bundle --platform=node --target=node18 --outfile=dist-bundle/index.js --external:electron --external:cpu-features --external:ssh2 --external:bcrypt --external:playwright --external:playwright-core --external:@aws-sdk/client-s3
  • build:cliesbuild cli/aiden.ts --bundle --platform=node --target=node18 --outfile=dist-bundle/cli.js --external:electron --external:cpu-features --external:ssh2 --external:bcrypt --external:playwright --external:playwright-core --external:@aws-sdk/client-s3
  • build:winnpm run dist
  • clinpx ts-node cli/aiden.ts
  • develectron electron/main.js
  • distnode scripts/prepare-electron.js && electron-builder --win --publish never && node -e "const fs=require('fs');const p=JSON.parse(fs.readFileSync('package.json','utf8'));p.main='./dist/index.js';fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\n');console.log(' main restored → ./dist/index.js')"
  • dist:dirnode scripts/prepare-electron.js && electron-builder --win --dir --publish never
  • dist:linuxnode scripts/prepare-electron.js && electron-builder --linux --x64 --publish never && node -e "const fs=require('fs');const p=JSON.parse(fs.readFileSync('package.json','utf8'));p.main='./dist/index.js';fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\n');console.log(' main restored')"
  • electronelectron electron/main.js
  • evalts-node evals/cli.ts
  • eval:honestyts-node evals/cli.ts --suite honesty
  • eval:scenariots-node evals/cli.ts --scenario
  • livepulsepowershell -ExecutionPolicy Bypass -File scripts\livepulse.ps1
  • obfuscatejavascript-obfuscator dist/ --output dist/ --compact true --string-array true --rotate-string-array true --string-array-threshold 0.75
  • postinstallnode scripts/postinstall.js
  • prepublishOnlynpm run typecheck && npm run build
  • publish:betanpm publish --tag beta
  • publish:stablenpm publish --tag latest
  • releasenode scripts/release.js
  • release:npmpowershell -ExecutionPolicy Bypass -File scripts/release-npm.ps1
  • startnode dist-bundle/index.js serve
  • stress-testnpx ts-node tests/stressTest.ts
  • testvitest run
  • test:allnpx ts-node tests/e2e/masterTestSuite.ts
  • test:apinpx ts-node tests/e2e/masterTestSuite.ts --part1 --part2
  • test:auditnpx ts-node scripts/test-suite.ts
  • test:audit:apinpx ts-node scripts/test-suite.ts --api
  • test:audit:behavioralnpx ts-node scripts/test-suite/behavioral.ts
  • test:audit:fullnpx ts-node scripts/test-suite.ts --full
  • …and 10 more.
Dependencies61
  • @inquirer/core^11.1.9
  • @inquirer/prompts^8.4.2
  • @modelcontextprotocol/sdk^1.29.0
  • @slack/bolt^4.6.0
  • @slack/web-api^7.15.0
  • @types/archiver^7.0.0
  • @types/bcrypt^6.0.0
  • @types/sql.js^1.4.9
  • @types/twilio^3.19.2
  • @types/ws^8.18.1
  • ansi-escapes^4.3.2
  • archiver^7.0.1
  • axios^1.15.2
  • bcrypt^6.0.0
  • better-sqlite3^12.9.0
  • blessed^0.1.81
  • chalk^5.6.2
  • chokidar^4.0.3
  • chrome-remote-interface^0.34.0
  • commander^5.1.0
  • cors^2.8.5
  • croner^10.0.1
  • discord.js^14.25.1
  • dockerode^4.0.9
  • dotenv^17.3.1
  • electron-updater^6.8.3
  • epub2^3.0.2
  • execa^8.0.1
  • express^4.18.2
  • form-data^4.0.4
  • …and 31 more.
Optional dependencies2
  • decibri*
  • node-record-lpcm16*