PkgRadar

Package evidence

@n8n/[email protected]

Credential file access: matched ".aws"

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
150Mature · −50% score
First published
Apr 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 bytes495,118
Previous version1.21.2
Published2026-05-27T06:59:02.132Z
SHA-2560d1fa95342858583b87724be87bb811ad9c248f1e8ca086a546a48a58241929d

Why flagged

What the scanner saw

Credential file access: matched ".aws"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
1.21.3Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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
lowCredential file accesspackage/dist/tools/utils/allowed-domains.jsmatched ".aws"5
lowCredential file accesspackage/dist/code-builder/tools/suggested-nodes-data.jsmatched ".aws"5

Manifest

Package metadata

Scripts37
  • buildtsc -p ./tsconfig.build.json && tsc-alias -p tsconfig.build.json
  • build:with-clipnpm build && pnpm --filter=n8n build
  • cleanrimraf dist .turbo
  • deps:allpnpm run deps:graph && pnpm run deps:graph:service && pnpm run deps:graph:tools && pnpm run deps:circular && pnpm run deps:report
  • deps:circularmadge src/index.ts --circular
  • deps:graphmadge src/index.ts --image deps-graph.svg
  • deps:graph:servicemadge src/ai-workflow-builder-agent.service.ts --image deps-service.svg
  • deps:graph:toolsmadge src/tools/index.ts --image deps-tools.svg
  • deps:orphansmadge src/index.ts --orphans
  • deps:reportmadge src/index.ts --json > deps-report.json && echo 'Dependency report saved to deps-report.json'
  • evaltsx evaluations/cli/index.ts
  • eval:introspectiontsx evaluations/cli/index.ts --suite introspection --agent multi-agent
  • eval:langsmithtsx evaluations/cli/index.ts --backend langsmith
  • eval:pairwisetsx evaluations/cli/index.ts --suite pairwise
  • eval:pairwise:langsmithtsx evaluations/cli/index.ts --suite pairwise --backend langsmith
  • export:nodes../../../packages/cli/bin/n8n export:nodes --output ./evaluations/nodes.json
  • formatbiome format --write src
  • format:checkbiome ci src
  • linteslint . --quiet
  • lint:fixeslint . --fix
  • python:checkcd evaluations/programmatic/python && just check
  • python:formatcd evaluations/programmatic/python && just format
  • python:lintcd evaluations/programmatic/python && just lint
  • python:testcd evaluations/programmatic/python && just test
  • testjest
  • test:coveragejest --coverage
  • test:evaljest --testPathPattern='evaluations/'
  • test:eval:coveragejest --testPathPattern='evaluations/' --coverage --collectCoverageFrom='evaluations/**/*.ts' --coveragePathIgnorePatterns='(\.test\.ts$|__tests__)'
  • test:eval:watchjest --testPathPattern='evaluations/' --watch
  • test:integrationjest --config=jest.config.integration.js
  • …and 7 more.
Dependencies22
  • @langchain/anthropic1.3.27
  • @langchain/core1.1.41
  • @langchain/langgraph1.0.2
  • @langchain/openai1.4.4
  • @mozilla/readability0.6.0
  • @n8n/ai-utilities0.15.1
  • @n8n/api-types1.21.3
  • @n8n/backend-common1.21.3
  • @n8n/config2.20.0
  • @n8n/di0.11.0
  • @n8n/utils1.30.0
  • @n8n/workflow-sdk0.14.2
  • @n8n_io/ai-assistant-sdk1.21.0
  • csv-parse6.2.1
  • jsdom23.0.1
  • langchain1.2.30
  • langsmith^0.4.6
  • lodash4.18.1
  • n8n-workflow2.21.2
  • picocolors1.0.1
  • turndown^7.2.2
  • zod3.25.67