agentic-workflow
Fail
Audited by Snyk on Apr 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 URL points directly to an install.sh shell script (an executable) on a public domain; although claude.ai is a known vendor, fetching and running an unsigned remote shell script without verifying its contents or signature is high-risk and could be used to distribute malware.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly lists an MCP server "Firecrawl" as "웹 크롤링 | 데이터 수집" in section 5 (MCP 서버 활용), which indicates the agent fetches and processes public web content (untrusted/user-generated) as part of its workflow and could therefore be influenced by instructions in that third-party content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Dockerfile includes a runtime install step that runs "curl -fsSL https://claude.ai/install.sh | sh", which fetches and immediately executes remote code (making that external content a required dependency for the recommended container setup).
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