ecommerce-policy-readiness
Warn
Audited by Snyk on Aug 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The required runtime workflow (per
references/checks.md) fetches policy text from public storefront URLs (curlon$SHIPPING,$RETURNS,$TERMS,$SUPPORT) at execution time, so an outsider who authors those pages can inject free text that the LLM reads.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs running references/checks.md which invokes curl on user-supplied storefront URLs (placeholders $PDP, $CART, $SHIPPING, $RETURNS, $TERMS, $SUPPORT) at runtime to fetch policy text that is then used to ground and control the agent's outputs, so those external URLs are runtime dependencies.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata