From 9692da687ea408528fafe6ea537a0155d64e1c3a Mon Sep 17 00:00:00 2001 From: Enmanuel Date: Sat, 7 Mar 2026 19:17:10 +0000 Subject: [PATCH] chore: feature flag prompt-injection-hardening (OFF) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flag para la feature multi-issue 0019 (prompt injection hardening). Desactivado hasta que todas las sub-issues estén completas. Co-Authored-By: Claude Opus 4.6 --- dev/feature_flags.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" + } + } }