Lightbulb — 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": "lightbulb-mcp",
"source": {
"kind": "package",
"origin": "lightbulb-mcp"
},
"server": {
"name": "lightbulb-mcp"
}
},
"grade": "B",
"score": {
"score": 89,
"threatScore": 100,
"grade": "B",
"band": "B",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"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": [],
"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)",
"can execute shell commands or code",
"untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)",
"untrusted input can reach code execution"
],
"tags": [
"untrusted-input",
"code-exec",
"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 (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: backbone_execute → get_agent_marketplace_action_publication → create_account_shell_customization_draft. 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": "backbone_execute → get_agent_marketplace_action_publication → create_account_shell_customization_draft"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"untrusted": [
"get_project_game_snapshot",
"list_folder",
"backbone_execute"
],
"sources": [
"get_agent_marketplace_action_publication"
],
"sinks": [
"get_account_shell_customization",
"create_account_shell_customization_draft",
"preview_account_shell_customization",
"preflight_agent_training_pair"
],
"path": [
"backbone_execute",
"get_agent_marketplace_action_publication",
"create_account_shell_customization_draft"
],
"edges": [
{
"from": "backbone_execute",
"to": "get_agent_marketplace_action_publication",
"kind": "agent-mediated"
},
{
"from": "get_agent_marketplace_action_publication",
"to": "create_account_shell_customization_draft",
"kind": "agent-mediated"
}
],
"wired": false
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"get_account_shell_customization\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"get_account_shell_customization\" appears to run shell commands or evaluate code (keyword \"shell\" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "get_account_shell_customization"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"create_account_shell_customization_draft\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"create_account_shell_customization_draft\" appears to run shell commands or evaluate code (keyword \"shell\" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "create_account_shell_customization_draft"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"preview_account_shell_customization\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"preview_account_shell_customization\" appears to run shell commands or evaluate code (keyword \"shell\" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "preview_account_shell_customization"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (lightbulb/context_hook.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`lightbulb/context_hook.py:564`): 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": "lightbulb/context_hook.py"
},
"evidence": "ry: completed = subprocess.run( [\"git\", \"-C\", cwd, *args], capture_output=True,",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "lightbulb/context_hook.py",
"line": 564,
"nonRuntime": false
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"get_account_shell_customization\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"get_account_shell_customization\" 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": "get_account_shell_customization"
},
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"create_account_shell_customization_draft\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"create_account_shell_customization_draft\" 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": "create_account_shell_customization_draft"
},
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"preview_account_shell_customization\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"preview_account_shell_customization\" 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": "preview_account_shell_customization"
},
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-SUP-012",
"title": "Package has no license",
"category": "hygiene",
"severity": "info",
"confidence": "strong",
"description": "\"lightbulb-mcp\" has no declared license. This is a legal/reuse concern, not a security finding.",
"location": {
"kind": "package",
"name": "lightbulb-mcp"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "critical",
"confidence": "strong",
"untrustedInput": [
"get_project_game_snapshot",
"list_folder",
"backbone_execute"
],
"sensitiveSource": [
"get_agent_marketplace_action_publication"
],
"externalSink": [
"get_account_shell_customization",
"create_account_shell_customization_draft",
"preview_account_shell_customization",
"preflight_agent_training_pair"
],
"selfContained": false,
"path": [
"backbone_execute",
"get_agent_marketplace_action_publication",
"create_account_shell_customization_draft"
],
"pathWired": false,
"description": "A cross-tool exfiltration chain exists: backbone_execute → get_agent_marketplace_action_publication → create_account_shell_customization_draft."
}
],
"capabilities": [
{
"tool": "find_operating_loops",
"tags": [],
"reasons": {}
},
{
"tool": "describe_operating_loop",
"tags": [],
"reasons": {}
},
{
"tool": "start_operating_loop",
"tags": [],
"reasons": {}
},
{
"tool": "get_operating_loop_status",
"tags": [],
"reasons": {}
},
{
"tool": "get_operating_loop_next_action",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_operating_loop",
"tags": [],
"reasons": {}
},
{
"tool": "get_operating_loop_evidence",
"tags": [],
"reasons": {}
},
{
"tool": "register_executed_commercial_agreement",
"tags": [],
"reasons": {}
},
{
"tool": "get_executed_commercial_agreement",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_executed_commercial_agreement",
"tags": [],
"reasons": {}
},
{
"tool": "get_golden_loop_economic_closure",
"tags": [],
"reasons": {}
},
{
"tool": "propose_contract_to_cash_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "execute_contract_to_cash_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "register_contract_to_cash_invoice_issued",
"tags": [],
"reasons": {}
},
{
"tool": "get_contract_to_cash_invoice_issued",
"tags": [],
"reasons": {}
},
{
"tool": "register_contract_to_cash_cash_collection",
"tags": [],
"reasons": {}
},
{
"tool": "get_contract_to_cash_cash_collection",
"tags": [],
"reasons": {}
},
{
"tool": "start_contract_to_cash_run",
"tags": [],
"reasons": {}
},
{
"tool": "get_contract_to_cash_run",
"tags": [],
"reasons": {}
},
{
"tool": "attach_contract_to_cash_invoice_issued",
"tags": [],
"reasons": {}
},
{
"tool": "attach_contract_to_cash_cash_collected",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_contract_to_cash_before_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "start_project_work_packet",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_work_packet_run",
"tags": [],
"reasons": {}
},
{
"tool": "start_service_case_resolution",
"tags": [],
"reasons": {}
},
{
"tool": "get_service_case_resolution",
"tags": [],
"reasons": {}
},
{
"tool": "advance_service_case_resolution",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_service_case_resolution",
"tags": [],
"reasons": {}
},
{
"tool": "list_governed_communication_sources",
"tags": [],
"reasons": {}
},
{
"tool": "start_governed_communication_run",
"tags": [],
"reasons": {}
},
{
"tool": "get_governed_communication_run",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_governed_communication_run",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_project_creation_world_ready",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_game_snapshot",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "inspect_project_game_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_science_evidence",
"tags": [],
"reasons": {}
},
{
"tool": "record_project_science_evidence",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_mission_runs",
"tags": [],
"reasons": {}
},
{
"tool": "start_project_mission_run",
"tags": [],
"reasons": {}
},
{
"tool": "bind_project_mission_action",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_learning_reviews",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_skill_matches",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_training_packs",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_learning_runs",
"tags": [],
"reasons": {}
},
{
"tool": "prepare_project_learning_run",
"tags": [],
"reasons": {}
},
{
"tool": "admit_project_learning_run",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_learning_result_evaluations",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_shadow_learner_updates",
"tags": [],
"reasons": {}
},
{
"tool": "decide_project_learning_result_admission",
"tags": [],
"reasons": {}
},
{
"tool": "record_project_learning_review",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_business_outcomes",
"tags": [],
"reasons": {}
},
{
"tool": "record_project_business_outcome",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_policy_assignments",
"tags": [],
"reasons": {}
},
{
"tool": "record_project_policy_assignment",
"tags": [],
"reasons": {}
},
{
"tool": "list_project_policy_evaluations",
"tags": [],
"reasons": {}
},
{
"tool": "evaluate_project_offline_policy",
"tags": [],
"reasons": {}
},
{
"tool": "preflight_project_creation",
"tags": [],
"reasons": {}
},
{
"tool": "refine_project_creation_preflight",
"tags": [],
"reasons": {}
},
{
"tool": "create_project_from_preflight",
"tags": [],
"reasons": {}
},
{
"tool": "submit_project_creation_preflight_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "search_documents",
"tags": [],
"reasons": {}
},
{
"tool": "grep_documents",
"tags": [],
"reasons": {}
},
{
"tool": "list_folder",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "search_folder",
"tags": [],
"reasons": {}
},
{
"tool": "create_document",
"tags": [],
"reasons": {}
},
{
"tool": "create_spreadsheet",
"tags": [],
"reasons": {}
},
{
"tool": "create_slide_deck",
"tags": [],
"reasons": {}
},
{
"tool": "ask_document_agent",
"tags": [],
"reasons": {}
},
{
"tool": "describe_anatomy",
"tags": [],
"reasons": {}
},
{
"tool": "where_is",
"tags": [],
"reasons": {}
},
{
"tool": "what_can_you_do",
"tags": [],
"reasons": {}
},
{
"tool": "dispatch_domain_agent",
"tags": [],
"reasons": {}
},
{
"tool": "software_delivery_context",
"tags": [],
"reasons": {}
},
{
"tool": "software_delivery_loop",
"tags": [],
"reasons": {}
},
{
"tool": "software_spot_weld_fix",
"tags": [],
"reasons": {}
},
{
"tool": "page_builder_create",
"tags": [],
"reasons": {}
},
{
"tool": "page_builder_list_sessions",
"tags": [],
"reasons": {}
},
{
"tool": "page_builder_chat",
"tags": [],
"reasons": {}
},
{
"tool": "page_builder_deploy",
"tags": [],
"reasons": {}
},
{
"tool": "page_builder_preview",
"tags": [],
"reasons": {}
},
{
"tool": "backbone_execute",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"web_search\""
]
}
},
{
"tool": "recursive_agent_execute",
"tags": [],
"reasons": {}
},
{
"tool": "new_recursive_execution_id",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_recursive_agent_execution",
"tags": [],
"reasons": {}
},
{
"tool": "get_recursive_agent_execution_status",
"tags": [],
"reasons": {}
},
{
"tool": "search_agent_marketplace",
"tags": [],
"reasons": {}
},
{
"tool": "get_account_shell_customization",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"keyword \"shell\" in tool name"
]
}
},
{
"tool": "create_account_shell_customization_draft",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"keyword \"shell\" in tool name"
]
}
},
{
"tool": "preview_account_shell_customization",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"keyword \"shell\" in tool name"
]
}
},
{
"tool": "register_runtime_domain_action",
"tags": [],
"reasons": {}
},
{
"tool": "list_runtime_domain_actions",
"tags": [],
"reasons": {}
},
{
"tool": "get_runtime_domain_action",
"tags": [],
"reasons": {}
},
{
"tool": "list_agent_marketplace_listings",
"tags": [],
"reasons": {}
},
{
"tool": "get_agent_marketplace_listing",
"tags": [],
"reasons": {}
},
{
"tool": "preview_agent_marketplace_action_publication",
"tags": [],
"reasons": {}
},
{
"tool": "publish_agent_marketplace_action",
"tags": [],
"reasons": {}
},
{
"tool": "get_agent_marketplace_action_publication",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"read_repo\""
]
}
},
{
"tool": "archive_agent_marketplace_action",
"tags": [],
"reasons": {}
},
{
"tool": "list_agent_marketplace_installations",
"tags": [],
"reasons": {}
},
{
"tool": "get_agent_marketplace_installation",
"tags": [],
"reasons": {}
},
{
"tool": "install_agent_marketplace_action",
"tags": [],
"reasons": {}
},
{
"tool": "activate_agent_marketplace_action",
"tags": [],
"reasons": {}
},
{
"tool": "uninstall_agent_marketplace_action",
"tags": [],
"reasons": {}
},
{
"tool": "pin_agent_marketplace_action",
"tags": [],
"reasons": {}
},
{
"tool": "invoke_agent_marketplace_action",
"tags": [],
"reasons": {}
},
{
"tool": "get_agent_marketplace_invocation_status",
"tags": [],
"reasons": {}
},
{
"tool": "get_agent_marketplace_invocation_receipt",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_agent_learning_readiness",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_agent_training_input_custody",
"tags": [],
"reasons": {}
},
{
"tool": "preflight_agent_training_pair",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"http_post\""
]
}
},
{
"tool": "request_agent_training_pair_admission",
"tags": [],
"reasons": {}
},
{
"tool": "get_agent_training_pair_status",
"tags": [],
"reasons": {}
},
{
"tool": "run_business_primitive",
"tags": [],
"reasons": {}
},
{
"tool": "run_sdk_business_primitive",
"tags": [],
"reasons": {}
},
{
"tool": "dynamic_workflow_start",
"tags": [],
"reasons": {}
},
{
"tool": "dynamic_workflow_attach",
"tags": [],
"reasons": {}
},
{
"tool": "dynamic_workflow_status",
"tags": [],
"reasons": {}
},
{
"tool": "dynamic_workflow_next_assignment",
"tags": [],
"reasons": {}
},
{
"tool": "dynamic_workflow_submit_plan",
"tags": [],
"reasons": {}
},
{
"tool": "dynamic_workflow_submit_builder_result",
"tags": [],
"reasons": {}
},
{
"tool": "dynamic_workflow_submit_evaluator_verdict",
"tags": [],
"reasons": {}
},
{
"tool": "dynamic_workflow_cancel",
"tags": [],
"reasons": {}
},
{
"tool": "validate_sdk_project",
"tags": [],
"reasons": {}
},
{
"tool": "run_sdk_project_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "manage_sdk_project_runtime",
"tags": [],
"reasons": {}
},
{
"tool": "list_sdk_runtime_outcomes",
"tags": [],
"reasons": {}
},
{
"tool": "flush_sdk_runtime_outcomes",
"tags": [],
"reasons": {}
},
{
"tool": "run_connector_conformance",
"tags": [],
"reasons": {}
},
{
"tool": "run_workflow_improvement_cycle",
"tags": [],
"reasons": {}
},
{
"tool": "get_workflow_improvement_status",
"tags": [],
"reasons": {}
},
{
"tool": "list_workflow_improvement_packets",
"tags": [],
"reasons": {}
},
{
"tool": "sync_workflow_improvement_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_server_workflow_improvement_status",
"tags": [],
"reasons": {}
},
{
"tool": "list_server_workflow_improvement_packets",
"tags": [],
"reasons": {}
},
{
"tool": "get_server_workflow_improvement_packet",
"tags": [],
"reasons": {}
},
{
"tool": "decide_workflow_improvement_packet",
"tags": [],
"reasons": {}
},
{
"tool": "get_workflow_improvement_audit",
"tags": [],
"reasons": {}
},
{
"tool": "start_workflow_improvement_delivery",
"tags": [],
"reasons": {}
},
{
"tool": "record_workflow_improvement_delivery_event",
"tags": [],
"reasons": {}
},
{
"tool": "get_workflow_improvement_delivery",
"tags": [],
"reasons": {}
},
{
"tool": "prepare_workflow_learning_handoff",
"tags": [],
"reasons": {}
},
{
"tool": "compose_business_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "list_agent_runtime_options",
"tags": [],
"reasons": {}
},
{
"tool": "get_agent_runtime_config",
"tags": [],
"reasons": {}
},
{
"tool": "configure_coding_agent_runtime",
"tags": [],
"reasons": {}
},
{
"tool": "configure_backbone_agent_surface",
"tags": [],
"reasons": {}
},
{
"tool": "test_agent_runtime_config",
"tags": [],
"reasons": {}
},
{
"tool": "start_codex_account_link",
"tags": [],
"reasons": {}
},
{
"tool": "get_codex_account_link_status",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_codex_account_link",
"tags": [],
"reasons": {}
},
{
"tool": "business_create_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "business_write_email",
"tags": [],
"reasons": {}
},
{
"tool": "business_classify_reply",
"tags": [],
"reasons": {}
},
{
"tool": "business_draft_contract",
"tags": [],
"reasons": {}
},
{
"tool": "business_review_contract",
"tags": [],
"reasons": {}
},
{
"tool": "business_schedule_meeting",
"tags": [],
"reasons": {}
},
{
"tool": "register_external_artifact",
"tags": [],
"reasons": {}
},
{
"tool": "start_consulting_project_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "list_code_workspaces",
"tags": [],
"reasons": {}
},
{
"tool": "code_workspace_chat",
"tags": [],
"reasons": {}
},
{
"tool": "code_workspace_get_active_run",
"tags": [],
"reasons": {}
},
{
"tool": "code_workspace_get_run",
"tags": [],
"reasons": {}
},
{
"tool": "code_workspace_wait_for_run",
"tags": [],
"reasons": {}
},
{
"tool": "list_artifacts",
"tags": [],
"reasons": {}
},
{
"tool": "get_artifact",
"tags": [],
"reasons": {}
},
{
"tool": "list_workflows",
"tags": [],
"reasons": {}
},
{
"tool": "trigger_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "run_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "get_workflow_run",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_workflow_run",
"tags": [],
"reasons": {}
},
{
"tool": "author_agentic_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "get_workflow_trigger_catalog",
"tags": [],
"reasons": {}
},
{
"tool": "author_workflow_trigger",
"tags": [],
"reasons": {}
},
{
"tool": "rag_query",
"tags": [],
"reasons": {}
},
{
"tool": "rag_upload",
"tags": [],
"reasons": {}
},
{
"tool": "list_connectors",
"tags": [],
"reasons": {}
},
{
"tool": "invoke_tool",
"tags": [],
"reasons": {}
},
{
"tool": "list_crm_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "list_crm_deals",
"tags": [],
"reasons": {}
},
{
"tool": "list_notifications",
"tags": [],
"reasons": {}
},
{
"tool": "list_pending_approvals",
"tags": [],
"reasons": {}
},
{
"tool": "get_approval_details",
"tags": [],
"reasons": {}
},
{
"tool": "get_engine_inventory",
"tags": [],
"reasons": {}
},
{
"tool": "list_engine_states",
"tags": [],
"reasons": {}
},
{
"tool": "company_revenue",
"tags": [],
"reasons": {}
},
{
"tool": "company_payables",
"tags": [],
"reasons": {}
},
{
"tool": "company_renewals",
"tags": [],
"reasons": {}
},
{
"tool": "company_obligations",
"tags": [],
"reasons": {}
},
{
"tool": "company_exception_cases",
"tags": [],
"reasons": {}
},
{
"tool": "company_portfolio",
"tags": [],
"reasons": {}
},
{
"tool": "company_chaos",
"tags": [],
"reasons": {}
},
{
"tool": "company_bring_up",
"tags": [],
"reasons": {}
},
{
"tool": "company_demand_budget",
"tags": [],
"reasons": {}
},
{
"tool": "company_provisioning",
"tags": [],
"reasons": {}
},
{
"tool": "company_employees",
"tags": [],
"reasons": {}
},
{
"tool": "company_people_ops",
"tags": [],
"reasons": {}
},
{
"tool": "company_jobs",
"tags": [],
"reasons": {}
},
{
"tool": "company_wind_down",
"tags": [],
"reasons": {}
},
{
"tool": "company_closure",
"tags": [],
"reasons": {}
},
{
"tool": "company_launch",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "001d4ffaace0348bcf0b98798b9de8d178f3d3756ee705b5fa60acabbdae8355",
"stats": {
"tools": 200,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 1,
"high": 4,
"medium": 0,
"low": 3,
"info": 1
}
}
}