Skip to main content

odoo-shopify-integration-v2

Facilitates seamless integration between Odoo and Shopify, syncing products, inventory, orders, and customers efficiently.

Install this skill

or
66/100

Security score

The odoo-shopify-integration-v2 skill was audited on May 13, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 73

Webhook reference - potential data exfiltration

SourceSKILL.md
733. **Build**: Get code snippets for the Shopify webhook receiver and Odoo API caller.
medium line 154

Webhook reference - potential data exfiltration

SourceSKILL.md
154### Example 2: Shopify Webhook for Real-Time Orders
low line 160

Webhook reference - potential data exfiltration

SourceSKILL.md
160@app.route('/webhook/shopify/orders', methods=['POST'])
low line 161

Webhook reference - potential data exfiltration

SourceSKILL.md
161def shopify_order_webhook():
medium line 171

Webhook reference - potential data exfiltration

SourceSKILL.md
171- ✅ Do: Use Shopify's webhook system for real-time order sync instead of polling.
medium line 173

Webhook reference - potential data exfiltration

SourceSKILL.md
173- ✅ Do: Validate Shopify webhook HMAC signatures before processing any payload.
medium line 183

Webhook reference - potential data exfiltration

SourceSKILL.md
183- ✅ **Do:** Use Shopify's **webhook system** for real-time order sync instead of polling.
medium line 185

Webhook reference - potential data exfiltration

SourceSKILL.md
185- ✅ **Do:** Validate Shopify webhook HMAC signatures before processing any payload.
low line 3

Unicode escape sequences

SourceSKILL.md
3description: "Odoo \u2194 Shopify Integration workflow skill. Use this skill when the user needs Connect Odoo with Shopify: sync products, inventory, orders, and customers using the Shopify API and Od
low line 119

External URL reference

SourceSKILL.md
119odoo_url = "https://myodoo.example.com"
Scanned on May 13, 2026
View Security Dashboard
Installation guide →