bilibili
bilibili-skill · v · by
59.6
Trust Score
0
Trust Tier
danger
Badge
Score Breakdown
| Factor | Score | Weight |
|---|---|---|
| Static | 10.0 | 15% |
| Permission | 95.0 | 15% |
| Poison | 100.0 | 15% |
| Clickfix | 100.0 | 15% |
| Credential | 20.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: 10
[CRITICAL] Remote code download and execution via curl pipe
(line 225)
curl -fsSL https://ollama.com/install.sh | sh
[HIGH] Shell command execution
(line 183)
subprocess.run(cmd, shell=True)
[CRITICAL] Remote script download piped to shell execution
(line 225)
curl -fsSL https://ollama.com/install.sh | sh
PERMISSION — Score: 95
[LOW] Skill appears to use network but declares no permissions
POISON — Score: 100
No findings.
CLICKFIX — Score: 100
No findings.
INFRASTRUCTURE — Score: 100
No findings.
TWOSTAGE — Score: 5
[CRITICAL] Download piped directly to interpreter (two-stage loader)
(line 225)
curl -fsSL https://ollama.com/install.sh | sh
CREDENTIAL — Score: 20
[CRITICAL] Browser credential or cookie file access
(line 33)
# Cookies 已保存在 /root/.openclaw/workspace/bilibili-cookies.md
[CRITICAL] Browser credential or cookie file access
(line 209)
- **Cookies 配置**: `/root/.openclaw/workspace/bilibili-cookies.md`
TYPOSQUAT — Score: 100
No findings.