figma-catalog-import
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to download a prebuilt Figma plugin as a ZlP archive from the author's GitHub releases page.\n- [REMOTE_CODE_EXECUTION]: It references the execution of a local script
scripts/figma-import-prep.mjsand instructions for building the plugin from source vianpm run build:plugin.\n- [COMMAND_EXECUTION]: Automates Figma document manipulation using theuse_figmaandupload_assetsMCP tools. Theuse_figmatool executes generated JavaScript code within the Figma workspace context.\n- [DATA_EXFILTRATION]: Describes network operations to upload image assets tomcp.figma.com, which is the established endpoint for the Figma MCP service layer.\n- [PROMPT_INJECTION]: The skill ingests untrusted external data from project files such ascatalog.jsonand.design-parity.json. There are no explicit boundary markers or sanitization steps documented to prevent instructions embedded in these data files from influencing the agent's behavior during the import process. This creates an indirect prompt injection surface given the skill's capabilities to execute code via the Figma API.
Audit Metadata