Add execution boundary assurance - #328
Conversation
Verify that managed plugins receive only selected runtime settings and remain disabled until explicitly enabled. Exercise MCP requests with hostile text while optional network, audit, and analysis work remains off by default. Add a static guard and assurance record for the read-only remediation boundary.
|
Warning Review limit reached
Next review available in: 46 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bomly Diff SummaryCompared Overview
Dependency Changes✅ No dependency changes. Vulnerabilities✅ No vulnerability changes. License Changes✅ No license changes. Project Posture✅ No project posture changes ( Policy Findings✅ No policy differences were identified. |
|
Reviewed. Three worthwhile additions here: The import-boundary test is weaker than it appears. Since the claim in EXECUTION_BOUNDARIES.md is about the package ("the central derivation code ... do not import network, process, cache, or filesystem packages"), the check should be at package granularity and transitive. Also: Documentation ordering. "Assurance for this rule is completed only when every command runner uses the shared redaction boundary" makes the subprocess-logging section explicitly conditional on #334. Good that it's stated rather than implied — please just make sure #334 lands before or with this, and before #337, whose table asserts the completed state. Formatting nit: the Finally, the "MCP is not a sandbox" and "an enabled external plugin is still native code" paragraphs are the most valuable text in the PR — they're the claims most likely to be over-read by someone evaluating Bomly for a locked-down environment, and stating the limit plainly is the right call. |
|
Re-reviewed at Nothing further from me on this one. |
What changed
Why
Issue 026 needs repeatable evidence for behavior that crosses process and protocol boundaries. These checks make the current plugin, MCP, and read-only remediation guarantees explicit without changing production behavior.
The inventory also found two production concerns that are intentionally excluded from this assurance-only PR: MCP adapter errors are returned verbatim to clients, and subprocess argv logging is not consistently complete or secret-safe. They will be addressed in separate focused fixes before this assurance layer is considered complete.
Validation
go test ./internal/plugin ./internal/mcp ./internal/remediation ./internal/registry ./test/assurancemake generatemake fmt-checkmake lintmake testmake buildgit diff --check