ClawAudit verdict
art-director
Image generation skill using Gemini API via a documented wrapper; GEMINI_API_KEY is read for the legitimate purpose of calling the stated image-generation API, and executionSinkDetected is a local script path reference.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Permission integrity
file_read
Findings (6)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
art_director.py · prose · downgraded · curl -LsSf https://astral.sh/uv/install.sh | sh
Pipe to sh — executes piped content as shell commands
art_director.py · prose · downgraded · | sh
subprocess execution — runs system commands from Python
art_director.py · prose · downgraded · subprocess.run(
Instructs covert action — may act without user awareness
presets/README.md · prose · downgraded · quietly
Python os.environ.get — reads environment variable
art_director.py · prose · downgraded · os.environ.get(
Popular HTTP library — network access
presets/synthwave.md · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/D). 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: GEMINI_API_KEY). Requires 1 system binary.
file_read Is this flag fair?
Thanks — recorded.