Mailchimp — 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": "mailchimp-mcp",
"source": {
"kind": "package",
"origin": "mailchimp-mcp"
},
"server": {
"name": "mailchimp-mcp"
}
},
"grade": "A",
"score": {
"score": 93,
"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": "high",
"label": "capability blast radius (high) — client exposure if the model is manipulated",
"appliedPenalty": 6
},
{
"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": "high",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service",
"can create, modify or delete files",
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)",
"untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)"
],
"tags": [
"untrusted-input",
"external-sink",
"sensitive-source",
"file-write"
]
},
"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-FLOW-002",
"title": "Completed toxic-flow trifecta across tools",
"category": "exfiltration",
"severity": "critical",
"confidence": "strong",
"description": "This server (without client built-ins) exposes a complete data-exfiltration chain: create_account_export → delete_file → create_batch_webhook. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.",
"remediation": "Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.",
"location": {
"kind": "flow",
"name": "create_account_export → delete_file → create_batch_webhook"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"untrusted": [
"get_audience_details",
"search_members",
"list_templates",
"get_template",
"get_segment",
"get_campaign_sub_reports",
"get_landing_page",
"get_store_cart",
"get_promo_rule",
"get_file",
"get_verified_domain",
"get_connected_site",
"get_authorized_app",
"list_account_exports",
"get_account_export",
"create_account_export",
"create_campaign_folder",
"create_template_folder",
"pause_rss_campaign",
"resume_rss_campaign",
"get_audience_abuse_report",
"get_batch_webhook",
"get_store",
"get_store_product"
],
"sources": [
"list_files",
"get_file",
"delete_file",
"list_file_folders"
],
"sinks": [
"create_webhook",
"delete_webhook",
"upload_file",
"create_batch_webhook",
"update_batch_webhook",
"delete_batch_webhook"
],
"path": [
"create_account_export",
"delete_file",
"create_batch_webhook"
],
"edges": [
{
"from": "create_account_export",
"to": "delete_file",
"kind": "agent-mediated"
},
{
"from": "delete_file",
"to": "create_batch_webhook",
"kind": "agent-mediated"
}
],
"wired": false
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"delete_file\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"delete_file\" can write, overwrite or delete files (keyword \"delete_file\" in tool name). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "delete_file"
},
"data": {
"tags": [
"sensitive-source",
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"delete_file\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"delete_file\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "delete_file"
},
"data": {
"tags": [
"sensitive-source",
"file-write"
]
}
},
{
"ruleId": "MTC-SUP-012",
"title": "Package has no license",
"category": "hygiene",
"severity": "info",
"confidence": "strong",
"description": "\"mailchimp-mcp\" has no declared license. This is a legal/reuse concern, not a security finding.",
"location": {
"kind": "package",
"name": "mailchimp-mcp"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "critical",
"confidence": "strong",
"untrustedInput": [
"get_audience_details",
"search_members",
"list_templates",
"get_template",
"get_segment",
"get_campaign_sub_reports",
"get_landing_page",
"get_store_cart",
"get_promo_rule",
"get_file",
"get_verified_domain",
"get_connected_site",
"get_authorized_app",
"list_account_exports",
"get_account_export",
"create_account_export",
"create_campaign_folder",
"create_template_folder",
"pause_rss_campaign",
"resume_rss_campaign",
"get_audience_abuse_report",
"get_batch_webhook",
"get_store",
"get_store_product"
],
"sensitiveSource": [
"list_files",
"get_file",
"delete_file",
"list_file_folders"
],
"externalSink": [
"create_webhook",
"delete_webhook",
"upload_file",
"create_batch_webhook",
"update_batch_webhook",
"delete_batch_webhook"
],
"selfContained": false,
"path": [
"create_account_export",
"delete_file",
"create_batch_webhook"
],
"pathWired": false,
"description": "A cross-tool exfiltration chain exists: create_account_export → delete_file → create_batch_webhook."
}
],
"capabilities": [
{
"tool": "list_accounts",
"tags": [],
"reasons": {}
},
{
"tool": "get_account_info",
"tags": [],
"reasons": {}
},
{
"tool": "list_audiences",
"tags": [],
"reasons": {}
},
{
"tool": "get_audience_details",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "list_campaigns",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_details",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_content",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_click_details",
"tags": [],
"reasons": {}
},
{
"tool": "list_audience_members",
"tags": [],
"reasons": {}
},
{
"tool": "search_members",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "get_audience_growth_history",
"tags": [],
"reasons": {}
},
{
"tool": "list_automations",
"tags": [],
"reasons": {}
},
{
"tool": "get_automation_summary",
"tags": [],
"reasons": {}
},
{
"tool": "list_templates",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "get_template_default_content",
"tags": [],
"reasons": {}
},
{
"tool": "get_template",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "create_template",
"tags": [],
"reasons": {}
},
{
"tool": "update_template",
"tags": [],
"reasons": {}
},
{
"tool": "delete_template",
"tags": [],
"reasons": {}
},
{
"tool": "list_segments",
"tags": [],
"reasons": {}
},
{
"tool": "add_member",
"tags": [],
"reasons": {}
},
{
"tool": "update_member",
"tags": [],
"reasons": {}
},
{
"tool": "unsubscribe_member",
"tags": [],
"reasons": {}
},
{
"tool": "delete_member",
"tags": [],
"reasons": {}
},
{
"tool": "tag_member",
"tags": [],
"reasons": {}
},
{
"tool": "batch_subscribe",
"tags": [],
"reasons": {}
},
{
"tool": "update_audience",
"tags": [],
"reasons": {}
},
{
"tool": "create_audience",
"tags": [],
"reasons": {}
},
{
"tool": "delete_audience",
"tags": [],
"reasons": {}
},
{
"tool": "create_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "update_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "set_campaign_content",
"tags": [],
"reasons": {}
},
{
"tool": "schedule_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "unschedule_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "replicate_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "delete_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "send_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "send_test_email",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_send",
"tags": [],
"reasons": {}
},
{
"tool": "create_segment",
"tags": [],
"reasons": {}
},
{
"tool": "delete_segment",
"tags": [],
"reasons": {}
},
{
"tool": "add_members_to_segment",
"tags": [],
"reasons": {}
},
{
"tool": "remove_members_from_segment",
"tags": [],
"reasons": {}
},
{
"tool": "update_segment",
"tags": [],
"reasons": {}
},
{
"tool": "get_segment",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "list_segment_members",
"tags": [],
"reasons": {}
},
{
"tool": "list_merge_fields",
"tags": [],
"reasons": {}
},
{
"tool": "create_merge_field",
"tags": [],
"reasons": {}
},
{
"tool": "update_merge_field",
"tags": [],
"reasons": {}
},
{
"tool": "delete_merge_field",
"tags": [],
"reasons": {}
},
{
"tool": "list_interest_categories",
"tags": [],
"reasons": {}
},
{
"tool": "create_interest_category",
"tags": [],
"reasons": {}
},
{
"tool": "list_interests",
"tags": [],
"reasons": {}
},
{
"tool": "create_interest",
"tags": [],
"reasons": {}
},
{
"tool": "delete_interest_category",
"tags": [],
"reasons": {}
},
{
"tool": "delete_interest",
"tags": [],
"reasons": {}
},
{
"tool": "list_webhooks",
"tags": [],
"reasons": {}
},
{
"tool": "create_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "delete_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "get_email_activity",
"tags": [],
"reasons": {}
},
{
"tool": "get_open_details",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_recipients",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_unsubscribes",
"tags": [],
"reasons": {}
},
{
"tool": "get_domain_performance",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_advice",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_locations",
"tags": [],
"reasons": {}
},
{
"tool": "get_eepurl_activity",
"tags": [],
"reasons": {}
},
{
"tool": "get_ecommerce_product_activity",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_sub_reports",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"rss\""
]
}
},
{
"tool": "get_member_activity",
"tags": [],
"reasons": {}
},
{
"tool": "get_member_tags",
"tags": [],
"reasons": {}
},
{
"tool": "get_member_events",
"tags": [],
"reasons": {}
},
{
"tool": "get_member_journey_events",
"tags": [],
"reasons": {}
},
{
"tool": "list_member_notes",
"tags": [],
"reasons": {}
},
{
"tool": "add_member_note",
"tags": [],
"reasons": {}
},
{
"tool": "update_member_note",
"tags": [],
"reasons": {}
},
{
"tool": "delete_member_note",
"tags": [],
"reasons": {}
},
{
"tool": "get_automation_emails",
"tags": [],
"reasons": {}
},
{
"tool": "get_automation_email_queue",
"tags": [],
"reasons": {}
},
{
"tool": "pause_automation",
"tags": [],
"reasons": {}
},
{
"tool": "start_automation",
"tags": [],
"reasons": {}
},
{
"tool": "list_landing_pages",
"tags": [],
"reasons": {}
},
{
"tool": "get_landing_page",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "create_landing_page",
"tags": [],
"reasons": {}
},
{
"tool": "update_landing_page",
"tags": [],
"reasons": {}
},
{
"tool": "delete_landing_page",
"tags": [],
"reasons": {}
},
{
"tool": "publish_landing_page",
"tags": [],
"reasons": {}
},
{
"tool": "unpublish_landing_page",
"tags": [],
"reasons": {}
},
{
"tool": "list_ecommerce_stores",
"tags": [],
"reasons": {}
},
{
"tool": "list_store_orders",
"tags": [],
"reasons": {}
},
{
"tool": "list_store_products",
"tags": [],
"reasons": {}
},
{
"tool": "list_store_customers",
"tags": [],
"reasons": {}
},
{
"tool": "list_store_carts",
"tags": [],
"reasons": {}
},
{
"tool": "get_store_cart",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "create_store_cart",
"tags": [],
"reasons": {}
},
{
"tool": "update_store_cart",
"tags": [],
"reasons": {}
},
{
"tool": "delete_store_cart",
"tags": [],
"reasons": {}
},
{
"tool": "list_promo_rules",
"tags": [],
"reasons": {}
},
{
"tool": "get_promo_rule",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "create_promo_rule",
"tags": [],
"reasons": {}
},
{
"tool": "update_promo_rule",
"tags": [],
"reasons": {}
},
{
"tool": "delete_promo_rule",
"tags": [],
"reasons": {}
},
{
"tool": "list_promo_codes",
"tags": [],
"reasons": {}
},
{
"tool": "get_promo_code",
"tags": [],
"reasons": {}
},
{
"tool": "create_promo_code",
"tags": [],
"reasons": {}
},
{
"tool": "update_promo_code",
"tags": [],
"reasons": {}
},
{
"tool": "delete_promo_code",
"tags": [],
"reasons": {}
},
{
"tool": "list_campaign_folders",
"tags": [],
"reasons": {}
},
{
"tool": "create_batch",
"tags": [],
"reasons": {}
},
{
"tool": "get_batch_status",
"tags": [],
"reasons": {}
},
{
"tool": "list_batches",
"tags": [],
"reasons": {}
},
{
"tool": "ping",
"tags": [],
"reasons": {}
},
{
"tool": "search_campaigns",
"tags": [],
"reasons": {}
},
{
"tool": "search_automation_campaigns",
"tags": [],
"reasons": {}
},
{
"tool": "resend_to_non_openers",
"tags": [],
"reasons": {}
},
{
"tool": "trigger_customer_journey",
"tags": [],
"reasons": {}
},
{
"tool": "list_files",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"list_files\""
]
}
},
{
"tool": "get_file",
"tags": [
"untrusted-input",
"sensitive-source"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
],
"sensitive-source": [
"keyword \"list_files\""
]
}
},
{
"tool": "upload_file",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"upload_file\""
]
}
},
{
"tool": "delete_file",
"tags": [
"sensitive-source",
"file-write"
],
"reasons": {
"sensitive-source": [
"keyword \"list_files\""
],
"file-write": [
"keyword \"delete_file\" in tool name"
]
}
},
{
"tool": "list_file_folders",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"list_files\""
]
}
},
{
"tool": "list_surveys",
"tags": [],
"reasons": {}
},
{
"tool": "get_survey",
"tags": [],
"reasons": {}
},
{
"tool": "publish_survey",
"tags": [],
"reasons": {}
},
{
"tool": "unpublish_survey",
"tags": [],
"reasons": {}
},
{
"tool": "list_signup_forms",
"tags": [],
"reasons": {}
},
{
"tool": "customize_signup_form",
"tags": [],
"reasons": {}
},
{
"tool": "list_verified_domains",
"tags": [],
"reasons": {}
},
{
"tool": "get_verified_domain",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "create_verified_domain",
"tags": [],
"reasons": {}
},
{
"tool": "verify_verified_domain",
"tags": [],
"reasons": {}
},
{
"tool": "delete_verified_domain",
"tags": [],
"reasons": {}
},
{
"tool": "list_connected_sites",
"tags": [],
"reasons": {}
},
{
"tool": "get_connected_site",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "create_connected_site",
"tags": [],
"reasons": {}
},
{
"tool": "delete_connected_site",
"tags": [],
"reasons": {}
},
{
"tool": "verify_connected_site_script",
"tags": [],
"reasons": {}
},
{
"tool": "list_authorized_apps",
"tags": [],
"reasons": {}
},
{
"tool": "get_authorized_app",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "get_chimp_chatter",
"tags": [],
"reasons": {}
},
{
"tool": "list_account_exports",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "get_account_export",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "create_account_export",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "create_campaign_folder",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "get_campaign_folder",
"tags": [],
"reasons": {}
},
{
"tool": "update_campaign_folder",
"tags": [],
"reasons": {}
},
{
"tool": "delete_campaign_folder",
"tags": [],
"reasons": {}
},
{
"tool": "list_template_folders",
"tags": [],
"reasons": {}
},
{
"tool": "get_template_folder",
"tags": [],
"reasons": {}
},
{
"tool": "create_template_folder",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "update_template_folder",
"tags": [],
"reasons": {}
},
{
"tool": "delete_template_folder",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_send_checklist",
"tags": [],
"reasons": {}
},
{
"tool": "list_campaign_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "create_campaign_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "update_campaign_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "delete_campaign_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_sent_to",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_abuse_reports",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_abuse_report",
"tags": [],
"reasons": {}
},
{
"tool": "pause_rss_campaign",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"rss\""
]
}
},
{
"tool": "resume_rss_campaign",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"rss\""
]
}
},
{
"tool": "get_audience_activity",
"tags": [],
"reasons": {}
},
{
"tool": "get_audience_top_locations",
"tags": [],
"reasons": {}
},
{
"tool": "get_audience_clients",
"tags": [],
"reasons": {}
},
{
"tool": "list_audience_abuse_reports",
"tags": [],
"reasons": {}
},
{
"tool": "get_audience_abuse_report",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "get_member_goals",
"tags": [],
"reasons": {}
},
{
"tool": "add_member_event",
"tags": [],
"reasons": {}
},
{
"tool": "delete_member_permanent",
"tags": [],
"reasons": {}
},
{
"tool": "upsert_member",
"tags": [],
"reasons": {}
},
{
"tool": "list_batch_webhooks",
"tags": [],
"reasons": {}
},
{
"tool": "get_batch_webhook",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "create_batch_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "update_batch_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "delete_batch_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "get_automation_email",
"tags": [],
"reasons": {}
},
{
"tool": "pause_automation_email",
"tags": [],
"reasons": {}
},
{
"tool": "start_automation_email",
"tags": [],
"reasons": {}
},
{
"tool": "add_automation_queue_subscriber",
"tags": [],
"reasons": {}
},
{
"tool": "get_automation_queue_subscriber",
"tags": [],
"reasons": {}
},
{
"tool": "list_automation_removed_subscribers",
"tags": [],
"reasons": {}
},
{
"tool": "remove_automation_subscriber",
"tags": [],
"reasons": {}
},
{
"tool": "get_automation_removed_subscriber",
"tags": [],
"reasons": {}
},
{
"tool": "list_landing_page_reports",
"tags": [],
"reasons": {}
},
{
"tool": "get_landing_page_report",
"tags": [],
"reasons": {}
},
{
"tool": "list_survey_reports",
"tags": [],
"reasons": {}
},
{
"tool": "get_survey_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_survey_responses",
"tags": [],
"reasons": {}
},
{
"tool": "get_survey_response",
"tags": [],
"reasons": {}
},
{
"tool": "get_survey_questions_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_survey_question_answers",
"tags": [],
"reasons": {}
},
{
"tool": "create_store",
"tags": [],
"reasons": {}
},
{
"tool": "get_store",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "update_store",
"tags": [],
"reasons": {}
},
{
"tool": "delete_store",
"tags": [],
"reasons": {}
},
{
"tool": "get_store_product",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "create_store_product",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "d5d814786b963abcc7af7e5176334c933c0c3cfcf3eeaf576afa4e0323832282",
"stats": {
"tools": 200,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 1,
"high": 0,
"medium": 1,
"low": 1,
"info": 1
}
}
}