PkgRadar

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
631
Versions published
23
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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"}'
Artifact bytes3,088,409
Previous version0.3.0
Published2026-06-13T03:08:22.041Z
SHA-256c1699e1a3d5511a9d442a78383d58ed4d53a1e88c2a91d33c64ff849e61fe470

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowMessenger Bot Endpointpackage/backend/src/flowent/channels.pymatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts22
  • buildpnpm build:frontend && pnpm build:backend
  • build:backendnode scripts/prepare-python-package.mjs && uv build --project backend
  • build:frontendpnpm --dir frontend build
  • build:npmpnpm build && node scripts/prepare-npm-package.mjs
  • devconcurrently -k -n frontend,backend -c cyan,magenta "pnpm dev:frontend" "pnpm dev:backend"
  • dev:backenduv run --project backend uvicorn flowent.main:app --reload --host 127.0.0.1 --port 6874
  • dev:frontendpnpm --dir frontend dev
  • formatprettier --write . && uv run --project backend ruff format
  • format:checkprettier --check . && uv run --project backend ruff format --check
  • lintpnpm lint:frontend && pnpm lint:backend
  • lint:backendnode scripts/prepare-python-readme.mjs && uv run --project backend ruff check && uv run --project backend mypy --config-file backend/pyproject.toml backend/src
  • lint:frontendpnpm --dir frontend lint
  • prepackpnpm build:npm
  • preparehusky
  • releaserelease-it --dry-run
  • release:execrelease-it
  • startuv run --project backend flowent
  • testpnpm test:frontend && pnpm test:backend
  • test:backendnode scripts/prepare-python-readme.mjs && uv run --project backend pytest
  • test:frontendpnpm --dir frontend test
  • test:watchpnpm --dir frontend test:watch
  • typecheckpnpm --dir frontend typecheck