Odoo Pulse — the complete, unedited output of the deterministic mcptrustchecker engine v1.13.0, scanned . Every finding, capability tag and score component below is exactly what the engine produced — no AI, no post-processing.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "odoo-pulse",
"source": {
"kind": "package",
"origin": "odoo-pulse"
},
"server": {
"name": "odoo-pulse"
}
},
"grade": "A",
"score": {
"score": 96,
"threatScore": 100,
"grade": "A",
"band": "A",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "client",
"term": "capability-exposure",
"level": "moderate",
"label": "capability blast radius (moderate) — client exposure if the model is manipulated",
"appliedPenalty": 3
},
{
"kind": "client",
"term": "verification-discount",
"level": "repo",
"label": "publisher verification (public source) — no provenance, but the source is public and inspectable",
"appliedPenalty": 1
},
{
"kind": "client",
"term": "coverage-honesty",
"level": "source",
"label": "inspection depth (source) — how much of the target the scan could see",
"appliedPenalty": 0
}
],
"gatesFired": [],
"methodologyVersion": "mcptrustchecker-1.13"
},
"capability": {
"level": "moderate",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)"
],
"tags": [
"untrusted-input"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (88 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command \"npx -y <package>\"."
]
},
"findings": [
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (tests/contract/test_mcp_surface.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/contract/test_mcp_surface.py:217`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "tests/contract/test_mcp_surface.py"
},
"evidence": "] = groups result = subprocess.run( [sys.executable, \"-c\", PROBE], check=True, capture_outpu",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/contract/test_mcp_surface.py",
"line": 217,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (tests/contract/test_metadata.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/contract/test_metadata.py:54`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "tests/contract/test_metadata.py"
},
"evidence": "check=True): return subprocess.run( [ sys.executable, str(ROOT / \"scripts/release/sy",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/contract/test_metadata.py",
"line": 54,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (tests/contract/test_release_contract.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/contract/test_release_contract.py:69`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "tests/contract/test_release_contract.py"
},
"evidence": "h / \"github-output\" subprocess.run( [ sys.executable, str(SCRIPT), \"iden",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/contract/test_release_contract.py",
"line": 69,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (tests/contract/test_repository_hygiene.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/contract/test_repository_hygiene.py:46`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "tests/contract/test_repository_hygiene.py"
},
"evidence": "ive}\" ignored = subprocess.run( [\"git\", \"check-ignore\", \"-q\", relative], cwd=ROOT )",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/contract/test_repository_hygiene.py",
"line": 46,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (tests/contract/test_smithery_publish.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/contract/test_smithery_publish.py:82`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "tests/contract/test_smithery_publish.py"
},
"evidence": "tomli_shim) return subprocess.run( [\"bash\", str(script)], cwd=repo, env=env, captur",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/contract/test_smithery_publish.py",
"line": 82,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (tests/integration/test_package_startup.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/integration/test_package_startup.py:24`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "tests/integration/test_package_startup.py"
},
"evidence": "\"PYTHONPATH\", None) subprocess.run( [sys.executable, \"-c\", STARTUP_PROBE], check=True, cwd=t",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/integration/test_package_startup.py",
"line": 24,
"nonRuntime": true
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "odoo_version",
"tags": [],
"reasons": {}
},
{
"tool": "list_models",
"tags": [],
"reasons": {}
},
{
"tool": "get_model_fields",
"tags": [],
"reasons": {}
},
{
"tool": "search_read",
"tags": [],
"reasons": {}
},
{
"tool": "search_count",
"tags": [],
"reasons": {}
},
{
"tool": "read_records",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "aggregate_records",
"tags": [],
"reasons": {}
},
{
"tool": "read_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "find_partner",
"tags": [],
"reasons": {}
},
{
"tool": "list_opportunities",
"tags": [],
"reasons": {}
},
{
"tool": "list_sale_orders",
"tags": [],
"reasons": {}
},
{
"tool": "get_sale_order",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "list_purchase_orders",
"tags": [],
"reasons": {}
},
{
"tool": "find_products",
"tags": [],
"reasons": {}
},
{
"tool": "check_stock",
"tags": [],
"reasons": {}
},
{
"tool": "list_invoices",
"tags": [],
"reasons": {}
},
{
"tool": "get_invoice",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "list_payments",
"tags": [],
"reasons": {}
},
{
"tool": "get_purchase_order",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "list_pickings",
"tags": [],
"reasons": {}
},
{
"tool": "list_events",
"tags": [],
"reasons": {}
},
{
"tool": "list_event_registrations",
"tags": [],
"reasons": {}
},
{
"tool": "list_calendar_events",
"tags": [],
"reasons": {}
},
{
"tool": "list_activities",
"tags": [],
"reasons": {}
},
{
"tool": "list_surveys",
"tags": [],
"reasons": {}
},
{
"tool": "list_email_campaigns",
"tags": [],
"reasons": {}
},
{
"tool": "list_employees",
"tags": [],
"reasons": {}
},
{
"tool": "list_departments",
"tags": [],
"reasons": {}
},
{
"tool": "list_time_off",
"tags": [],
"reasons": {}
},
{
"tool": "list_expenses",
"tags": [],
"reasons": {}
},
{
"tool": "list_job_positions",
"tags": [],
"reasons": {}
},
{
"tool": "list_applicants",
"tags": [],
"reasons": {}
},
{
"tool": "list_attendances",
"tags": [],
"reasons": {}
},
{
"tool": "list_subscriptions",
"tags": [],
"reasons": {}
},
{
"tool": "list_sign_requests",
"tags": [],
"reasons": {}
},
{
"tool": "list_documents",
"tags": [],
"reasons": {}
},
{
"tool": "list_knowledge_articles",
"tags": [],
"reasons": {}
},
{
"tool": "list_approval_requests",
"tags": [],
"reasons": {}
},
{
"tool": "list_lunch_orders",
"tags": [],
"reasons": {}
},
{
"tool": "list_quality_checks",
"tags": [],
"reasons": {}
},
{
"tool": "list_quality_alerts",
"tags": [],
"reasons": {}
},
{
"tool": "list_planning_slots",
"tags": [],
"reasons": {}
},
{
"tool": "list_courses",
"tags": [],
"reasons": {}
},
{
"tool": "list_loyalty_programs",
"tags": [],
"reasons": {}
},
{
"tool": "list_loyalty_cards",
"tags": [],
"reasons": {}
},
{
"tool": "list_memberships",
"tags": [],
"reasons": {}
},
{
"tool": "list_payslips",
"tags": [],
"reasons": {}
},
{
"tool": "list_appraisals",
"tags": [],
"reasons": {}
},
{
"tool": "list_social_posts",
"tags": [],
"reasons": {}
},
{
"tool": "list_website_visitors",
"tags": [],
"reasons": {}
},
{
"tool": "list_engineering_changes",
"tags": [],
"reasons": {}
},
{
"tool": "list_iot_devices",
"tags": [],
"reasons": {}
},
{
"tool": "list_notes",
"tags": [],
"reasons": {}
},
{
"tool": "list_manufacturing_orders",
"tags": [],
"reasons": {}
},
{
"tool": "list_boms",
"tags": [],
"reasons": {}
},
{
"tool": "list_pos_orders",
"tags": [],
"reasons": {}
},
{
"tool": "list_pos_sessions",
"tags": [],
"reasons": {}
},
{
"tool": "list_repair_orders",
"tags": [],
"reasons": {}
},
{
"tool": "list_maintenance_requests",
"tags": [],
"reasons": {}
},
{
"tool": "list_equipment",
"tags": [],
"reasons": {}
},
{
"tool": "list_helpdesk_tickets",
"tags": [],
"reasons": {}
},
{
"tool": "list_vehicles",
"tags": [],
"reasons": {}
},
{
"tool": "list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "list_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "list_timesheets",
"tags": [],
"reasons": {}
},
{
"tool": "receivables_health",
"tags": [],
"reasons": {}
},
{
"tool": "absence_overview",
"tags": [],
"reasons": {}
},
{
"tool": "inventory_risk",
"tags": [],
"reasons": {}
},
{
"tool": "procurement_watch",
"tags": [],
"reasons": {}
},
{
"tool": "production_health",
"tags": [],
"reasons": {}
},
{
"tool": "project_budget",
"tags": [],
"reasons": {}
},
{
"tool": "project_profitability",
"tags": [],
"reasons": {}
},
{
"tool": "project_subtask_hours",
"tags": [],
"reasons": {}
},
{
"tool": "project_dashboard",
"tags": [],
"reasons": {}
},
{
"tool": "portfolio_health",
"tags": [],
"reasons": {}
},
{
"tool": "business_pulse",
"tags": [],
"reasons": {}
},
{
"tool": "pipeline_review",
"tags": [],
"reasons": {}
},
{
"tool": "sales_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "team_workload",
"tags": [],
"reasons": {}
},
{
"tool": "project_status_report",
"tags": [],
"reasons": {}
},
{
"tool": "standup_digest",
"tags": [],
"reasons": {}
},
{
"tool": "create_record",
"tags": [],
"reasons": {}
},
{
"tool": "update_records",
"tags": [],
"reasons": {}
},
{
"tool": "delete_records",
"tags": [],
"reasons": {}
},
{
"tool": "create_lead",
"tags": [],
"reasons": {}
},
{
"tool": "create_contact",
"tags": [],
"reasons": {}
},
{
"tool": "create_task",
"tags": [],
"reasons": {}
},
{
"tool": "confirm_sale_order",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "845adeaa98810dacd2ea15ed509ec6f682d08cf607af62d55ee2032076085083",
"stats": {
"tools": 88,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 0,
"low": 6,
"info": 0
}
}
}