Sysadmin
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent sysadmin reference skill with no code or install step, but it discusses privileged server administration commands that should only be used deliberately.
This appears safe as an instruction-only sysadmin aid, but treat its guidance as operationally powerful: review commands before running them, target the correct machine, and make backups before account, package, service, permission, or filesystem changes.
Findings (2)
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.
If used on the wrong host or without review, normal admin commands could stop services, change packages, or affect storage.
The skill documents commands and workflows that can modify services, packages, and storage on a server. This is aligned with the stated sysadmin purpose, but misuse could disrupt a system.
`systemctl` for services ... `apt update` before `apt upgrade` ... Resize filesystems with care
Use this skill only for intended servers, review exact commands before execution, and keep backups before risky changes.
Changes based on this guidance could alter login access or administrative privileges on a machine.
The skill covers account, sudo, and SSH-key administration, which directly affects who can access a server and what privileges they have. The guidance is purpose-aligned and includes least-privilege advice.
`sudo` with specific commands, not blanket ALL ... Lock accounts instead of deleting: `usermod -L` ... SSH keys in `~/.ssh/authorized_keys`
Confirm account and sudo changes with the responsible administrator and prefer least-privilege, reversible changes.
