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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/commands/release.js | matched "NPM_TOKEN" | 5 |
Manifest
Package metadata
Scripts14
buildtsc -p tsconfig.build.json && pnpm copy-templatescleanrimraf dist .turbocopy-templatesnode scripts/copy-templates.mjsdevtsc-watch -p tsconfig.build.json -w --onCompilationComplete "pnpm copy-templates"formatbiome format --write srcformat:checkbiome ci srclinteslint src --quietlintfixeslint src --fixpublish:drypnpm run build && pnpm pub --dry-runstart./bin/n8n-node.mjstestvitest runtest:devvitest --silent=falsetest:unitvitest runtypechecktsc --noEmit
Dependencies16
@clack/prompts^0.11.0@n8n/ai-node-sdk0.12.1@n8n/eslint-plugin-community-nodes0.16.0@oclif/core^4.5.2change-case^5.4.4eslint-import-resolver-typescript^4.4.3eslint-plugin-import-x^4.15.2eslint-plugin-n8n-nodes-base1.16.5fast-glob3.2.12handlebars4.7.9picocolors1.0.1prettier3.6.2prompts^2.4.2rimraf6.0.1ts-morph^27.0.2typescript-eslint^8.35.0