data-report
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches frontend libraries from
cdn.jsdelivr.netandcdn.tailwindcss.com. These are well-known and established services for hosting public web assets. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data to generate its reports, which is a standard surface for indirect injection.
- Ingestion points: Processes CSV, Excel, and JSON data provided by the user as specified in
SKILL.md. - Boundary markers: No explicit instructions are provided to the agent to treat embedded text as data only.
- Capability inventory: The skill utilizes
fs:writeandlive-artifactto generate and display the resulting HTML report (defined inopen-design.json). - Sanitization: The sample logic in
example.htmluses direct string interpolation into the DOM viainnerHTML, which is an common pattern for report templates but represents a surface for data-carried content.
Audit Metadata