Linux & service basics

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Running the suggested commands could change server configuration or service state, so the user should understand and approve them first.

Why it was flagged

The skill may provide shell commands that restart services, adjust permissions, or reload Nginx. This is purpose-aligned for service triage and is explicitly gated on user request and safety.

Skill content
If explicitly requested and safe: exact shell commands to apply the fix.
Recommendation

Keep the read-only default, review proposed commands before execution, and require explicit approval for restarts, permission changes, reloads, or configuration edits.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

A persistent service can keep running after reboot and affect the server until removed or disabled.

Why it was flagged

Creating a systemd service introduces persistence across reboots. Here it is disclosed as a user-invoked troubleshooting/setup use case, not hidden background behavior.

Skill content
Create a systemd service for this script and make it survive reboots.
Recommendation

Only create persistent services when explicitly needed, include rollback commands such as disable/remove service files, and verify the service runs under the least-privileged appropriate user.