Skip to content
Development
Command

/flow-sanitize

Scrub embedded credentials, passwords, tokens, private keys, and authorization headers from n8n JSON files.

From plugin
flowforge-n8n
412 skills4 agents12 commands
Install
> /plugin marketplace add mOHAD44DSFASF/flowforge-n8n
> /plugin install flowforge-n8n@flowforge-n8n

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/flow-sanitize

Context preview

What this command does when you run it.

Scrub embedded credentials, passwords, tokens, private keys, and authorization headers from n8n JSON files.

Command definition

flow-sanitize.md

Slash Command: /flow:sanitize

Purpose

Scrub embedded credentials, passwords, tokens, private keys, and authorization headers from n8n JSON files.

Execution Guide

flowforge sanitize <filepath> --out <optional-filepath>

To trigger emails and internal endpoint redactor filters, include the `--strict` flag:

flowforge sanitize <filepath> --strict

Guidance

  • Advise the user to inspect the generated redaction audit report in `.flowforge/reports/sanitize-report.md`.
  • Ensure users share the `.safe.json` copy instead of the original credentials-leaked copy.
Ships withflowforge-n8n

FlowForge n8n is a local-first assurance layer for n8n workflow JSON: deterministic validation against bundled node metadata, static security/reliability/cost analysis, regression testing, snapshots, self-healing, semantic review, offline CI, and MCP tools.

Get the whole plugin

Other commands on flowforge-n8n.