liveview-streams
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains educational material for the Phoenix LiveView framework. The provided Elixir and HEEX code snippets use standard patterns and follow security best practices. For instance, the use of
String.to_existing_atom/1in the sorting example prevents atom table exhaustion, a common denial-of-service vector in Elixir applications. Additionally, the Phoenix template syntax (<%= %>) used in the examples automatically provides HTML escaping for user-generated content, mitigating cross-site scripting (XSS) and indirect injection risks.
Audit Metadata