Use this skill to interactively debug Antithesis test runs using the multiverse debugger (MVD session). Open a debugging-session URL, inspect container filesystems and runtime state, run shell commands, and extract evidence from inside the Antithesis environment. Supports both the simplified debugger (default) and the advanced notebook mode.
75
92%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.75). At runtime, the skill opens a user-supplied Antithesis debugging-session URL and then reads arbitrary page DOM text (including log lines and notebook cell text) via `agent-browser --session "$SESSION" eval` into the LLM context (e.g., `window.__antithesisDebug.simplified.getVisibleLogRows()` / `getOutput*()` / `notebook.getCells()`), so any outsider-authored content present in that page can be ingested as free text.
ae8992e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.