Caveat verdict

restart-guard

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

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.

10
security
100
transparency
90
maintenance

Findings (7)

Pattern match high

Accesses OpenClaw config/secrets directly

references/troubleshooting.md · code · ~/.openclaw/openclaw.json

Pattern match high

<script> tag in markdown — potential code injection

tests/test_security_fixes.py · prose · downgraded · <script>

Pattern match high

Accesses sensitive system files

tests/test_security_fixes.py · prose · downgraded · /etc/passwd

Pattern match medium

References webhook/callback URL

SKILL.md · frontmatter · WEBHOOK_URL

Pattern match medium

subprocess execution — runs system commands from Python

scripts/auto_restart.py · prose · downgraded · subprocess.call(

Pattern match low

Python os.environ.get — reads environment variable

scripts/notify.py · prose · downgraded · os.environ.get(

Pattern match low

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?

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