diff --git a/dev/feature_flags.json b/dev/feature_flags.json index b04d153..1daae79 100644 --- a/dev/feature_flags.json +++ b/dev/feature_flags.json @@ -1,3 +1,10 @@ { - "flags": {} + "flags": { + "prompt-injection-hardening": { + "enabled": false, + "issue": "0019", + "description": "Hardening contra prompt injection: deny-by-default en tools, SSRF protection, path traversal, allowlists", + "added": "2026-03-07" + } + } }