motion-frames
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructions (Workflow Step 1) direct the agent to read and process an external file named
DESIGN.mdto extract design tokens for typography, color, and layout. - Ingestion points: The workflow in
SKILL.mdexplicitly requires readingDESIGN.mdas the primary source for design tokens. - Boundary markers: There are no specified delimiters or instructions to ignore potential commands embedded within the external design file.
- Capability inventory: The skill is configured with
fs:writeandprompt:injectcapabilities inopen-design.json, which represent the available attack surface if the ingested data contained malicious instructions. - Sanitization: No explicit sanitization, validation, or escaping of the design token values is defined in the instructions.
Audit Metadata