ClawAudit verdict

art-director

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

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.

28
security
80
transparency
90
maintenance

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read

Findings (6)

Pattern match high

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

art_director.py · prose · downgraded · curl -LsSf https://astral.sh/uv/install.sh | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

art_director.py · prose · downgraded · | sh

Pattern match medium

subprocess execution — runs system commands from Python

art_director.py · prose · downgraded · subprocess.run(

Pattern match medium

Instructs covert action — may act without user awareness

presets/README.md · prose · downgraded · quietly

Pattern match low

Python os.environ.get — reads environment variable

art_director.py · prose · downgraded · os.environ.get(

Pattern match low

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?

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