Mole Mac Cleanup
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent Mac cleanup wrapper around the Mole `mo` CLI, but it can delete local files and make system-level changes, so users should review dry-runs before executing cleanup actions.
This skill appears purpose-aligned for Mac cleanup. Before installing or using it, make sure you trust the Homebrew `mole` package, run dry-runs before cleanup or optimization, review any listed deletions carefully, and avoid sudo/Touch ID setup unless you intentionally want that system-level change.
Findings (3)
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.
The agent may help run commands that remove caches, logs, browser data, Trash contents, project artifacts, or alter system services.
The skill exposes commands that can delete files and alter system behavior. This is expected for a Mac cleanup tool, and dry-run is emphasized for cleanup and optimization, but users should still review before executing.
`mo clean` # Run deep cleanup ... `mo optimize` # Rebuild caches, reset services ... `mo purge` # Clean old build artifacts
Use `--dry-run --debug` where available, review the planned changes, and only then approve actual cleanup or optimization commands.
Changing sudo/Touch ID behavior can affect how administrative actions are authorized on the Mac.
The skill documents a command that changes sudo convenience behavior. This is plausibly related to system maintenance, but it involves elevated local privilege configuration.
`mo touchid` # Configure Touch ID for sudo
Only run `mo touchid` if you understand the sudo change and want Touch ID enabled for administrative prompts.
The actual cleanup behavior comes from the installed `mo` binary supplied by Homebrew.
The skill depends on an external Homebrew package rather than bundled code. This is disclosed and purpose-aligned, but users are trusting the Homebrew formula and upstream Mole CLI.
brew | formula: mole | creates binaries: mo
Install from trusted Homebrew sources and review the upstream Mole project if you need stronger assurance before granting it cleanup authority.
