npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-workflow-redactor

v0.1.6

Published

Scan n8n workflow exports for secrets before sharing, support, client handoff, or marketplace upload.

Downloads

191

Readme

n8n-nodes-workflow-redactor

Workflow Redactor is a focused n8n community node for checking exported workflow JSON before sharing, selling, or sending it to a client.

Downloaded from npm? Do this first:

  1. Open the local browser scanner.
  2. Paste or upload one exported n8n workflow JSON.
  3. Use the free result to confirm whether the workflow has sensitive paths.
  4. Use the paid n8n license only if you need the complete redacted output inside n8n.

Free install = risk preview.

Paid license = full repeatable n8n pass, complete findings, and redacted workflow output.

Start with the free scan: https://app.nexus-engine.fr/n8n-workflow-redactor?offer=first-sale&utm_source=npm_readme&utm_medium=free_plugin&utm_campaign=workflow_redactor#redactorTool

First license if the scan finds a real risk: https://app.nexus-engine.fr/plugin-checkout?package=n8n-nodes-workflow-redactor&offer=first-sale&autostart=1&utm_source=npm_readme&utm_medium=checkout&utm_campaign=workflow_redactor

Feedback: https://app.nexus-engine.fr/plugin-feedback?package=n8n-nodes-workflow-redactor&utm_source=npm_readme&utm_medium=feedback&utm_campaign=workflow_redactor

Demo: https://app.nexus-engine.fr/n8n-workflow-redactor-demo?offer=first-sale&utm_source=npm_readme&utm_medium=demo&utm_campaign=workflow_redactor

Problem

Users need to share workflows safely without API keys, private URLs, tokens, emails, or customer examples.

Solution

Scan workflow JSON for secret-like fields, auth headers, bearer tokens, private URLs, emails, and customer examples before forum support, client handoff, or marketplace publication.

Free Check

Use the free browser output first to confirm that the plugin matches the workflow problem. Do not buy anything until the test result is useful.

The browser scanner can:

  • count likely secrets and private traces;
  • show sensitive JSON paths;
  • copy a shareable risk summary;
  • show a locked preview of the redaction pass.

Full Access

The complete report or licensed output is only useful after the free check confirms a real need.

Buy the first license only when you need the complete redacted workflow output for support, client handoff, marketplace publication, or regular workflow review.

Continue from:

https://app.nexus-engine.fr/n8n-workflow-redactor?offer=first-sale&utm_source=npm_readme&utm_medium=free_plugin&utm_campaign=workflow_redactor#redactorTool

Safety

Do not send workflows containing real API keys, customer data, private tokens, or secrets.

This package does not guarantee revenue, security, or marketplace approval.

Development

npm install
npm run build
npm run lint