How do I get a community node verified for n8n Cloud?

Hey all,
I built a community node called n8n-nodes-promptlock-guard — it’s a security node that scans prompts for PII/PHI and prompt injection before they hit your LLM. It routes to 4 outputs (allow/flag/redact/block) so you can handle each case differently.
It’s published on npm and works fine on self-hosted, but when I search for it on n8n Cloud it doesn’t show up. I’m guessing there’s some kind of verification process?
Is there a form to submit or someone I should contact? Couldn’t find any docs on this.
Thanks!

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Hey @Matthew_Snyder welcome to the community :tada:

To get your node verified and discoverable on n8n Cloud, you must formally submit it for review. You can submit your node for verification via the n8n Creator Portal. This is the official, and currently only, route to having your node vetted I think and made available for installation on n8n Cloud.

I have added a few links above to help you submit your node to the community node repository.
@Matthew_Snyder kindly mark as the solution if this answers or resolved your questions.

1 Like

Thank you!

1 Like

Kindly mark as the solution if you found this helpful.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.