Skip to main content

albo:disk-cleanup

Efficiently cleans up disk space by analyzing and removing large files, caches, and Docker storage on macOS and Linux systems.

Install this skill

or
46/100

Security score

The albo:disk-cleanup skill was audited on Feb 21, 2026 and we found 14 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 39

Access to hidden dotfiles in home directory

SourceSKILL.md
39- `~/.cache/` - Application caches (often 10-50GB+)
medium line 40

Access to hidden dotfiles in home directory

SourceSKILL.md
40- `~/.colima/` - Docker/Colima VM disks (often 20-50GB+)
medium line 46

Access to hidden dotfiles in home directory

SourceSKILL.md
46- `~/.npm/` - npm cache
medium line 47

Access to hidden dotfiles in home directory

SourceSKILL.md
47- `~/.cargo/` - Rust packages
medium line 48

Access to hidden dotfiles in home directory

SourceSKILL.md
48- `~/.rustup/` - Rust toolchains
medium line 49

Access to hidden dotfiles in home directory

SourceSKILL.md
49- `~/.cache/uv/` - Python uv cache
medium line 50

Access to hidden dotfiles in home directory

SourceSKILL.md
50- `~/.cache/huggingface/` - ML models
low line 59

Access to hidden dotfiles in home directory

SourceSKILL.md
59rm -rf ~/.cache/huggingface
low line 65

Access to hidden dotfiles in home directory

SourceSKILL.md
65rm -rf ~/.cache/torch
medium line 114

Access to hidden dotfiles in home directory

SourceSKILL.md
114- Application caches (`~/.cache/`)
low line 138

Access to hidden dotfiles in home directory

SourceSKILL.md
138du -sh ~/.cache ~/.colima ~/Developer
low line 144

Access to hidden dotfiles in home directory

SourceSKILL.md
144du -h -d 2 ~/.colima
medium line 151

Access to hidden dotfiles in home directory

SourceSKILL.md
151macOS blocks terminal access to `~/.Trash` due to TCC (Transparency, Consent, and Control). User must empty trash manually from Finder.
medium line 173

Access to hidden dotfiles in home directory

SourceSKILL.md
173- Cache directories (`~/.cache/`, `~/.npm/`, etc.)
Scanned on Feb 21, 2026
View Security Dashboard