figma-create-new-file
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- Standard Tool Integration: The skill provides guidance on using the
create_new_fileandwhoamitools within the Figma MCP framework. This is a standard implementation for extending agent capabilities with external services. - Account Resolution Logic: It includes logic for handling account 'planKeys', ensuring the agent correctly identifies which organization or team a file should be created in. This helps prevent errors in resource placement.
- Data Handling: The skill does not contain hardcoded credentials, sensitive file paths, or network operations to unknown destinations. It relies on the underlying tool implementation for authenticated communication with Figma's API.
- Input Processing: User-supplied inputs like
fileNameandeditorTypeare used as direct parameters for structured tool calls. This is a safer pattern than interpolating untrusted text into natural language prompts, which reduces the potential for indirect instruction interference.
Audit Metadata