Raw scan report

Infomaniak Mcp Agent — 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.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "infomaniak-mcp-agent",
    "source": {
      "kind": "package",
      "origin": "infomaniak-mcp-agent"
    },
    "server": {
      "name": "infomaniak-mcp-agent"
    }
  },
  "grade": "F",
  "score": {
    "score": 56,
    "threatScore": 67,
    "grade": "F",
    "band": "F",
    "gateCap": "D",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 31.5,
      "permissions": 0,
      "supply-chain": 1.2,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "threat",
        "ruleId": "MTC-FLOW-001",
        "category": "exfiltration",
        "severity": "critical",
        "confidence": "strong",
        "rawWeight": 45,
        "confidenceMult": 0.7,
        "diminishingFactor": 1,
        "appliedPenalty": 31.5
      },
      {
        "kind": "threat",
        "ruleId": "MTC-SUP-010",
        "category": "supply-chain",
        "severity": "low",
        "confidence": "heuristic",
        "rawWeight": 3,
        "confidenceMult": 0.4,
        "diminishingFactor": 1,
        "appliedPenalty": 1.2
      },
      {
        "kind": "client",
        "term": "capability-exposure",
        "level": "critical",
        "label": "capability blast radius (critical) — client exposure if the model is manipulated",
        "appliedPenalty": 10
      },
      {
        "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": [
      "a critical finding is present → grade capped at D"
    ],
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "capability": {
    "level": "critical",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can send data / act on an external service",
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)",
      "a single tool completes the exfiltration trifecta by itself"
    ],
    "tags": [
      "untrusted-input",
      "sensitive-source",
      "external-sink"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (78 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-FLOW-001",
      "title": "Self-contained exfiltration primitive: \"infomaniak_nodejs_app_logs\"",
      "category": "exfiltration",
      "severity": "critical",
      "confidence": "strong",
      "description": "Tool \"infomaniak_nodejs_app_logs\" holds all three trifecta roles by itself (untrusted-input + sensitive-source + external-sink). A single call can pull attacker-controlled content, read private data, and exfiltrate it — no composition required.",
      "remediation": "Split responsibilities across separate, individually-consented tools; never combine untrusted input, secret reads, and egress in one tool.",
      "location": {
        "kind": "flow",
        "name": "infomaniak_nodejs_app_logs"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "tags": [
          "untrusted-input",
          "sensitive-source",
          "external-sink"
        ],
        "staticProvenanceCap": true
      }
    },
    {
      "ruleId": "MTC-SUP-010",
      "title": "Package runs install-time scripts (postinstall)",
      "category": "supply-chain",
      "severity": "low",
      "confidence": "heuristic",
      "description": "\"infomaniak-mcp-agent\" executes postinstall script(s) at install time. An install hook runs at install time; most are routine build/setup, but review what it does before trusting it.",
      "remediation": "Review the scripts; install with --ignore-scripts where possible and vet what they do.",
      "location": {
        "kind": "package",
        "name": "infomaniak-mcp-agent"
      },
      "evidence": "node scripts/postinstall.cjs || true",
      "owasp": "LLM03:2025 Supply Chain",
      "references": [
        "https://github.com/ossf/package-analysis",
        "https://owasp.org/www-project-top-10-ci-cd-security-risks/"
      ],
      "data": {
        "scripts": [
          "postinstall"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "confirmed",
      "untrustedInput": [
        "infomaniak_nodejs_app_logs"
      ],
      "sensitiveSource": [
        "infomaniak_nodejs_app_logs"
      ],
      "externalSink": [
        "infomaniak_nodejs_app_logs"
      ],
      "selfContained": true,
      "description": "Tool \"infomaniak_nodejs_app_logs\" alone ingests untrusted input, reads sensitive data, and can send it out."
    }
  ],
  "capabilities": [
    {
      "tool": "infomaniak_get_account_full",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_teams_and_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_ai_products",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_ai_models",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_api_call",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_audit_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_databases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_database",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_create_database",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_delete_database",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_database_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_database_user",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "infomaniak_change_database_user_password",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_change_database_user_permissions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_dns_list_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_dns_create_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_dns_update_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_dns_delete_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_manage_dnssec",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_domain_full",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_domains",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_drive_full",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_drive_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_drive_trash",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_drives",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_drive_files",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"list_files\""
        ]
      }
    },
    {
      "tool": "infomaniak_find_site",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_hosting_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_create_hosting_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_delete_hosting_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_change_hosting_user_password",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_change_hosting_user_connection_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_hostings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_help",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_explain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_mail_hosting_full",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_mailbox_full",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_mailbox_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_create_mailbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_delete_mailbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_create_mailbox_alias",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_mail_hostings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_mailboxes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_nodejs_apps",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_nodejs_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_nodejs_app_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_nodejs_app_aliases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_nodejs_app_jobs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_nodejs_app_logs",
      "tags": [
        "untrusted-input",
        "sensitive-source",
        "external-sink"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ],
        "sensitive-source": [
          "keyword \"get_credentials\""
        ],
        "external-sink": [
          "keyword \"curl\""
        ]
      }
    },
    {
      "tool": "infomaniak_nodejs_app_thumbnail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_nodejs_app_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_organizations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_overview",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_my_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_my_security",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_redirections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_create_redirection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_delete_redirection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_undo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_site_aliases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_add_site_aliases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_delete_site_alias",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_sites",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_create_site",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_delete_site",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_request_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_delete_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_swiss_backups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_short_urls",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_short_urls_quota",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_create_short_url",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_list_vps",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_get_vps_full",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_provision_site_full",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "infomaniak_audit_dns_zones",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "9265e89762f176b4287488799c5e6a5f31bba0726554e52600d3028ae7bf0d56",
  "stats": {
    "tools": 78,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 0,
      "medium": 0,
      "low": 1,
      "info": 0
    }
  }
}