expo-to-figma
Exports Expo/React Native app screens to Figma as editable designs, automating the capture process with Playwright.
Install this skill
or
89/100
Security score
The expo-to-figma skill was audited on Mar 8, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 73
Curl to non-GitHub URL
SourceSKILL.md
| 73 | curl -s -o /dev/null -w "%{http_code}" http://localhost:8081 |
low line 56
External URL reference
SourceSKILL.md
| 56 | - **fileUrl:** https://www.figma.com/design/your-file-key/Your-File-Name |
low line 73
External URL reference
SourceSKILL.md
| 73 | curl -s -o /dev/null -w "%{http_code}" http://localhost:8081 |
low line 119
External URL reference
SourceSKILL.md
| 119 | await page.goto('http://localhost:8081/your-route'); |
low line 124
External URL reference
SourceSKILL.md
| 124 | 'https://mcp.figma.com/mcp/html-to-design/capture.js' |
low line 137
External URL reference
SourceSKILL.md
| 137 | endpoint: 'https://mcp.figma.com/mcp/capture/YOUR_CAPTURE_ID/submit', |
low line 242
External URL reference
SourceSKILL.md
| 242 | - **fileUrl:** https://www.figma.com/design/jL9hl5qaaU0qN7wwJVznjG/MyApp-Screens |
Scanned on Mar 8, 2026
View Security Dashboard