Scan Report
55 /100
rundev-local-dev
Local dev environment manager. Process management, automatic HTTPS domains, SSL certificates, reverse proxy, and AI crash diagnosis
The skill describes a legitimate local dev tool but relies on dangerous curl|bash installation and requires opaque system-level modifications including permanent NOPASSWD sudo access.
Use with caution
Do not use curl|bash installation. If needed, manually review and download the install script first, verify its contents, and consider building from source. The permanent sudoers rule poses significant risk.
Attack Chain 5 steps
◎
Entry User executes curl|bash installation command
SKILL.md:83⬡
Escalation Remote server serves potentially malicious install.sh
https://getrun.dev/install.sh:1⬡
Escalation Install script executes with sudo privileges, creates NOPASSWD rule
install.sh (hidden):unknown⬡
Escalation Binary installed to /usr/local/bin, iptables rules set up, hosts modified
install.sh (hidden):unknown◉
Impact Malicious binary with permanent sudo access runs with elevated privileges
/usr/local/bin/rundev:unknownFindings 5 items
| Severity | Finding | Location |
|---|---|---|
| High | Dangerous curl|bash Installation Pattern Supply Chain | SKILL.md:83 |
| High | Undeclared Permanent Sudoers Rule Priv Escalation | SKILL.md:86 |
| High | Hidden Installation Script Contents Doc Mismatch | SKILL.md:84 |
| Medium | Unverified Prebuilt Binary Download Supply Chain | SKILL.md:85 |
| Medium | System-Level Persistence Mechanisms Persistence | SKILL.md:86 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md:80-85 - /usr/local/bin, /etc/hosts, ~/.config/rundev/ |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:83 - curl|bash execution |
| Network | READ | WRITE | ✗ Violation | SKILL.md:83 - Downloads binary from getrun.dev |
| Environment | NONE | NONE | — | No environment access declared or observed |
| Skill Invoke | NONE | NONE | — | No cross-skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
1 Critical 6 findings
Critical Dangerous Command 危险 Shell 命令
curl -fsSL https://getrun.dev/install.sh | bash SKILL.md:83 Medium External URL 外部 URL
https://getrun.dev SKILL.md:22 Medium External URL 外部 URL
https://getrun.dev/install.sh SKILL.md:83 Medium External URL 外部 URL
https://api.myapp.local SKILL.md:193 Medium External URL 外部 URL
https://docs.anthropic.com/en/docs/claude-code SKILL.md:257 Info Email 邮箱地址
[email protected] SKILL.md:21 File Tree
1 files · 12.4 KB · 323 lines Markdown 1f · 323L
└─
SKILL.md
Markdown
Security Positives
✓ Full documentation of what the installer does (though script content is hidden)
✓ Includes automatic rollback on failure
✓ Network rules are localhost-only (127.0.0.1)
✓ Explicit consent screen before system changes
✓ Provides uninstall command to reverse all changes
✓ Source code available on GitHub for verification (though not used by default install)