Back to skill

Security audit

Odoo Manager

Security checks across malware telemetry and agentic risk

Overview

This appears to be a legitimate Odoo management skill, but it gives an agent broad ability to change or delete live business data without strong safety gates.

Install only if you intend to let an agent manage Odoo data. Use a dedicated least-privilege API key, verify the active URL/database/user before every write or delete, test in staging first, avoid broad bulk operations, and clear session context after sensitive work.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (3)

Missing User Warnings

Medium
Confidence
87% confidence
Finding
The README explicitly promotes create, update, and delete operations against arbitrary Odoo business objects, including production-oriented use cases, but does not prominently warn about destructive effects, confirmation requirements, or safe testing practices. In a skill that supports generic CRUD over ERP data, this omission increases the chance of accidental modification or deletion of live business records through normal use rather than an exotic exploit.

Missing User Warnings

Medium
Confidence
91% confidence
Finding
The session and temporary context-switching model can silently redirect subsequent operations to a different Odoo instance or database, including staging, customer, or production environments, yet the README does not emphasize this as a safety risk. In a multi-instance ERP administration skill, ambiguous or persistent context can cause writes, deletes, or data reads to occur in the wrong tenant or environment, which materially increases the risk of cross-environment mistakes and unauthorized data exposure.

Missing User Warnings

Medium
Confidence
90% confidence
Finding
The skill explicitly documents generic create, write, and unlink operations against any Odoo model, including examples that modify and delete records, but it does not require confirmation gates, sandbox/test-environment guidance, or prominent warnings about production impact. In a business ERP context, accidental or coerced use could alter or destroy live operational data such as contacts, orders, tasks, or metadata.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.