Caveat verdict
auto-config-skiller
A setup assistant helping install OpenClaw skills and configure the environment; executionSinkDetected reflects documented setup script references and no credentials are accessed or exfiltrated.
⚠ 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 (6)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
scripts/diagnose_and_install.py · prose · downgraded · curl -fsSL https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/ins
Pipe to bash — executes piped content as shell commands
scripts/diagnose_and_install.py · prose · downgraded · | bash
subprocess execution — runs system commands from Python
scripts/diagnose_and_install.py · prose · downgraded · subprocess.check_output(
subprocess with shell=True — command injection vector
scripts/diagnose_and_install.py · prose · downgraded · subprocess.run(install_cmd, shell=True
Python urllib.request — network access
scripts/diagnose_and_install.py · prose · downgraded · urllib.request
pip3 install — installs Python packages at runtime
scripts/setup_base_skills.sh · prose · downgraded · pip3 install
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/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?
Thanks — recorded.