Caveat verdict
openclaw-router
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.
Findings (7)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
docs/FAQ_en.md · code · curl -fsSL https://ollama.com/install.sh | sh
Pipe to sh — executes piped content as shell commands
docs/FAQ_en.md · code · | sh
Possible hardcoded credential
docs/VISION_GUIDE.md · code · API_KEY="sk-ant-...
Pipe to python — executes piped content as Python code
PRICING_STRATEGY.md · code · | python3
pip3 install — installs Python packages at runtime
docs/FAQ_en.md · code · pip3 install
Sets world-executable permissions
docs/FAQ_en.md · code · chmod 755
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?
Thanks — recorded.