Skip to content

add owasp top10 coverage for agentic apps and mcp#2070

Merged
AnastasiaTWW merged 3 commits into
masterfrom
owasp-risks-agentic-apps-mcps
Jun 10, 2026
Merged

add owasp top10 coverage for agentic apps and mcp#2070
AnastasiaTWW merged 3 commits into
masterfrom
owasp-risks-agentic-apps-mcps

Conversation

@AnastasiaTWW

Copy link
Copy Markdown
Collaborator

No description provided.

|---|---|---|
| **MCP01 — Token Mismanagement & Secret Exposure** | Custom AI payload inspection detects leaked credentials, tokens, and private keys in prompts, tool arguments, and responses (high-entropy and keyword analysis); API Discovery flags sensitive-data exposure. Secret storage and rotation remain a deployment responsibility. | [AI payload inspection](ai-payload-inspection.md), [API Discovery](../api-discovery/overview.md) |
| **MCP02 — Privilege Escalation via Scope Creep** | ACL policy constrains which MCP methods and primitives each user or role may call; request verification enforces the JWT scope expected for each tool. | [MCP mitigation controls](mcp-mitigation-controls.md) (ACL policy, request verification) |
| **MCP03 — Tool Poisoning** | Tool input schema enforcement validates `tools/call` arguments against the schema learned from `tools/list`, blocking unknown tools and unexpected arguments; AI payload inspection detects manipulative content in tool inputs and outputs. | [MCP mitigation controls](mcp-mitigation-controls.md) (tool input schema enforcement), [AI payload inspection](ai-payload-inspection.md) |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Tool Poisoning is a supply chain attack. We don't protect against it.

@netlify

netlify Bot commented Jun 9, 2026

Copy link
Copy Markdown

Deploy Preview for pensive-dubinsky-5f7a00 ready!

Name Link
🔨 Latest commit 53e4583
🔍 Latest deploy log https://app.netlify.com/projects/pensive-dubinsky-5f7a00/deploys/6a29437b5028980008b002f4
😎 Deploy Preview https://deploy-preview-2070--pensive-dubinsky-5f7a00.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@AnastasiaTWW AnastasiaTWW merged commit 8a02eb5 into master Jun 10, 2026
@AnastasiaTWW AnastasiaTWW deleted the owasp-risks-agentic-apps-mcps branch June 10, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants