ClawAudit verdict
fotor-skills
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.
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.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
Findings (8)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · code · curl -LsSf https://astral.sh/uv/install.sh | sh
Pipe to sh — executes piped content as shell commands
SKILL.md · code · | sh
Attempts to modify skills or system prompts
references/parameter_reference.md · prose · downgraded · Edit instructions
Pipe to python — executes piped content as Python code
scripts/run_task.py · prose · downgraded · | python
Python os.environ.get — reads environment variable
references/credits-and-recharge.md · code · os.environ.get(
subprocess execution — runs system commands from Python
scripts/check_skill_update.py · prose · downgraded · subprocess.run(
Popular HTTP library — network access
references/get_api_key.md · prose · downgraded · got
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 Thanks — recorded.