create-new-openclaw-in-gcp
create-new-openclaw-in-gcp · v · by
64.1
Trust Score
0
Trust Tier
danger
Badge
Score Breakdown
| Factor | Score | Weight |
|---|---|---|
| Static | 0.0 | 15% |
| Permission | 95.0 | 15% |
| Poison | 100.0 | 15% |
| Clickfix | 100.0 | 15% |
| Credential | 60.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 45)
curl -fsSL https://tailscale.com/install.sh | sh
[CRITICAL] Remote code download and execution via curl pipe
(line 56)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
[CRITICAL] Remote script download piped to shell execution
(line 45)
curl -fsSL https://tailscale.com/install.sh | sh
[CRITICAL] Remote script download piped to shell execution
(line 56)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
[MEDIUM] DNS resolver configuration change
(line 55)
echo 'nameserver 8.8.8.8' | sudo tee -a /etc/resolv.conf
[MEDIUM] DNS resolver configuration change
(line 101)
| DNS broken after Tailscale | Add `8.8.8.8` to /etc/resolv.conf |
[MEDIUM] Fetching content from non-OpenClaw GitHub repositories
(line 56)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
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 45)
curl -fsSL https://tailscale.com/install.sh | sh
[CRITICAL] Download piped directly to interpreter (two-stage loader)
(line 56)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
CREDENTIAL — Score: 60
[CRITICAL] SSH key file access or exfiltration
(line 34)
--metadata=ssh-keys="${OPENCLAW_USERNAME}:$(cat ~/.ssh/id_ed25519.pub)"
TYPOSQUAT — Score: 100
No findings.