Caveat verdict
figma-to-static
Accesses credentials AND makes external network calls
Converts Figma designs to static HTML/CSS using official Figma MCP/API with user-provided tokens; all operations are transparent design conversion with no hidden exfiltration.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
Findings (8)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Pipe to python — executes piped content as Python code
scripts/claude_repl_state.py · prose · downgraded · | python3
subprocess execution — runs system commands from Python
scripts/auth_session_guard.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
scripts/auth_session_guard.py · prose · downgraded · subprocess.run(
command,
shell=True
References webhook/callback URL
SKILL.md · prose · downgraded · callback_url
Popular HTTP library — network access
references/figma-mcp-usage.md · prose · downgraded · got
Python urllib.request — network access
scripts/fetch_figma_mcp.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/fetch_figma_mcp.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 environment variables. (2 sensitive: FIGMA_MCP_TOKEN, FIGMA_TOKEN). Requires 1 system binary.
network_outcredential_accessnetwork_in Thanks — recorded.