Caveat verdict

openclaw-router

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Intelligent model routing skill that selects between local Ollama models and cloud providers based on task complexity to optimize costs; routing decisions are transparent and user-configurable.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
100
transparency
90
maintenance

Findings (7)

Pattern match critical

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

docs/FAQ_en.md · code · curl -fsSL https://ollama.com/install.sh | sh

Pattern match critical

Pipe to sh — executes piped content as shell commands

docs/FAQ_en.md · code · | sh

Pattern match critical

Possible hardcoded credential

docs/VISION_GUIDE.md · code · API_KEY="sk-ant-...

Pattern match critical

Pipe to python — executes piped content as Python code

PRICING_STRATEGY.md · code · | python3

Pattern match medium

pip3 install — installs Python packages at runtime

docs/FAQ_en.md · code · pip3 install

Pattern match medium

Sets world-executable permissions

docs/FAQ_en.md · code · chmod 755

Pattern match low

Python os.getenv — reads environment variable

src/detector.py · prose · downgraded · os.getenv(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/F). 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