ClawAudit verdict

fotor-skills

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Accesses credentials AND makes external network calls

Calls Fotor AI image and video generation API using a user-supplied API key via documented endpoints; transparent and limited to the stated creative generation purpose.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
80
transparency
90
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit 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 critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

SKILL.md · code · curl -LsSf https://astral.sh/uv/install.sh | sh

Pattern match critical

Pipe to sh — executes piped content as shell commands

SKILL.md · code · | sh

Pattern match high

Attempts to modify skills or system prompts

references/parameter_reference.md · prose · downgraded · Edit instructions

Pattern match high

Pipe to python — executes piped content as Python code

scripts/run_task.py · prose · downgraded · | python

Pattern match medium

Python os.environ.get — reads environment variable

references/credits-and-recharge.md · code · os.environ.get(

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match low

Popular HTTP library — network access

references/get_api_key.md · prose · downgraded · got

Pattern match low

Python urllib.request — network access

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

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/D/E). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 environment variable. (1 sensitive: FOTOR_OPENAPI_KEY). Requires 1 system binary.

network_outcredential_access
Check another skill Browse the registry Auditing your own skills or configs? Use the API