AntiPattern
Raw Text Render & Storage
incorrect-text-encoding-sanitization
Untrusted text gets processed with the wrong encoding/sanitization semantics—HTML escaping, “sanitized” functions that escape everything, or masked/embedded values stored verbatim—leading to XSS exposure, broken content fidelity, and poisoned downstream embeddings or signatures.