PkgRadar

Package evidence

@n8n/[email protected]

Credential file access: matched "NPM_TOKEN"

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.

Versions published
41Established · −30% score
First published
Aug 2025
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":["@n8n/[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/[email protected]"],"fail_on":"review"}'
Artifact bytes114,777
Previous version0.31.0
Published2026-05-27T06:58:57.146Z
SHA-256778d741f5097c2f54ac69b1822665d6cd361c7534b74f18c8316fbbad46e2bb9

Why flagged

What the scanner saw

Credential file access: matched "NPM_TOKEN"

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.31.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
lowCredential file accesspackage/dist/commands/release.jsmatched "NPM_TOKEN"5

Manifest

Package metadata

Scripts14
  • buildtsc -p tsconfig.build.json && pnpm copy-templates
  • cleanrimraf dist .turbo
  • copy-templatesnode scripts/copy-templates.mjs
  • devtsc-watch -p tsconfig.build.json -w --onCompilationComplete "pnpm copy-templates"
  • formatbiome format --write src
  • format:checkbiome ci src
  • linteslint src --quiet
  • lintfixeslint src --fix
  • publish:drypnpm run build && pnpm pub --dry-run
  • start./bin/n8n-node.mjs
  • testvitest run
  • test:devvitest --silent=false
  • test:unitvitest run
  • typechecktsc --noEmit
Dependencies16
  • @clack/prompts^0.11.0
  • @n8n/ai-node-sdk0.12.1
  • @n8n/eslint-plugin-community-nodes0.16.0
  • @oclif/core^4.5.2
  • change-case^5.4.4
  • eslint-import-resolver-typescript^4.4.3
  • eslint-plugin-import-x^4.15.2
  • eslint-plugin-n8n-nodes-base1.16.5
  • fast-glob3.2.12
  • handlebars4.7.9
  • picocolors1.0.1
  • prettier3.6.2
  • prompts^2.4.2
  • rimraf6.0.1
  • ts-morph^27.0.2
  • typescript-eslint^8.35.0