live-debugging-mcp
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- Information Gathering and Diagnostic Export: The skill uses tools like
get_device_path,get_device_properties, andget_permissionsto retrieve configuration and state information from the Android environment. Additionally, theexport_diagnostic_bundletool is used to collect and package data for external analysis. While these are routine debugging functions, they involve accessing system-level information. - Local Network Connectivity: The agent is instructed to use
discover_debug_serversandconnect_to_debug_serverto establish communication with local infrastructure. These operations are intended for local development environments to facilitate live app monitoring. - Processing External Data Streams: The skill monitors runtime evidence such as SDK logs, app events, and error messages via
wait_for_eventsandget_event_digest. This represents a surface where the agent processes external, untrusted data generated by the application or device, which is a common pattern in debugging tools.
Audit Metadata