audit-website
Fail
Audited by Snyk on Apr 12, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). These URLs include direct installer scripts (https://squirrelscan.com/install.ps1 and https://squirrelscan.com/install) and the skill explicitly instructs piping remote scripts into bash/PowerShell (curl | bash, irm | iex), a high-risk vector for arbitrary code execution and malware distribution even if the domain appears legitimate.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly instructs the agent to crawl and fetch arbitrary websites and external links (e.g., "squirrel audit https://example.com" in the Usage/Examples and "How It Works" sections: "Crawl: Discovers and fetches pages" and "External Links: Checks external links"), meaning it ingests untrusted, user-provided web content which can influence subsequent analysis and automated fix actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's installation steps instruct executing remote scripts fetched from https://squirrelscan.com/install (curl -fsSL https://squirrelscan.com/install | bash) and https://squirrelscan.com/install.ps1 (irm https://squirrelscan.com/install.ps1 | iex), which run remote code and are required to install the squirrel CLI the skill depends on.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata