docs: update security.md (#2362)

Clarifies the output of this server
This commit is contained in:
Alex Rudenko
2026-07-14 11:32:48 +02:00
committed by GitHub
parent 3ee6a27100
commit 5012b07799
+8
View File
@@ -8,6 +8,14 @@ In general, it is the expectation that the AI agent or client using this MCP ser
Several tools in this project have the ability to perform actions such as writing files to disk (e.g., via browser downloads or screenshots) or dynamically loading Chrome extensions. These are intentional, documented features and are not vulnerabilities.
The server returns web content to the client as text (Markdown-like) or
structured data (`--experimentalStructuredContent`). The web content is returned
as-is to facilitate debugging and we do not consider changes in the output
text/Markdown structure based on the web content to be vulnerabilities. If
structure is important for your use case, use structured output
(`--experimentalStructuredContent`). Prefer using this server with trusted web
content or make sure your client takes precautions against prompt injections.
We appreciate feedback and suggestions from developers on how this tool can make it easier for them to build a more secure user experience, but will treat these exclusively as feature requests, and not vulnerabilities in chrome-devtools-mcp itself.
### MCP roots