code-connect-components
Facilitates the connection between Figma design components and code implementations, ensuring design-code consistency.
Install this skill
or
89/100
Security score
The code-connect-components skill was audited on Feb 28, 2026 and we found 11 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 17
External URL reference
SourceSKILL.md
| 17 | - User must provide a Figma URL with node ID: `https://figma.com/design/:fileKey/:fileName?node-id=1-2` |
low line 54
External URL reference
SourceSKILL.md
| 54 | - URL format: `https://figma.com/design/:fileKey/:fileName?node-id=1-2` |
low line 174
External URL reference
SourceSKILL.md
| 174 | User says: "Connect this Figma button to my code: https://figma.com/design/kL9xQn2VwM8pYrTb4ZcHjF/DesignSystem?node-id=42-15" |
low line 184
External URL reference
SourceSKILL.md
| 184 | - [Button](src/components/Button.tsx): Button at nodeId [42:15](https://figma.com/design/kL9xQn2VwM8pYrTb4ZcHjF/DesignSystem?node-id=42-15) |
low line 196
External URL reference
SourceSKILL.md
| 196 | User says: "Connect components in this frame: https://figma.com/design/pR8mNv5KqXzGwY2JtCfL4D/Components?node-id=10-50" |
low line 209
External URL reference
SourceSKILL.md
| 209 | - [ProductCard](src/components/ProductCard.tsx): ProductCard at nodeId [10:51](https://figma.com/design/pR8mNv5KqXzGwY2JtCfL4D/Components?node-id=10-51) |
low line 210
External URL reference
SourceSKILL.md
| 210 | - [Badge](src/components/Badge.tsx): Badge at nodeId [10:52](https://figma.com/design/pR8mNv5KqXzGwY2JtCfL4D/Components?node-id=10-52) |
low line 223
External URL reference
SourceSKILL.md
| 223 | User says: "Connect this icon: https://figma.com/design/8yJDMeWDyBz71EnMOSuUiw/Icons?node-id=5-20" |
low line 317
External URL reference
SourceSKILL.md
| 317 | **Solution:** Verify the URL follows the required format: `https://figma.com/design/:fileKey/:fileName?node-id=1-2`. The `node-id` parameter is required. Also ensure you convert `1-2` to `1:2` when ca |
low line 338
External URL reference
SourceSKILL.md
| 338 | - [Code Connect Documentation](https://help.figma.com/hc/en-us/articles/23920389749655-Code-Connect) |
low line 339
External URL reference
SourceSKILL.md
| 339 | - [Figma MCP Server Tools and Prompts](https://developers.figma.com/docs/figma-mcp-server/tools-and-prompts/) |
Scanned on Feb 28, 2026
View Security Dashboard