DeepWiki MCP
https://mcp.deepwiki.com/mcp
github.com/AsyncFuncAI/deepwiki-open
Severity breakdown
Worst finding
Tool `read_wiki_structure` accepts unconstrained string input
· read_wiki_structure
The following string parameter(s) have no `maxLength` constraint: `repoName`. Unbounded strings let an attacker stuff arbitrary payloads through the tool, including indirect-injection content.
fix: Add a `maxLength` to each string property, or constrain with an `enum` or `pattern`. Most legitimate tool inputs fit under a few hundred bytes.
All 2 findings
- mediumTool `read_wiki_structure` accepts unconstrained string input· read_wiki_structureunconstrained input
The following string parameter(s) have no `maxLength` constraint: `repoName`. Unbounded strings let an attacker stuff arbitrary payloads through the tool, including indirect-injection content.
fix: Add a `maxLength` to each string property, or constrain with an `enum` or `pattern`. Most legitimate tool inputs fit under a few hundred bytes.
- mediumTool `read_wiki_contents` accepts unconstrained string input· read_wiki_contentsunconstrained input
The following string parameter(s) have no `maxLength` constraint: `repoName`. Unbounded strings let an attacker stuff arbitrary payloads through the tool, including indirect-injection content.
fix: Add a `maxLength` to each string property, or constrain with an `enum` or `pattern`. Most legitimate tool inputs fit under a few hundred bytes.
How this was scored
Source http — live HTTP MCP endpoint, classified against every rule. Findings are emitted by the public capframe.findings.v1 schema. Score = 100 − (10·Critical + 4·High + 2·Medium + 1·Low), clamped to [0, 100].
Disagree with a finding? Open an issue.