System Resource Report
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent read-only Linux resource reporting skill, with the main caution that process command lines in its output may reveal sensitive details if shared.
Safe to use for local Linux resource checks. Treat the generated report as potentially sensitive operational information, especially the top CPU and memory process lists, and redact it before posting or sending externally.
Findings (1)
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 the report is shared with others, it may reveal details about running programs or command-line arguments.
The report includes process command lines for top CPU and memory consumers. This is purpose-aligned for resource diagnostics, but command lines can sometimes contain sensitive arguments, paths, or service details.
ps -eo pid,ppid,cmd,%cpu,%mem --sort=-%cpu | head -15
Review and redact the top-process sections before sharing the output outside trusted administrators.
