PkgRadar

Package evidence

@mcp-graph-workflow/[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
283
Versions published
128
First published
Mar 2026
Publisher
diegonogueiradev_

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":["@mcp-graph-workflow/[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":["@mcp-graph-workflow/[email protected]"],"fail_on":"review"}'
Artifact bytes6,181,691
Previous version13.23.3
Published2026-05-20T21:28:30.327Z
SHA-256cc7727108917d325620d1f2762c40b2159e1141f4ea85d28847e5a4a2789c5f6

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowMessenger Bot Endpointpackage/dist/core/autonomy/delivery-adapters/index.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowLarge Javascript Payloadpackage/dist/mcp/daemon-entry.js2351470 bytes0
lowLarge Javascript Payloadpackage/dist/cli/index.js3199543 bytes0
lowLarge Javascript Payloadpackage/dist/mcp/server.js2764270 bytes0
lowLarge Javascript Payloadpackage/dist/mcp/stdio.js2757225 bytes0

Manifest

Package metadata

Scripts43
  • audit:catchestsx scripts/audit-catches.ts
  • audit:temp-leakstsx scripts/audit-temp-leaks.ts
  • audit:throwstsx scripts/audit-throws.ts
  • benchmark:daemon-rssnode scripts/benchmark-daemon-rss.mjs
  • buildnpm run build:cli-workspace && tsup && npm run build:lib && npm run copy-v11-bundle && npm run copy-assets && npm run copy-grammars && npm run generate-docs-manifest && npm run dashboard:build && npm run copy-dashboard
  • build:cli-workspacenpm --workspace tools/cli run build
  • build:libnode scripts/build-lib.mjs
  • copy-assetsnode scripts/copy-assets.mjs
  • copy-dashboardnode -e "const fs=require('fs');if(fs.existsSync('dist/web/dashboard/dist')){fs.rmSync('dist/web/dashboard/dist',{recursive:true})};fs.cpSync('src/web/dashboard/dist','dist/web/dashboard/dist',{recursive:true})"
  • copy-grammarsnode scripts/copy-grammars.mjs
  • copy-v11-bundlenode scripts/copy-v11-bundle.mjs
  • dashboard:buildcd src/web/dashboard && npm run build
  • dashboard:devcd src/web/dashboard && npm run dev
  • dashboard:installcd src/web/dashboard && npm install
  • devtsx src/mcp/server.ts
  • dev:stdiotsx src/mcp/stdio.ts
  • generate-docs-manifesttsx src/core/docs/generate-docs-manifest.ts
  • harness:provenance:backfilltsx scripts/provenance-backfill-run.ts
  • harness:scantsx scripts/harness-scan-run.js
  • linteslint src/ --max-warnings 30
  • lint:fixeslint src/ --fix
  • model:downloadtsx tools/download-model.ts
  • preflightnode scripts/preflight.mjs
  • preparenode scripts/prepare-husky.mjs
  • prepublishOnlynpm run build
  • setup:mcpbash scripts/setup-mcp.sh
  • spdx:applynode scripts/license/headers.mjs --apply
  • spdx:checknode scripts/license/headers.mjs --check
  • startnode dist/mcp/server.js
  • testvitest run
  • …and 13 more.
Dependencies20
  • @modelcontextprotocol/sdk^1.29.0
  • adm-zip^0.5.17
  • better-sqlite3^12.6.2
  • cheerio^1.2.0
  • commander^14.0.3
  • elkjs^0.11.1
  • express^5.2.1
  • fast-xml-parser^5.5.11
  • glob^13.0.6
  • lru-cache^11.2.7
  • mammoth^1.12.0
  • multer^2.1.1
  • pdf-parse^2.4.5
  • playwright^1.59.1
  • tesseract.js^7.0.0
  • update-notifier^7.3.1
  • web-tree-sitter^0.26.8
  • ws^8.20.0
  • yaml^2.8.2
  • zod^4.3.6
Optional dependencies3
  • intelephense>=1.10.0
  • typescript^6.0.2
  • typescript-language-server>=4.0.0