saleor-apps
Warn
Audited by Snyk on Jun 29, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). SKILL.md instructs the runtime workflow to fetch multiple public web pages (e.g.,
https://docs.saleor.io/...and web-search results) and those fetched page text would be ingested into the agent’s LLM context, which is outsider-authored free text from the public web.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly for building Saleor Apps and documents the App permissions and authenticated API access. It lists a HANDLE_PAYMENTS permission described as "Process payment transactions" and shows how apps store an auth token and use an authenticated GraphQL client to call the Saleor API. That combination is a specific, purpose-built capability to perform payment-related operations via the platform (i.e., execute payment transactions), which constitutes direct financial execution authority.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata