live-debugging-mcp
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection: The skill processes live device events and error logs from an external iOS application via local debugging tools. This creates an interface where the agent might process untrusted data.
- Ingestion points: The agent receives external data through tools such as
wait_for_events,get_errors, andget_sdk_stateas described in the Normal agent loop in SKILL.md. - Capability inventory: The agent has the ability to connect to local servers using
connect_to_debug_serverand can aggregate data viaexport_diagnostic_bundlein SKILL.md. - Boundary markers: While the skill provides clear operational instructions, it does not specify explicit delimiters or "ignore embedded instructions" warnings for the external data it ingests.
- Sanitization: The instructions proactively suggest collecting a "redacted bundle" for handoff, which is a positive measure to reduce sensitive data exposure during the diagnostic process.
Audit Metadata