Improve agent-security MCP connector boundary review#1552
Open
wowsofine wants to merge 1 commit into
Open
Conversation
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.
Skill Improvement ($50-150 Bounty)
Skill Modified
Skill name: agent-security
Skill path:
skills/ai-security/agent-security/What Was Wrong
The skill already reviewed tool permission models, least privilege, HITL gates, blast radius, audit trails, rollback, and multi-agent trust boundaries, but MCP/SaaS connector authorization was only mentioned as context to gather. It did not give reviewers a concrete checklist for connector manifests, delegated OAuth scopes, consent provenance, remote MCP server trust, token lifecycle, or tool schema drift.
What This PR Fixes
This PR adds a focused MCP / connector security review section to
agent-securitythat covers:It also adds an MCP / Connector Boundary Inventory table to the output format and references MCP Authorization plus OAuth RFCs 9700, 8707, and 9728.
Evidence
Before (skill misses this):
After (now correctly handled):
Test Cases Added/Updated
tests/vulnerable/)tests/benign/)No standalone test fixture exists for this markdown-only skill. I verified the change with frontmatter validation, prompt-injection pattern scan,
git diff --check, and content marker checks.Bounty Tier
Bounty Info
Framework References
Testing
git diff --check.github/workflows/lint-skills.yml.github/workflows/injection-scan.yml