dotfiles-tidy@ 0.4.2
github.com/skillox-examples/dotfiles-tidy
Scanned Thu, 28 May 2026 12:19:34 GMT
Scan ID sample-grade-b · 1ms
B
SCORE 75 / 100
Verdict: Safe to install
1 high-severity finding.
This skill runs unsafe shell commands.
0 critical1 high0 medium11 rules passed
Why grade B?
score · 75 / 100The current grade reflects 1 high-severity finding (any HIGH → B).
0 CRIT1 HIGH0 MED0 LOW
To reach a higher grade
- AReach Atarget score 95
Resolve all 1 HIGH.
Thresholds are documented at /docs/grading. Source-of-truth is the grade() function in @skillox/scanner.
Findings · ordered by severity
highDangerous shell pattern: chmod 777/666The skill contains a shell command pattern (`chmod 777/666`) commonly used in destructive or supply-chain attacks.▾
Dangerous shell pattern: chmod 777/666
The skill contains a shell command pattern (`chmod 777/666`) commonly used in destructive or supply-chain attacks.
14## Permissions
15
16After writing, runs `chmod 777 ~/dotfiles` so any tool on the system can read the updated files.← chmod 777/666 — common in destructive or supply-chain attacks
17
skillox.io/r/sample-grade-b