Figma to Mobile

PassAudited by VirusTotal on May 9, 2026.

Findings (1)

The skill bundle is a comprehensive tool designed to convert Figma designs into mobile UI code for Android and iOS. The core logic involves fetching design data via the official Figma API (scripts/figma_fetch.py) and scanning local project directories (scripts/project_scan.py) to align generated code with existing project resources like colors, strings, and custom views. While the tool requires sensitive access (FIGMA_TOKEN and local filesystem reading), its behavior is transparent, well-documented in DESIGN.md, and lacks any indicators of data exfiltration, malicious execution, or harmful prompt injection. The automated feedback logging and analysis scripts are consistent with the stated goal of improving code generation quality over time.