figma-use
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructions and reference patterns facilitate the ingestion of untrusted data from Figma canvas nodes (such as names, text content, and descriptions) which are attacker-controlled.
- Ingestion points: Metadata extraction and discovery scripts in
references/component-patterns.mdandreferences/variable-patterns.mdread properties from Figma nodes viafindAllWithCriteria,node.query, andfigma.root.children. - Capability inventory: The
use_figmatool enables arbitrary JavaScript execution within the Figma Plugin API context, and theupload_assetstool provides network POST capabilities to tool-generated URLs. - Sanitization: The provided reference patterns and rules do not include guidance for sanitizing or escaping the content read from Figma nodes before it is processed by the agent or used in subsequent code generation.
- Boundary markers: There are no specific instructions regarding the use of boundary markers or 'ignore embedded instructions' warnings for data ingested from the Figma environment.
Audit Metadata