Skip to main content

linux-systemd

Automates management of systemd services on Linux, focusing on unit files, logging, and integration with OpenClaw.

Install this skill

or
80/100

Security score

The linux-systemd skill was audited on Mar 1, 2026 and we found 2 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 46

Python subprocess execution

SourceSKILL.md
46subprocess.run(['systemctl', 'status', 'my-service'])
high line 60

Python subprocess execution

SourceSKILL.md
60Always check command exit codes; for example, in Bash, use `if systemctl start <unit>; then echo "Success"; else echo "Failed: $?"; fi`. In Python, wrap subprocess calls in try-except blocks: try: sub
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →