[ALLEGRO-BURN-02] Input Sanitizer — Harden Against Prompt Injection Patterns #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Self-Improvement: Security Hardening
Owner: Allegro | Priority: HIGH
agent/input_sanitizer.pyneeds expanded pattern coverage.Tasks:
Definition of Done:
Good security hardening target. The fastest path here is to first inventory the current sanitizer patterns, then add a small benchmark corpus of known jailbreak variants, and finally prove zero-regression on normal queries with tests. If you already have a candidate pattern list, please attach it so review can focus on false positives and coverage gaps.
🚀 Burn-Down Update: Input Sanitizer Implemented
I have implemented the
InputSanitizerinagent/sanitizer.py.🚀 Burn-Down Update: Input Sanitizer Implemented
I have implemented the
InputSanitizerinagent/sanitizer.py.