My System Info Skill

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to do what it claims: generate a local Markdown system report, though that report can contain host, network, process, and service details.

This skill is reasonable for generating a local system operations report. Before installing or using it, be aware that the report can include identifying and operational details about your machine, such as hostname, username, IP addresses, running processes, disks, and services. Do not share the generated Markdown file publicly unless you have reviewed and sanitized it.

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.

What this means

The generated report could reveal details about the machine if the user shares or uploads it elsewhere.

Why it was flagged

The skill runs multiple local diagnostic commands to collect system state. This is clearly aligned with the stated system-report purpose, but users should know it enumerates host, network, process, and service information.

Skill content
lscpu ... free -h ... lsblk ... df -h ... ip addr ... top -bn1 | head -20 ... systemctl list-units --type=service --state=running
Recommendation

Review the Markdown report before sharing it, especially sections containing network interfaces, running processes, services, hostnames, or usernames.

What this means

The skill may fail or produce incomplete reports on systems that do not have the expected Linux commands available.

Why it was flagged

The included script depends on Linux-style shell utilities, but the registry metadata does not declare these binaries or restrict the operating system. This is more of a compatibility and transparency issue than evidence of malicious behavior.

Skill content
Required binaries (all must exist): none; OS restriction: none
Recommendation

Install it only in an environment where running local diagnostic commands is acceptable, and expect best results on Linux-like systems with standard system utilities installed.