studio-design-design-system
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external sources which could contain malicious instructions designed to subvert the agent's behavior.
- Ingestion points: The skill reads external content from live website URLs using
WebFetchand Figma design files using MCP tools as specified inSKILL.md. - Boundary markers: The instructions do not provide explicit delimiters or "ignore previous instructions" directives when processing data from these external sources.
- Capability inventory: The skill possesses file-writing capabilities, specifically creating
docs/DESIGN.mdanddocs/DESIGN.htmlon the local file system. - Sanitization: There is no evidence of filtering or sanitization for text extracted from the external references before it is interpolated into the generated documents.
- [DYNAMIC_EXECUTION]: The skill automatically generates executable client-side code (HTML and JavaScript) based on derived design tokens.
- Evidence:
SKILL.mdinstructs the agent to generate adocs/DESIGN.htmlfile that includes a "vanilla-JS theme toggle" script. - Risk: While the intended script is simple and functional, the process involves generating code that will be executed in the user's browser, potentially incorporating content derived from untrusted external inputs.
Audit Metadata