mole-mac-cleaner
github.com/aradotso/trending-skillsVerdict: Proceed with caution
0 critical4 high2 medium
C
SCORE 55 / 100
$skillox install mole-mac-cleanerSoon
Sign in to followFollowing emails you when a re-scan drops the grade. Opt-out is per-creator on /account/billing.
Why grade C?
score · 55 / 100The current grade reflects 4 high-severity findings (3+ HIGHs → C).
0 CRIT4 HIGH2 MED0 LOW
To reach a higher grade
- BReach Btarget score 75
Resolve 2 of 4 HIGH (cap is 2).
- AReach Atarget score 95
Resolve all 4 HIGH.
Thresholds are documented at /docs/grading. Source-of-truth is the grade() function in @skillox/scanner.
Latest scan findings
Scan crawl-yjoajn6cevwgo23uxwf0ucoy · Thu, 28 May 2026 17:13:01 GMT · 7ms
highDangerous shell pattern: curl | shellThe skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.▾
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
26
27# Via install script (supports version pinning)
28curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash← curl | shell — common in destructive or supply-chain attacks
29
30# Specific version
highDangerous shell pattern: curl | shellThe skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.▾
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
29
30# Specific version
31curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash -s 1.17.0← curl | shell — common in destructive or supply-chain attacks
32
33# Latest main branch (nightly)
highDangerous shell pattern: curl | shellThe skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.▾
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
32
33# Latest main branch (nightly)
34curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash -s latest← curl | shell — common in destructive or supply-chain attacks
35```
36
highDangerous shell pattern: curl | shellThe skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.▾
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
254
255```bash
256curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash← curl | shell — common in destructive or supply-chain attacks
257# Then bind `mo clean`, `mo status`, `mo analyze` as script commands in Raycast
258```
medNo capability manifest declaredThe skill ships without a `manifest.yaml` or `capabilities` block in its frontmatter. Without a manifest, the runtime cannot enforce what this skill is permitted to do.rule: no-manifest▾
No capability manifest declared
The skill ships without a `manifest.yaml` or `capabilities` block in its frontmatter. Without a manifest, the runtime cannot enforce what this skill is permitted to do.
rule:
no-manifestmedLink text shows "security.md" but points at github.comThe visible link text contains the domain `security.md`, but the URL actually targets `github.com`. This is a phishing/smuggling pattern — the reader sees one host, the agent fetches another. Either update the text or the URL so they match.▾
Link text shows "security.md" but points at github.com
The visible link text contains the domain `security.md`, but the URL actually targets `github.com`. This is a phishing/smuggling pattern — the reader sees one host, the agent fetches another. Either update the text or the URL so they match.
264- Mole validates paths and enforces protected-directory rules; it skips or refuses high-risk operations
265- Operation log: `~/.config/mole/operations.log` — disable with `MO_NO_OPLOG=1`
266- Review [SECURITY.md](https://github.com/tw93/Mole/blob/main/SECURITY.md) and [SECURITY_AUDIT.md](https://github.com/tw93/Mole/blob/main/SECURITY_AUDIT.md) before using in automated pipelines← text→security.md · href→github.com
267
268## Troubleshooting
skillox.io/c/mole-mac-cleaner