dashpilot
Warn
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill allows the agent to retrieve sensitive information from the browser. The
get_network_logandget_websocket_logtools inSKILL.mdcapture HTTP response bodies and WebSocket frames respectively. Furthermore,get_query_dataprovides access to the TanStack React Query cache. If used while the user is logged into private services (e.g., email, banking, or internal tools), the agent can access private data returned by APIs. - [COMMAND_EXECUTION]: The skill documentation in
SKILL.mdreferences a local installation process viabash install.sh, which involves executing shell commands to set up the MCP server and browser extension. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection.
- Ingestion points:
SKILL.mddefines tools likepage_snapshot,get_network_log, andget_websocket_logthat ingest untrusted data from external web pages into the agent's context. - Boundary markers: There are no boundary markers or system instructions in
SKILL.mdto ignore instructions embedded in the captured data. - Capability inventory: While this specific skill is read-only, it is explicitly designed to be used in conjunction with the Chrome DevTools MCP server, which possesses 'act' capabilities (clicking, typing, navigating), creating a high-risk surface if the agent follows instructions found in inspected web content.
- Sanitization: No sanitization or filtering logic is specified in
SKILL.mdto prevent adversarial content from being processed by the model.
Audit Metadata