0xcd4/ReleaseGuard n8n PR Gate
Review exported n8n AI workflows in a pull request without executing them or sending them to an AI service.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Aug 21, 2026
- License
- MIT
Pinned Snippet
uses: 0xcd4/n8n-ai-agent-security-lab@d5629ed5334f351cd82e994da93506f8eba09904 # v1.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | A repository-relative n8n workflow JSON file or directory. | no | workflows |
| output-prefix | Repository-relative prefix for JSON, Markdown, SARIF, Mermaid, and SVG evidence files. | no | reports/releaseguard-pr |
| name | Plain-text label for the workflow set under review. | no | n8n workflow pull request |
| fail-on | Use high to fail when a high-severity path is found, or never to report without failing. | no | high |
Outputs
| name | description |
|---|---|
| decision | pass or review. This is a review aid, not a release approval. |
| high-findings | Number of high-severity findings. |
| report-json | Path to the redacted JSON report. |
| report-markdown | Path to the Markdown report. |
| sarif | Path to the SARIF report. |
| exposure-svg | Path to the self-contained exposure graph SVG. |