ClawAudit verdict

photo-grader

45
🟠 Risky
Significant concerns — only install if you understand the risks

The skill applies color grading to photos using RawTherapee CLI. While the primary purpose seems legitimate, the execution of system commands (e.g., `rawtherapee-cli`) could be risky if not properly validated.

⚠ 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.

50
security
70
transparency
90
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (5)

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match medium

apt-get install — installs system packages

scripts/setup_deps.sh · prose · downgraded · apt-get install

Pattern match low

Python shutil file operation — copies/moves/deletes files

scripts/grade.py · prose · downgraded · shutil.move(

Pattern match low

pip3 install — installs Python packages at runtime

scripts/setup_deps.sh · prose · downgraded · pip3 install

Why the tier is capped

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

Permissions & capabilities

Requires 2 system binaries.

package_install

Is this flag fair?

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