mole-mac-cleaner

github.com/aradotso/trending-skills
Verdict: 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 / 100

The current grade reflects 4 high-severity findings (3+ HIGHs → C).

0 CRIT4 HIGH2 MED0 LOW
To reach a higher grade
  • B
    Reach Btarget score 75

    Resolve 2 of 4 HIGH (cap is 2).

  • A
    Reach 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

high
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
rule: dangerous-shellline: 28CWE-78
26
27# Via install script (supports version pinning)
28curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bashcurl | shell — common in destructive or supply-chain attacks
29
30# Specific version
high
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
rule: dangerous-shellline: 31CWE-78
29
30# Specific version
31curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash -s 1.17.0curl | shell — common in destructive or supply-chain attacks
32
33# Latest main branch (nightly)
high
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
rule: dangerous-shellline: 34CWE-78
32
33# Latest main branch (nightly)
34curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash -s latestcurl | shell — common in destructive or supply-chain attacks
35```
36
high
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
rule: dangerous-shellline: 256CWE-78
254
255```bash
256curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bashcurl | shell — common in destructive or supply-chain attacks
257# Then bind `mo clean`, `mo status`, `mo analyze` as script commands in Raycast
258```
med
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-manifest
med
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.
rule: anchor-href-mismatchline: 266CWE-601
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 pipelinestext→security.md · href→github.com
267
268## Troubleshooting
View latest scan →
skillox.io/c/mole-mac-cleaner