Skip to main content

odoo-rpc-api

Guides users on integrating with Odoo's JSON-RPC and XML-RPC APIs, covering authentication and CRUD operations in various programming languages.

Install this skill

or
88/100

Security score

The odoo-rpc-api skill was audited on May 31, 2026 and we found 4 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 70

Curl to non-GitHub URL

SourceSKILL.md
70curl -X POST https://myodoo.example.com/web/dataset/call_kw \
medium line 93

Access to .env file

SourceSKILL.md
93- ✅ **Do:** Store credentials in environment variables or a secrets manager (e.g., AWS Secrets Manager, `.env` file).
low line 34

External URL reference

SourceSKILL.md
34url = 'https://myodoo.example.com'
low line 70

External URL reference

SourceSKILL.md
70curl -X POST https://myodoo.example.com/web/dataset/call_kw \
Scanned on May 31, 2026
View Security Dashboard
Installation guide →