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.
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.
python tools/audit_workflows.pySee ../tools/README.md for details on each tool.
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
credentialsblocks, 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.