PkgRadar

Package evidence

@n8n-plus/[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
127
Versions published
75Mature · −50% score
First published
Apr 2025
Publisher
n8nagent

Effective trust discount applied: 50% (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":["@n8n-plus/[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":["@n8n-plus/[email protected]"],"fail_on":"review"}'
Publishern8nagent
Artifact bytes2,669,626
Previous version2.20.6
Published2026-05-19T19:28:11.816Z
SHA-256af7d6ae140bdfd4f52bbd555fa7b7c0d10ca394241cf1c143bb45841c0fe902f

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/modules/agents/integrations/platforms/telegram-integration.jsmatched "api.telegram.org/bot"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/modules/agents/integrations/platforms/telegram-integration.jsmatched "api.telegram.org/bot"12
lowMessenger Bot Endpointpackage/dist/modules/agents/integrations/platforms/telegram-integration.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts32
  • buildtsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && pnpm run build:data
  • build:datanode scripts/build.mjs
  • buildAndDevpnpm run build && pnpm run dev
  • cleanrimraf dist .turbo
  • devconcurrently -k -n "TypeScript,Node" -c "yellow.bold,cyan.bold" "npm run watch" "nodemon --delay 1"
  • dev:webhookconcurrently -k -n "TypeScript,Node" -c "yellow.bold,cyan.bold" "npm run watch" "nodemon webhook"
  • dev:workerconcurrently -k -n "TypeScript,Node" -c "yellow.bold,cyan.bold" "npm run watch" "nodemon worker"
  • formatbiome format --write .
  • format:checkbiome ci .
  • linteslint . --quiet
  • lint:fixeslint . --fix
  • startnode ../../scripts/os-normalize.mjs --dir bin n8n
  • testN8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite jest
  • test:devN8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite jest --watch
  • test:dev:winset N8N_LOG_LEVEL=silent&& set DB_SQLITE_POOL_SIZE=4&& set DB_TYPE=sqlite&& jest --watch
  • test:integrationN8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite jest --config=jest.config.integration.js
  • test:mariadbecho true
  • test:mariadb:winecho true
  • test:postgresN8N_LOG_LEVEL=silent DB_TYPE=postgresdb DB_POSTGRESDB_SCHEMA=alt_schema DB_TABLE_PREFIX=test_ jest --config=jest.config.integration.js --no-coverage
  • test:postgres:integration:tcN8N_LOG_LEVEL=silent jest --config=jest.config.integration.testcontainers.js --no-coverage --testPathIgnorePatterns=/test/migration/
  • test:postgres:migrationsN8N_LOG_LEVEL=silent DB_TYPE=postgresdb DB_POSTGRESDB_SCHEMA=alt_schema DB_TABLE_PREFIX=test_ jest --config=jest.config.migration.js --no-coverage
  • test:postgres:migrations:tcN8N_LOG_LEVEL=silent DB_TYPE=postgresdb DB_POSTGRESDB_SCHEMA=alt_schema DB_TABLE_PREFIX=test_ jest --config=jest.config.migration.testcontainers.js --no-coverage
  • test:postgres:tcN8N_LOG_LEVEL=silent jest --config=jest.config.integration.testcontainers.js --no-coverage
  • test:postgres:winset N8N_LOG_LEVEL=silent&& set DB_TYPE=postgresdb&& set DB_POSTGRESDB_SCHEMA=alt_schema&& set DB_TABLE_PREFIX=test_&& jest --config=jest.config.integration.js --no-coverage
  • test:sqliteN8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite jest --config=jest.config.integration.js --no-coverage
  • test:sqlite:migrationsN8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite jest --config=jest.config.migration.js --no-coverage
  • test:sqlite:migrations:tcN8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite jest --config=jest.config.migration.testcontainers.js --no-coverage
  • test:sqlite:winset N8N_LOG_LEVEL=silent&& set DB_SQLITE_POOL_SIZE=4&& set DB_TYPE=sqlite&& jest --config=jest.config.integration.js
  • test:unitN8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite jest --config=jest.config.unit.js
  • test:winset N8N_LOG_LEVEL=silent&& set DB_SQLITE_POOL_SIZE=4&& set DB_TYPE=sqlite&& jest
  • …and 2 more.
Dependencies131
  • @1password/connect1.4.2
  • @ai-sdk/anthropic2.0.61
  • @apidevtools/json-schema-ref-parser12.0.2
  • @aws-sdk/client-secrets-manager3.808.0
  • @azure/identity4.13.0
  • @azure/keyvault-secrets4.8.0
  • @chat-adapter/linear^4.26.0
  • @chat-adapter/slack^4.26.0
  • @chat-adapter/state-memory^4.26.0
  • @chat-adapter/telegram^4.26.0
  • @google-cloud/secret-manager5.6.0
  • @modelcontextprotocol/sdk1.26.0
  • @n8n/agents0.7.0
  • @n8n/ai-node-sdk0.12.0
  • @n8n/ai-utilities0.15.0
  • @n8n/ai-workflow-builder1.21.2
  • @n8n/api-types1.21.2
  • @n8n/backend-common1.21.2
  • @n8n/chat-hub1.14.2
  • @n8n/client-oauth21.5.0
  • @n8n/config2.20.0
  • @n8n/constants0.23.0
  • @n8n/db1.21.2
  • @n8n/decorators1.21.2
  • @n8n/di0.11.0
  • @n8n/errors0.8.0
  • @n8n/expression-runtime0.13.1
  • @n8n/instance-ai1.6.2
  • @n8n/n8n-nodes-langchain2.21.2
  • @n8n/permissions0.59.0
  • …and 101 more.