ClawAudit verdict

local-model-optimizer

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

The skill provides a local model optimizer for auto-detecting hardware, recommending optimal local models, and configuring Ollama. It does not exhibit any malicious behavior and operates within its stated purpose.

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

40
security
90
transparency
70
maintenance

Findings (4)

Pattern match high

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

scripts/local-model-optimizer.py · prose · downgraded · curl -fsSL https://ollama.com/install.sh | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

scripts/local-model-optimizer.py · prose · downgraded · | sh

Pattern match medium

Accesses OpenClaw config/secrets directly

scripts/local-model-optimizer.py · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

subprocess execution — runs system commands from Python

scripts/local-model-optimizer.py · prose · downgraded · subprocess.run(

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

No declared permissions — minimal attack surface.

Is this flag fair?

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