dioxus-docs
Fail
Audited by Snyk on Jul 21, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). One or more URLs point to a remote shell installer (curl -sSL https://dioxus.dev/install.sh | bash), and piping a fetched .sh directly into a shell is a high-risk pattern that can be used to distribute malware even when hosted on an otherwise legitimate site.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The content instructs running a remote install script via "curl -sSL https://dioxus.dev/install.sh | bash", which fetches and executes remote code during setup (https://dioxus.dev/install.sh).
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata