Caveat verdict

figma-to-static

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
40
transparency
70
maintenance

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.

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (8)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match high

Pipe to python — executes piped content as Python code

scripts/claude_repl_state.py · prose · downgraded · | python3

Pattern match medium

subprocess execution — runs system commands from Python

scripts/auth_session_guard.py · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

scripts/auth_session_guard.py · prose · downgraded · subprocess.run( command, shell=True

Pattern match low

References webhook/callback URL

SKILL.md · prose · downgraded · callback_url

Pattern match low

Popular HTTP library — network access

references/figma-mcp-usage.md · prose · downgraded · got

Pattern match low

Python urllib.request — network access

scripts/fetch_figma_mcp.py · prose · downgraded · urllib.request

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API