seo
Fail
Audited by Snyk on May 30, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The list contains direct raw GitHub installer scripts (install.sh, install.ps1) and GitHub release/archive links from an unvetted user plus explicit "curl | bash" / remote-install instructions in the skill — a common and high-risk malware distribution pattern even though many other URLs are benign official/placeholder links.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.95). The required runtime workflow for
seo audit/seo pageingests outsider-authored free text by fetching and parsing arbitrary user-supplied URLs (e.g.,read_url_content(url)/scripts/fetch_page.py→ parsed HTML text) into the agent’s LLM context for analysis.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The README and Installation instructions include commands that fetch and execute remote installer scripts at runtime (e.g., curl -fsSL https://raw.githubusercontent.com/Bhanunamikaze/Agentic-SEO-Skill/main/install.sh | bash -s -- --online and irm https://raw.githubusercontent.com/Bhanunamikaze/Agentic-SEO-Skill/main/install.ps1 -OutFile install.ps1 then run), which downloads and runs remote code that can control installation behavior.
MEDIUM W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
- Hidden Unicode characters detected (1 type(s) found)
Issues (4)
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).
W021
MEDIUMHidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
Audit Metadata