html-diagram-artifact
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection because it is designed to ingest untrusted data from the repository context and documentation to generate executable HTML/SVG artifacts.
- Ingestion points:
SKILL_CARD.mdidentifies user requests, repository context, architecture notes, and documentation as the primary data sources. - Boundary markers: There are no instructions in
SKILL.mdto use boundary markers or to ignore instructions that might be embedded within the processed files. - Capability inventory: The skill generates self-contained
.htmlfiles that include inline JavaScript for interactivity and theme persistence vialocalStorage, as seen inSKILL.mdand thereferences/architecture-example.htmltemplate. - Sanitization: No sanitization or escaping mechanisms are described in
SKILL.mdorreferences/style-notes.md, which could allow malicious code or instructions from the input documents to be faithfully reproduced in the generated artifact.
Audit Metadata