ClawAudit verdict
photo-grader
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.
Permission integrity
package_install
Findings (5)
References sudo — requests elevated privileges
SKILL.md · code · sudo
subprocess execution — runs system commands from Python
scripts/grade.py · prose · downgraded · subprocess.run(
apt-get install — installs system packages
scripts/setup_deps.sh · prose · downgraded · apt-get install
Python shutil file operation — copies/moves/deletes files
scripts/grade.py · prose · downgraded · shutil.move(
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?
Thanks — recorded.