Raw scan report

Tniq — 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": "tniq-mcp",
    "source": {
      "kind": "package",
      "origin": "tniq-mcp"
    },
    "server": {
      "name": "tniq-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 96,
    "threatScore": 99,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 1.2,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "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": "moderate",
        "label": "capability blast radius (moderate) — client exposure if the model is manipulated",
        "appliedPenalty": 3
      },
      {
        "kind": "client",
        "term": "verification-discount",
        "level": "source",
        "label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
        "appliedPenalty": 0
      },
      {
        "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 (200 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 (dist/setup.js)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`dist/setup.js:3`): 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": "dist/setup.js"
      },
      "evidence": "ecFileSync } from \"node:child_process\"; import { stdin, stdout } from \"node:process\"; import { CONFIG_DIR, CONFIG_FILE,",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/setup.js",
        "line": 3,
        "nonRuntime": true
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in packaging/dev tooling (postinstall.js)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`postinstall.js:4`): 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": "postinstall.js"
      },
      "evidence": "ecFileSync } from \"node:child_process\"; import { fileURLToPath } from \"node:url\"; import { join, dirname } from \"node:pa",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "postinstall.js",
        "line": 4,
        "nonRuntime": true
      }
    },
    {
      "ruleId": "MTC-SUP-010",
      "title": "Package runs install-time scripts (postinstall)",
      "category": "supply-chain",
      "severity": "low",
      "confidence": "heuristic",
      "description": "\"tniq-mcp\" 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": "tniq-mcp"
      },
      "evidence": "node postinstall.js",
      "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": [],
  "capabilities": [
    {
      "tool": "port_list_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_update_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_delete_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_details",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_update_tn_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_statistics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_progress",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_detailed_progress",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_lifecycle_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_error_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_validate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_submit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_cancel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_sync",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_set_priority",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_auto_fix",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_fix_ddd_mismatch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_bulk_actions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_batch_operations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_auto_activation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_update_auto_activation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_workflow_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_create_workflow_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_filter_presets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_save_filter_preset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_job_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_jobs_by_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_project_job_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_get_failed_jobs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_retry_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_retry_project_jobs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_cancel_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cnam_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cnam_activate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cnam_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_get_number",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_reserve_number",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_release_number",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_assign_number",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_update_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_disconnect_number",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_set_pin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_set_quarantine",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_clear_quarantine",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_reserve_by_id",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_release_by_id",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_disconnect_by_id",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_assign_by_id",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_update_metadata_by_id",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_get_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_validate_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_export",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "inv_aggregate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_get_map_states",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_get_map_latas",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_get_map_rate_centers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_get_map_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_start_audit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_get_audit_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_cancel_audit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_get_audit_diff",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_download_audit_diff",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "inv_commit_audit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_reject_audit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_get_audit_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inv_get_nruf_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_get_overview",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_brands",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_get_brand",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_create_brand",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_update_brand",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_delete_brand",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_link_brand",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_lookup_brand",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_campaigns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_get_campaign",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_create_campaign",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_update_campaign",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_resubmit_campaign",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_link_campaign",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_lookup_campaign",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_campaign_numbers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_assign_numbers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_remove_numbers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_elect_cnp",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_nudge_cnp",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_get_sharing_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_get_mno_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_nnids",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_get_nnid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_create_nnid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_update_nnid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_delete_nnid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_verticals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_use_cases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_mnos",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_entity_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_cnps",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_get_brand_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_get_campaign_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_vetting_providers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_identity_appeal_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_list_vet_appeal_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_request_vetting",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_import_vetting",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_appeal_vetting",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_appeal_brand",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_revet_brand",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_brand_cnp_register",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_campaign_cnp_register",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_get_cnp_migration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_start_cnp_migration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_cancel_cnp_migration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "msg_cnp_backfill",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_out_list_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_out_get_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_out_create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_out_get_details",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_out_update_tn",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_out_submit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_out_retry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_out_lookup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_protect_list_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_protect_get_effective",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_protect_get_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_protect_create_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_protect_update_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "port_protect_delete_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ref_search_cics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ref_get_cic",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ref_resolve_cics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ref_search_nnids",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ref_get_nnid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ref_search_resp_orgs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ref_get_resp_org",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ref_search_spids",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ref_get_spid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "report_list_jobs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "report_get_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "report_create_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_list_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_get_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_get_documents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_get_details",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_get_audit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_submit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_refresh",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_cancel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_remove_tfns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_upload_loa",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_generate_loa",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_escalate_hdi",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_upload_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_inbound_checkout",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_inbound_checkin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_inbound_process",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roc_sync",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_get_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_get_spid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_get_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_get_activation_ready",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_activate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_cancel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_release",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_disconnect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_create_conflict",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_remove_conflict",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_intrasp",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_create_lrn",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_remove_lrn",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "soa_acknowledge_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_list_templates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_get_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_create_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_update_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_delete_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_lock_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_unlock_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_copy_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_disconnect_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_get_template_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_get_template_history_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_list_drafts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_get_draft",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_save_draft",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_delete_draft",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_push_draft",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_query_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_search_spare",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_search_and_reserve",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_reserve",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_release_reservation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_activate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_disconnect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tf_change_resporg",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "62b8275415a6b381d0a1e00d053340b0a8bb06e78a7412f864703936473fddd8",
  "stats": {
    "tools": 200,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 0,
      "low": 3,
      "info": 0
    }
  }
}