Creator Portal False Rejection for n8n-nodes-speechall

Creator Portal False Positive for n8n-nodes-speechall@0.1.5

Hi n8n team,

I’m reporting what appears to be a scanner-version mismatch in the Creator Portal affecting the n8n-nodes-speechall@0.1.5 community package.

Package: n8n-nodes-speechall@0.1.5
npm: https://www.npmjs.com/package/n8n-nodes-speechall
GitHub: GitHub - Speechall/speechall-n8n-node · GitHub
Attested commit: 61562b67af982c735a943a5fa1b38b0ba838a032
The Creator Portal rejects this package, but the current scanner passes.
Reproduction:

  • @n8n/scan-community-package@0.27.0 falsely rejects:
    dist/credentials/SpeechallApi.credentials.d.ts
  • @n8n/scan-community-package@0.28.1 passes all checks.
  • This exact .d.ts false positive was fixed in n8n PR #34214
    and backported in PR #34391.

Can you please confirm the Creator Portal scanner version, update its vetting worker,
clear the cached result, and rerun the submission?

Hi @atacan

To get this resolved quickly, please escalate this report through the following official channels:

  1. n8n Discord (#community-nodes channel): This is the fastest way to get the attention of the developers who maintain the community node ecosystem. Post your findings there, as the maintainers can manually trigger a worker update or a re-scan.
  2. Support Email: Send this exact report to support@n8n.io. Because you have cited the specific PRs, the support team can route this directly to the core team as a “confirmed bug” rather than a general support request.

When posting/emailing, keep the following summary for the engineers:

  • Issue: Creator Portal using outdated scanner (@n8n/scan-community-package@0.27.0) causing false positives on .d.ts files.
  • Affected Package: n8n-nodes-speechall@0.1.5
  • Failed File: dist/credentials/SpeechallApi.credentials.d.ts
  • Resolution: Update Portal scanner to v0.28.1 (Fix implemented in PR #34214 / #34391).
  • Request: Update vetting worker → Clear cache → Rerun submission.

Hi @atacan Welcome!
PR #34214, fix(core): Lint community packages against their provenance-attested source, merged into master on July 15, 2026. @n8n/scan-community-package 0.28.0 published to npm the next day, 0.28.1 the day after. That timeline lines up exactly with your report: 0.27.0, published July 14, predates the fix, 0.28.1 doesn’t.
Attach those merge and publish timestamps to your report. That gives whoever reviews it hard evidence of the pinned scanner version instead of just your local repro.