hyperframes-slide-work-title-tags
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structural templates and animation logic for UI development. No malicious patterns, such as command execution, data exfiltration, or prompt injection, were detected.
- [INDIRECT_PROMPT_INJECTION]: The skill defines patterns for parsing user-supplied Markdown (using
>and*markers) to generate code. While this establishes a processing surface for untrusted data, it is a standard functional requirement for a UI generation skill and does not include unsafe interpolation or dangerous capabilities. - Ingestion points: User-provided Markdown content in
SKILL.md. - Boundary markers: Uses specific prefix characters (
>) and formatting (*) to delimit data. - Capability inventory: Generates static HTML, CSS, and GSAP animation code; no shell execution or network operations are involved.
- Sanitization: Relies on the agent's default processing logic.
Audit Metadata