Mac System Stat
Security checks across static analysis, malware telemetry, and agentic risk
Overview
This skill appears to be a local Mac resource reporter; the main review point is that some stats compile and run small local Swift helpers on first use.
This skill looks appropriate for checking Mac resource usage. Be aware that reports may include local host details and top process names, and that some helpers compile locally on first use with Apple Command Line Tools.
Static analysis
No static analysis findings were reported for this release.
VirusTotal
VirusTotal findings are pending for this skill version.
Risk analysis
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.
On unsupported systems, or Macs without Apple Command Line Tools, helper builds may fail or require toolchain setup.
The skill documents platform and compiler prerequisites even though registry metadata does not declare an OS restriction or required binaries.
macOS only; Apple Silicon first ... target machine still needs Command Line Tools / `swiftc` for first build
Treat this as a macOS-only skill that may require `swiftc`; maintainers should declare the OS and compiler requirements in metadata.
First use of GPU, power, fan, or temperature stats can compile and run local helper binaries under `scripts/bin/`.
When a Swift helper binary is missing or stale, the wrapper executes the local build script before running the helper.
build = subprocess.run(["/bin/zsh", str(build_script), helper_name], ... cwd=root, ... timeout=120)
Install only if you are comfortable with local helper compilation; review the included Swift sources and remove `scripts/bin/` if you want to clear generated binaries.
