llmfit-hardware-model-matcher
llmfit-hardware-model-matcher · v · by
65.4
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 | 100.0 | 15% |
| Credential | 100.0 | 15% |
| Twostage | 5.0 | 10% |
| Infrastructure | 70.0 | 5% |
| Typosquat | 100.0 | 5% |
| Age | 5.6 | 3% |
| Popularity | 0.0 | 2% |
Scan Results
STATIC — Score: 0
[CRITICAL] Remote code download and execution via curl pipe
(line 32)
curl -fsSL https://llmfit.axjns.dev/install.sh | sh
[CRITICAL] Remote code download and execution via curl pipe
(line 35)
curl -fsSL https://llmfit.axjns.dev/install.sh | sh -s -- --local
[HIGH] Shell command execution
(line 299)
result = subprocess.run(
[HIGH] Shell command execution
(line 310)
result = subprocess.run(
[CRITICAL] Remote script download piped to shell execution
(line 32)
curl -fsSL https://llmfit.axjns.dev/install.sh | sh
[CRITICAL] Remote script download piped to shell execution
(line 35)
curl -fsSL https://llmfit.axjns.dev/install.sh | sh -s -- --local
PERMISSION — Score: 95
[LOW] Skill appears to use network but declares no permissions
POISON — Score: 80
[HIGH] Content contains alarming words not in description: override
CLICKFIX — Score: 100
No findings.
INFRASTRUCTURE — Score: 70
[HIGH] Direct IP URL with no domain (likely C2 server)
(line 470)
python3 scripts/test_api.py --base-url http://127.0.0.1:8787
TWOSTAGE — Score: 5
[CRITICAL] Download piped directly to interpreter (two-stage loader)
(line 32)
curl -fsSL https://llmfit.axjns.dev/install.sh | sh
[CRITICAL] Download piped directly to interpreter (two-stage loader)
(line 35)
curl -fsSL https://llmfit.axjns.dev/install.sh | sh -s -- --local
CREDENTIAL — Score: 100
No findings.
TYPOSQUAT — Score: 100
No findings.