Rebuild Vibeflow as an n8n safety gate

This commit is contained in:
Felipe Domingues 2026-07-22 11:43:41 -03:00
parent 79fc67166a
commit febec32131
101 changed files with 2405 additions and 3557 deletions

View file

@ -0,0 +1,23 @@
name: False positive
description: Report a policy finding that should not fire
title: "false-positive: "
labels: [false-positive]
body:
- type: input
attributes:
label: Rule ID
placeholder: VF006
validations:
required: true
- type: textarea
attributes:
label: Anonymized workflow fragment
description: Include relevant nodes and connections without secrets or customer data.
render: json
validations:
required: true
- type: textarea
attributes:
label: Why the workflow is safe
validations:
required: true