angular-directives
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains technical documentation and code examples for Angular development. No malicious behavior, data exfiltration, or prompt injection patterns were found.
- [SAFE]: DOM manipulation examples in the
TooltipandPortaldirectives use safe practices. For example, theTooltipdirective uses.textContentto prevent XSS andcrypto.randomUUID()for unique identifiers. - [SAFE]: Structural directives like
PortalandLazyRenderuse standard Angular abstractions such asTemplateRefandViewContainerReffor safe DOM management. - [SAFE]: Input handling and event listeners (e.g.,
Shortcut,ClickOutside,Mask) follow established Angular patterns for host property bindings and input signals.
Audit Metadata