figma
Warn
Audited by Snyk on Mar 5, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly fetches and parses user-generated Figma content via the Figma REST API / MCP tools (e.g., get_file, get_file_nodes, get_comments) and uses that data to generate code, exports, QA results, and automated actions, so untrusted third-party file content or comments could materially influence agent behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The .codebuddy/mcp.json config runs "npx -y @modelcontextprotocol/server-figma" at runtime, which fetches and executes remote code from the npm registry (e.g., https://registry.npmjs.org/@modelcontextprotocol/server-figma), so this external dependency is fetched and executed as a required MCP server.
Audit Metadata