PkgRadar

Package evidence

@chozzz/[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
876
Versions published
20
First published
May 2026
Publisher
choz

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":["@chozzz/[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":["@chozzz/[email protected]"],"fail_on":"review"}'
Publisherchoz
Artifact bytes215,213
Previous version3.1.4
Published2026-06-07T12:13:54.270Z
SHA-256ed84fe36d673043da9e6a7422a3e8a30108a8c8a68f2deff6653cff76f6788a4

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
10Score
3.1.5Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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)
SeverityKindPathDetailPoints
lowMessenger Bot Endpointpackage/dist/services/channels/providers/telegram/adapter.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="pnpm rebuild better-sqlite3"5

Manifest

Package metadata

Scripts12
  • buildrm -rf dist && tsc && cp -r .templates dist/.templates
  • chattsx scripts/seed.ts && PI_CODING_AGENT_DIR="${VARGOS_DATA_DIR:-$HOME/.vargos}/agent" pi --session-dir "${VARGOS_DATA_DIR:-$HOME/.vargos}/sessions/cli"
  • clitsx cli.ts
  • linteslint --no-error-on-unmatched-pattern 'gateway/**/*.ts' 'services/**/*.ts' 'lib/**/*.ts' '.migrations/**/*.ts' 'scripts/**/*.ts' 'index.ts' 'boot.ts' 'vitest.config.ts' '**/__tests__/**/*.ts' && tsc --noEmit
  • migratetsx scripts/migrate.ts
  • postinstallpnpm rebuild better-sqlite3
  • precommitpnpm exec lint-staged && pnpm run typecheck && pnpm run test:run
  • seedtsx scripts/seed.ts
  • starttsx index.ts
  • testvitest
  • test:runvitest run
  • typechecktsc --noEmit
Dependencies19
  • @clack/prompts^1.5.0
  • @earendil-works/pi-agent-core0.78.0
  • @earendil-works/pi-coding-agent0.78.0
  • @modelcontextprotocol/sdk^1.29.0
  • @whiskeysockets/baileys7.0.0-rc13
  • better-sqlite3^12.10.0
  • cron^4.4.0
  • mammoth^1.12.0
  • pdf-parse^2.4.5
  • pg^8.21.0
  • pgvector^0.2.1
  • pi-mcp-adapter^2.8.0
  • pino^10.3.1
  • qrcode-terminal^0.12.0
  • tinyglobby^0.2.16
  • turndown^7.2.4
  • xlsx^0.18.5
  • zod^3.23.8
  • zod-to-json-schema^3.25.2