Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.18 KB

File metadata and controls

28 lines (17 loc) · 1.18 KB

Reports

Generated reports about the state of the workflow library.

These files are produced by tooling under tools/ and should not be edited by hand. They are checked in so contributors can see the current state of the library without having to run the tools locally first.

Files

  • workflow-audit.json — structured audit output, conforming to a stable shape used by downstream tooling.
  • workflow-audit.md — human-readable summary of the same audit run.

How they are produced

python tools/audit_workflows.py

See ../tools/README.md for details on each tool.

Safety guarantees

The audit tool is read-only:

  • It never modifies, moves, or deletes workflow files.
  • It never prints actual secret values. Matches against secret patterns are summarised as counts and locations only; the matched string is replaced with [REDACTED] before anything is written to disk.
  • Credential references in workflow files (n8n credentials blocks, etc.) are reported as references, not contents.

If you find a report that contains anything that looks like a real secret, open an issue immediately and treat it as a leak until the maintainers respond.