docs: add Maybe Don't integration guides#350
Open
robotdan wants to merge 3 commits intoOpenHands:mainfrom
Open
docs: add Maybe Don't integration guides#350robotdan wants to merge 3 commits intoOpenHands:mainfrom
robotdan wants to merge 3 commits intoOpenHands:mainfrom
Conversation
Add Maybe Don't as an MCP security proxy option on the MCP Settings page and as a third-party security analyzer on the Security & Action Confirmation guide. MCP Settings: - Docker quick-start for running Maybe Don't - Configuration examples for downstream MCP servers - Overview of CEL and AI-powered validation rules Security Guide: - MaybeDontAnalyzer setup and configuration - Risk level mapping table - Ready-to-run example with ConfirmRisky policy - Cross-links between MCP proxy and security analyzer integrations Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add MAYBE_DONT_SERVER_LISTEN_ADDR=0.0.0.0:8080 (127.0.0.1 is unreachable from outside a container) - Disable AI validation and audit report (require OpenAI API key) - Use env vars for downstream MCP server config instead of YAML that has no volume mount instruction - Add volume-mount alternative for complex configs - Match inline example code to actual SDK file Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 tasks
robotdan
pushed a commit
to maybedont/software-agent-sdk
that referenced
this pull request
Feb 20, 2026
- Add MAYBE_DONT_SERVER_LISTEN_ADDR=0.0.0.0:8080 (127.0.0.1 unreachable from host) - Disable AI validation and audit report (require OpenAI API key) - Match Docker command to docs PR (OpenHands/docs#350) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
openhands/usage/settings/mcp-settings.mdx)MaybeDontAnalyzeras a third-party security analyzer on the Security & Action Confirmation guide (sdk/guides/security.mdx)MCP Settings Page
Security Guide
MaybeDontAnalyzersetup withgateway_urlparameter andMAYBE_DONT_GATEWAY_URLenv varRunExampleCodesnippet)Context
This is part of the Maybe Don't OpenHands integration. The companion SDK PR adding
MaybeDontAnalyzeris at OpenHands/software-agent-sdk#2142.Test plan
#ready-to-run-example-maybe-dont,#maybe-dont-security-analyzer) resolve correctly🤖 Generated with Claude Code