Caveat verdict
restart-guard
Gateway restart management skill that uses optional notification webhook env vars (Telegram, Discord, Slack) and executes local Python scripts for restart sequencing; all behavior is transparent and matches the documented purpose.
⚠ 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)
Accesses OpenClaw config/secrets directly
references/troubleshooting.md · code · ~/.openclaw/openclaw.json
<script> tag in markdown — potential code injection
tests/test_security_fixes.py · prose · downgraded · <script>
Accesses sensitive system files
tests/test_security_fixes.py · prose · downgraded · /etc/passwd
References webhook/callback URL
SKILL.md · frontmatter · WEBHOOK_URL
subprocess execution — runs system commands from Python
scripts/auto_restart.py · prose · downgraded · subprocess.call(
Python os.environ.get — reads environment variable
scripts/notify.py · prose · downgraded · os.environ.get(
Popular HTTP library — network access
scripts/write_context.py · prose · downgraded · got
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 1 environment variable. (1 sensitive: GATEWAY_AUTH_TOKEN). Requires 2 system binaries. (1 elevated: curl).
Is this flag fair?
Thanks — recorded.