GenUI Security: XSS, Prompt Injection & WCAG (Part 4)

Prerequisite: Familiarity with the concepts introduced in Part 3 — Component Registry. Review it first if the terminology in this part is unfamiliar. Answer-first: Building secure, accessible Generative UI systems requires defensive engineering across Prompt-to-UI Injection Defenses and WCAG 2.1 AA Enforcement. By enforcing strict prop sanitization and embedding automated accessibility attributes (aria-live, focus traps, contrast compliance) into component templates, teams prevent XSS exploits while guaranteeing full accessibility. Implementing this architecture enforces sub-50ms P99 latency guarantees, strict component isolation, and automated observability pipelines required. ...

March 21, 2026 · 8 min · Lê Tuấn Anh

AI Code Security: Prompt Injection & Credential Scan

Prerequisite: Familiarity with the concepts introduced in Part 4 — Review Pipeline Multi Agent. Review it first if the terminology in this part is unfamiliar. Part 5 — AI Code Security: Prompt Injection & Credentials When developers generate application code using AI tools (Cursor, GitHub Copilot, Claude), LLMs frequently insert plain-text synthetic API keys or sample secrets (e.g., api_key = "sk_live_9988221100abc"). If a developer accepts the AI generation without auditing every line, live production credentials end up committed to public or private git repositories. ...

May 27, 2026 · 5 min · Lê Tuấn Anh

Enterprise Security, RBAC & Data Poisoning Defense

Prerequisite: Familiarity with the concepts introduced in Part 4 — Streaming Cdc Federated Rag. Review it first if the terminology in this part is unfamiliar. Part 5 — Enterprise Security, RBAC & Data Poisoning Defense in RAG Answer-first: RAG applications are vulnerable to indirect prompt injection and vector store poisoning, where malicious payloads embedded in uploaded documents compromise LLM safety. Enforcing defense-in-depth requires embedding cryptographically verified JWT RBAC filters directly into vector database queries while scanning incoming context chunks for adversarial text patterns. Architecting this pipeline enforces sub-50ms P99 latency guarantees, OpenTelemetry GenAI semantic conventions, and 2026 Model. ...

May 19, 2026 · 7 min · Lê Tuấn Anh

eBPF Zero-Trust Security for AI Agents: Tetragon 1.4

Tech Radar: eBPF Zero-Trust Security for AI Agents with Tetragon 1.4 Answer-First: Granting tool-execution permissions to AI Agents dramatically expands the attack surface for Remote Code Execution (RCE) via Prompt Injection. Cilium Tetragon 1.4 leverages eBPF probes inside the Linux kernel to intercept unauthorized syscalls, executing SIGKILL termination in under 15 microseconds before malicious payloads can exfiltrate sensitive data. 1. The Emerging Threat Vector: Autonomous Agent RCE In modern agentic architectures, autonomous agents are granted tool execution permissions across the host environment: ...

August 29, 2026 · 4 min · Lê Tuấn Anh