Document optional GitHub MCP security scanning integration#72
Closed
Copilot wants to merge 3 commits into
Closed
Conversation
Copilot
AI
changed the title
[WIP] Add secret scanning to GitHub MCP
Document optional GitHub MCP security scanning integration
May 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Documentation-only PR adding guidance for an optional GitHub MCP security scanning integration as an orchestrator-owned pre-validation phase, while preserving the detector container's network-isolation posture.
Changes:
- Adds a new "Optional GitHub MCP Security Scanning" section to README with recommended integration steps and tradeoffs.
- Adds spec requirement TD-07a covering MCP scanner ownership, blocking behavior, preview posture for dependency scanning, and fallback behavior.
- Documents an optional
mcp-security/artifact directory in both README and spec artifact layouts.
Show a summary per file
| File | Description |
|---|---|
| specs/threat-detection-spec.md | Adds TD-07a requirement and mcp-security/ entry in artifact tree |
| README.md | Adds TOC entry, new section describing MCP scanning integration, and mcp-security/ artifact entry |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
This was referenced May 13, 2026
This was referenced May 13, 2026
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.
✨ Enhancement
GitHub MCP now supports secret scanning generally and dependency scanning in preview, creating an opportunity to add scanner-backed validation to the threat detection pipeline. This PR documents how to integrate those capabilities without weakening the detector’s current isolation model.
Recommendation
gh-aworchestration pre-validation phase.Artifact contract
Specification
TD-07acovering MCP scanner ownership, blocking behavior, preview dependency-scanning posture, and fallback behavior when MCP tooling is unavailable.