Skip to main content

keeping-system-clean

Consolidates transient dependencies and scratch files into a single sandbox, ensuring a clean global environment across platforms.

Install this skill

or
62/100

Security score

The keeping-system-clean skill was audited on Jun 10, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Access to hidden dotfiles in home directory

SourceSKILL.md
3description: Use when installing packages (pip install, npm install -g, uv pip install, uvx, npx) or creating temporary files for one-off, project-independent tasks. Routes every install and scratch f
medium line 15

Access to hidden dotfiles in home directory

SourceSKILL.md
15inspect at a glance and delete in one command** (`rm -rf ~/.agent-sandbox`).
medium line 60

Access to hidden dotfiles in home directory

SourceSKILL.md
60inside `~/.agent-sandbox`. This is the default this skill is about.
low line 67

Access to hidden dotfiles in home directory

SourceSKILL.md
67~/.agent-sandbox/ # single root, everything lives here
medium line 82

Access to hidden dotfiles in home directory

SourceSKILL.md
82- **One root** the user can inspect or delete wholesale (`rm -rf ~/.agent-sandbox`)
low line 116

Access to hidden dotfiles in home directory

SourceSKILL.md
116└─ Use ~/.agent-sandbox/{python,node}/common
medium line 127

Access to hidden dotfiles in home directory

SourceSKILL.md
1273. **All scratch files go in `~/.agent-sandbox/tmp/`** with a task-descriptive
medium line 137

Access to hidden dotfiles in home directory

SourceSKILL.md
137"Everything I installed/created lives in `~/.agent-sandbox`. Delete it any
medium line 142

Access to hidden dotfiles in home directory

SourceSKILL.md
142The very first time you create `~/.agent-sandbox`, also write the `README.md`
low line 39

External URL reference

SourceSKILL.md
39uvx --from httpie http GET https://example.com
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →
Rating
5.01
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
zhiyuc123/keeping-system-clean