Odooforge — 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": "odooforge",
"source": {
"kind": "package",
"origin": "odooforge"
},
"server": {
"name": "odooforge"
}
},
"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": [
"reads sensitive or local data"
],
"tags": [
"sensitive-source"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (79 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 (scripts/verify_release.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`scripts/verify_release.py:49`): 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": "scripts/verify_release.py"
},
"evidence": "v0.1.2+) process = subprocess.Popen( cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "scripts/verify_release.py",
"line": 49,
"nonRuntime": true
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "odoo_instance_start",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_instance_stop",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_instance_restart",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_instance_status",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_instance_logs",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_db_create",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_db_list",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_db_backup",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"dump\""
]
}
},
{
"tool": "odoo_db_restore",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_db_drop",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_db_run_sql",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"run_sql\""
]
}
},
{
"tool": "odoo_record_search",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_record_read",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_record_create",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_record_update",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_record_delete",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_record_execute",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_snapshot_create",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_snapshot_list",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_snapshot_restore",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_snapshot_delete",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_module_list_available",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_module_list_installed",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_module_info",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_module_install",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_module_upgrade",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_module_uninstall",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_model_list",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_model_fields",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_model_search_field",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_schema_field_create",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_schema_field_update",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_schema_field_delete",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_schema_model_create",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_schema_list_custom",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_view_list",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_view_get_arch",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_view_modify",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_view_reset",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_view_list_customizations",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_report_list",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_report_get_template",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_report_modify",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_report_preview",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_report_reset",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_report_layout_configure",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_automation_list",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_automation_create",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_automation_update",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_automation_delete",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_email_template_create",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_network_expose",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_network_status",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_network_stop",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_import_preview",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_import_execute",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_import_template",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_email_configure_outgoing",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_email_configure_incoming",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_email_test",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_email_dns_guide",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_settings_get",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_settings_set",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_company_configure",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_users_manage",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_knowledge_module_info",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_knowledge_search",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_knowledge_community_gaps",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_diagnostics_health_check",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_analyze_requirements",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_design_solution",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_validate_plan",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_setup_business",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_create_feature",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_create_dashboard",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_setup_integration",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_generate_addon",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_recipe_list",
"tags": [],
"reasons": {}
},
{
"tool": "odoo_recipe_execute",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "c232fb9d7fd8813cf29473de8b9b9cf88c94b5afec16abed76b3c2e9dd81b41d",
"stats": {
"tools": 79,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 0,
"low": 1,
"info": 0
}
}
}