broomva-design
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The SKILL.md file instructs agents to execute a local Python script
scripts/materialize.pyto materialize design profiles. This is the primary function of the skill. - [EXTERNAL_DOWNLOADS]: Multiple HTML specimen files in
assets/system(e.g.,forms.card.html,navigation.card.html) download the React, React-DOM, and Babel libraries fromunpkg.com, which is a well-known public package CDN. - [PROMPT_INJECTION]: The
assets/system/apps/maestro/WorkDetail.jsxcomponent uses thedangerouslySetInnerHTMLproperty to render thehtmlfield of assistant messages, creating a surface for indirect prompt injection. 1. Ingestion points: Data entering through theitem.chatstructure. 2. Boundary markers: None present for the HTML content. 3. Capability inventory: Ability to render arbitrary HTML. 4. Sanitization: No explicit sanitization or escaping is implemented in the component code.
Audit Metadata