MCP Server Security & Performance Analysis — v0.2.0
| Test ID | Severity | Test Name | Description / Details | Duration |
|---|---|---|---|---|
| SECURITY · 2052 tests | ||||
| T09-TOOL-add_issue_comment | MEDIUM | Output Sanitization → add_issue_comment |
Unexpected exception: McpErrorfetch failed
|
6ms |
| T09-TOOL-create_branch | MEDIUM | Output Sanitization → create_branch |
Unexpected exception: McpErrorfetch failed
|
10ms |
| T09-TOOL-create_issue | MEDIUM | Output Sanitization → create_issue |
Unexpected exception: McpErrorFailed to create issue: fetch failed
Stack: TypeError: fetch failed
at node:internal/deps/undici/undici:13510:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async githubRequest (file:///C:/Users/bantw/AppData/Local/npm-cache/_npx/3dfbf5a9eea4a1b3/node_modules/@modelcontextprotocol/server-github/dist/common/utils.js:31:22)
at async file:///C:/Users/bantw/AppData/Local/npm-cache/_npx/3dfbf5a9eea4a1b3/node_modules/@modelcontextprotocol/server-github/dist/index.js:251:35
|
4ms |
| T09-TOOL-create_or_update_file | MEDIUM | Output Sanitization → create_or_update_file |
Unexpected exception: McpErrorfetch failed
|
10ms |
| T09-TOOL-create_pull_request | MEDIUM | Output Sanitization → create_pull_request |
Unexpected exception: McpErrorfetch failed
|
6ms |
| T09-TOOL-create_repository | MEDIUM | Output Sanitization → create_repository |
Unexpected exception: McpErrorfetch failed
|
4ms |
| T09-TOOL-fork_repository | MEDIUM | Output Sanitization → fork_repository |
Unexpected exception: McpErrorfetch failed
|
11ms |
| T09-TOOL-get_issue | MEDIUM | Output Sanitization → get_issue |
Unexpected exception: McpErrorfetch failed
|
5ms |
| T09-TOOL-get_pull_request | MEDIUM | Output Sanitization → get_pull_request |
Unexpected exception: McpErrorfetch failed
|
6ms |
| T09-TOOL-get_pull_request_comments | MEDIUM | Output Sanitization → get_pull_request_comments |
Unexpected exception: McpErrorfetch failed
|
4ms |
| T09-TOOL-get_pull_request_files | MEDIUM | Output Sanitization → get_pull_request_files |
Unexpected exception: McpErrorfetch failed
|
5ms |
| T09-TOOL-get_pull_request_reviews | MEDIUM | Output Sanitization → get_pull_request_reviews |
Unexpected exception: McpErrorfetch failed
|
7ms |
| T09-TOOL-get_pull_request_status | MEDIUM | Output Sanitization → get_pull_request_status |
Unexpected exception: McpErrorfetch failed
|
5ms |
| T09-TOOL-list_commits | MEDIUM | Output Sanitization → list_commits |
Unexpected exception: McpErrorfetch failed
|
16ms |
| T09-TOOL-list_issues | MEDIUM | Output Sanitization → list_issues |
Unexpected exception: McpErrorfetch failed
|
6ms |
| T09-TOOL-list_pull_requests | MEDIUM | Output Sanitization → list_pull_requests |
Unexpected exception: McpErrorfetch failed
|
7ms |
| T09-TOOL-merge_pull_request | MEDIUM | Output Sanitization → merge_pull_request |
Unexpected exception: McpErrorfetch failed
|
5ms |
| T09-TOOL-push_files | MEDIUM | Output Sanitization → push_files |
Unexpected exception: McpErrorfetch failed
|
5ms |
| T09-TOOL-update_issue | MEDIUM | Output Sanitization → update_issue |
Unexpected exception: McpErrorfetch failed
|
6ms |
| T09-TOOL-update_pull_request_branch | MEDIUM | Output Sanitization → update_pull_request_branch |
Unexpected exception: McpErrorfetch failed
|
6ms |
| T07-010 | LOW | Duplicate Initialize (Replay Attack) |
Server accepted a second initialize() call on an already active session. The session remained usable, but the server sta…Double initialize() succeeded.
Post-replay list_tools() succeeded — session is still functional but capabilities or internal state may have been altered.
Remediation:
The server should reject or ignore repeated initialize() calls. Accepting them enables mid-session protocol version downgrade and capability reset attacks. |
4ms |
| T07-013 | LOW | Protocol Version Abuse |
Server did not negotiate a recognised MCP protocol version (version is empty or unknown).
Remediation:
Ensure the server returns a valid protocolVersion in its initialize response (e.g. '2024-11-05'). Clients rely on this to select compatible behaviour. |
0ms |
| T11-TOOL-create_issue | LOW | Timing Side-Channel → create_issue |
Tool 'create_issue' produced too few successful timing samples (0 exists, 0 nonexists) to evaluate a side channel.exists-probe('admin') failed
exists-probe('root') failed
exists-probe('test') failed
exists-probe('user') failed
nonexists-probe failed
|
11ms |
| T11-TOOL-create_or_update_file | LOW | Timing Side-Channel → create_or_update_file |
Tool 'create_or_update_file' produced too few successful timing samples (0 exists, 0 nonexists) to evaluate a side chann…exists-probe('admin') failed
exists-probe('root') failed
exists-probe('test') failed
exists-probe('user') failed
nonexists-probe failed
|
8ms |
| T11-TOOL-create_repository | LOW | Timing Side-Channel → create_repository |
Tool 'create_repository' produced too few successful timing samples (0 exists, 4 nonexists) to evaluate a side channel.exists-probe('admin') failed
exists-probe('root') failed
exists-probe('test') failed
exists-probe('user') failed
|
7886ms |
| T11-TOOL-get_file_contents | LOW | Timing Side-Channel → get_file_contents |
Tool 'get_file_contents' produced too few successful timing samples (0 exists, 0 nonexists) to evaluate a side channel.exists-probe('admin') failed
exists-probe('root') failed
exists-probe('test') failed
exists-probe('user') failed
nonexists-probe failed
|
9ms |
| T11-TOOL-push_files | LOW | Timing Side-Channel → push_files |
Tool 'push_files' produced too few successful timing samples (0 exists, 0 nonexists) to evaluate a side channel.exists-probe('admin') failed
exists-probe('root') failed
exists-probe('test') failed
exists-probe('user') failed
nonexists-probe failed
|
8ms |
| T07-001 | INFO | Unauthenticated Access | Unauthenticated Access test requires HTTP transport — skipped (transport='stdio'). | 0ms |
| T07-002 | INFO | Malformed Token Rejection | Malformed Token Rejection test requires HTTP transport — skipped (transport='stdio'). | 0ms |
| T07-003 | INFO | Resource URI Path Traversal | Server advertises no resources — path traversal test skipped. | 0ms |
| T07-005 | INFO | CORS Misconfiguration | CORS check requires HTTP transport — skipped (transport='stdio'). | 0ms |
| T07-006 | INFO | Process Privilege Check | Privilege check not available on Windows. | 0ms |
| T09-TOOL-create_pull_request_review | INFO | Output Sanitization → create_pull_request_review |
Tool 'create_pull_request_review' rejected probe (auth or param requirements).Invalid input: [{"received":"","code":"invalid_enum_value","options":["APPROVE","REQUEST_CHANGES","COMMENT"],"path":["event"],"message":"Invalid enum value. Expected 'APPROVE' | 'REQUEST_CHANGES' | 'COMMENT', received ''"}]
|
2ms |
| T09-TOOL-get_file_contents | INFO | Output Sanitization → get_file_contents |
Tool 'get_file_contents' is a data pass-through surface (file/diff/fetch/search). Output reflects external data verbatim…
Remediation:
Reverse-injection defence for pass-through tools belongs in the LLM's system prompt: instruct the model to treat content from these tools as untrusted data, not instructions. |
0ms |
| T09-TOOL-search_code | INFO | Output Sanitization → search_code |
Tool 'search_code' is a data pass-through surface (file/diff/fetch/search). Output reflects external data verbatim; reve…
Remediation:
Reverse-injection defence for pass-through tools belongs in the LLM's system prompt: instruct the model to treat content from these tools as untrusted data, not instructions. |
0ms |
| T09-TOOL-search_issues | INFO | Output Sanitization → search_issues |
Tool 'search_issues' is a data pass-through surface (file/diff/fetch/search). Output reflects external data verbatim; re…
Remediation:
Reverse-injection defence for pass-through tools belongs in the LLM's system prompt: instruct the model to treat content from these tools as untrusted data, not instructions. |
0ms |
| T09-TOOL-search_repositories | INFO | Output Sanitization → search_repositories |
Tool 'search_repositories' is a data pass-through surface (file/diff/fetch/search). Output reflects external data verbat…
Remediation:
Reverse-injection defence for pass-through tools belongs in the LLM's system prompt: instruct the model to treat content from these tools as untrusted data, not instructions. |
0ms |
| T09-TOOL-search_users | INFO | Output Sanitization → search_users |
Tool 'search_users' is a data pass-through surface (file/diff/fetch/search). Output reflects external data verbatim; rev…
Remediation:
Reverse-injection defence for pass-through tools belongs in the LLM's system prompt: instruct the model to treat content from these tools as untrusted data, not instructions. |
0ms |
| T13-002 | INFO | Unsolicited Sampling Requests | MCP client SDK does not expose an incoming-request hook; unsolicited sampling detection relies on capability audit (T13-001). | 16ms |
| T15-TOOL-create_issue | INFO | Reentrancy → create_issue | Tool 'create_issue' rejected or failed all 6 concurrent probes; reentrancy could not be evaluated. | 3ms |
| T15-TOOL-create_or_update_file | INFO | Reentrancy → create_or_update_file | Tool 'create_or_update_file' rejected or failed all 6 concurrent probes; reentrancy could not be evaluated. | 3ms |
| T15-TOOL-get_file_contents | INFO | Reentrancy → get_file_contents | Tool 'get_file_contents' rejected or failed all 6 concurrent probes; reentrancy could not be evaluated. | 3ms |
| T15-TOOL-push_files | INFO | Reentrancy → push_files | Tool 'push_files' rejected or failed all 6 concurrent probes; reentrancy could not be evaluated. | 14ms |
| T17-002 | INFO | Description Fingerprint Inventory |
Catalogued 26 SHA-256 description fingerprints. Use `mcpsafe compare` to detect drift across scans.tool:create_or_update_file = aa0459eb1f7b13b33de161939a9b616bfab15ea4ee6989ebb0765bf4aa9c5961
tool:search_repositories = 852ab8e4dc342691b40838ad162a527a5b6c95b344717696977c57f560b548dc
tool:create_repository = 9d769f07a0aec0d1910cf0f8b8a5ea0b3f5f46656dde5c7f3e381969f49c0707
tool:get_file_contents = 2f62329a2a944e0163f3ef127cce0831852797224fcb3bb2832bd01356a008f3
tool:push_files = d208d3feb3cf61f8f9d5a0e17bc30ec50cfc5cf31f095ca431d62b2db16f7a7c
tool:create_issue = 4a8d4d687aa8b7d2a6067be136de6d924093b3438e932c1941e51a3bf54800c6
tool:create_pull_request = 80d1c68ed495090f561571ce616273e156ed82c74990347cbd0d1d1b8ccb6ddf
tool:fork_repository = be91cc0cf9a10dad7016e4fc772ac605f6ad06c46434eaf24e9d8cb06e4004f9
tool:create_branch = c4121c219fe3a4fe8d0623b6eeaaf5ebca14caf9adbff32b3f1c4c69e1859ce8
tool:list_commits = 2b50e033ad34598b98c22fade690cfa5b9796feefedfaee01e13b404c06dac26
tool:list_issues = 23ffd43221e1be1e8f5b8fc812a9ef5fbc0f5706d7b75e039c7057b001c2c5c4
tool:update_issue = b7dccc7c65671f9c2ade507a77ce6a7f7caf68a2c9b955232d674083fd21004c
tool:add_issue_comment = 5863c1d92dfc640c5345448c785b09aa829389a63f1ee79c7778aca478bbe833
tool:search_code = c303d4572e5681aa2328fbb4904d5e82ad5a8c3261487f15c58a096b365c9904
tool:search_issues = 0b92abddd69d38ddbcef0ff8e8bced4e03649708f17be60407f88a97678ddddd
tool:search_users = bbd191ec3c0af4d7116be967913e2ed3e7bca01abb5398f052cd6482e5785c39
tool:get_issue = b14bf79722570865656b8430a2483f4da05ad4622f051c58676e49666080379c
tool:get_pull_request = 4ba1f5264d08048d7985141c49ec78b4e54eb98f832fb777e4b7eeaf03bdb273
tool:list_pull_requests = 1b2f83c052e403405c0c75089855c385543d6a16e85541c9c9d22aa9a64a1c1a
tool:create_pull_request_review = 2a35c77c4b35ec604fae6fd494306d6259e7b463515249248455ba5d52d1919c
tool:merge_pull_request = b426baecd987382a2d0e9ddfd213c2dc59b9fe064f5a990a07377f245952832a
tool:get_pull_request_files = bdb8cca5ad77bbf07a11f5e627b797b832e340fdf65e4cdf2bfd1027d32a0c2e
tool:get_pull_request_status = 7078667613c607f591364be…
|
0ms |
| T18-001 | INFO | SSRF — Summary | Server does not expose resources/read; SSRF probes skipped. | 0ms |
| T02-add_issue_comment-PI-001 | PASS | Injection PI-001 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T02-add_issue_comment-PI-002 | PASS | Injection PI-002 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
2ms |
| T02-add_issue_comment-PI-003 | PASS | Injection PI-003 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T02-add_issue_comment-PI-004 | PASS | Injection PI-004 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T02-add_issue_comment-PI-005 | PASS | Injection PI-005 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
2ms |
| T02-add_issue_comment-PI-006 | PASS | Injection PI-006 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
6ms |
| T02-add_issue_comment-PI-007 | PASS | Injection PI-007 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T02-add_issue_comment-PI-008 | PASS | Injection PI-008 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
2ms |
| T02-add_issue_comment-PI-009 | PASS | Injection PI-009 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
2ms |
| T02-add_issue_comment-PI-010 | PASS | Injection PI-010 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
2ms |
| T02-add_issue_comment-PI-011 | PASS | Injection PI-011 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
2ms |
| T02-add_issue_comment-PI-012 | PASS | Injection PI-012 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
15ms |
| T02-add_issue_comment-PI-013 | PASS | Injection PI-013 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
4ms |
| T02-add_issue_comment-PI-014 | PASS | Injection PI-014 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
2ms |
| T02-add_issue_comment-PI-015 | PASS | Injection PI-015 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
2ms |
| T02-add_issue_comment-PI-016 | PASS | Injection PI-016 → add_issue_comment |
Tool 'add_issue_comment' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
2ms |
| T02-create_branch-PI-001 | PASS | Injection PI-001 → create_branch |
Tool 'create_branch' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T02-create_branch-PI-002 | PASS | Injection PI-002 → create_branch |
Tool 'create_branch' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
2ms |
| T02-create_branch-PI-003 | PASS | Injection PI-003 → create_branch |
Tool 'create_branch' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T02-create_branch-PI-004 | PASS | Injection PI-004 → create_branch |
Tool 'create_branch' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
2ms |
| T02-create_branch-PI-005 | PASS | Injection PI-005 → create_branch |
Tool 'create_branch' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T02-create_branch-PI-006 | PASS | Injection PI-006 → create_branch |
Tool 'create_branch' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
2ms |
| T02-create_branch-PI-007 | PASS | Injection PI-007 → create_branch |
Tool 'create_branch' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T02-create_branch-PI-008 | PASS | Injection PI-008 → create_branch |
Tool 'create_branch' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
2ms |
| T02-create_branch-PI-009 | PASS | Injection PI-009 → create_branch |
Tool 'create_branch' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
2ms |
| T02-create_branch-PI-010 | PASS | Injection PI-010 → create_branch |
Tool 'create_branch' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
2ms |
| T02-create_branch-PI-011 | PASS | Injection PI-011 → create_branch |
Tool 'create_branch' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
2ms |
| T02-create_branch-PI-012 | PASS | Injection PI-012 → create_branch |
Tool 'create_branch' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
14ms |
| T02-create_branch-PI-013 | PASS | Injection PI-013 → create_branch |
Tool 'create_branch' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
2ms |
| T02-create_branch-PI-014 | PASS | Injection PI-014 → create_branch |
Tool 'create_branch' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
2ms |
| T02-create_branch-PI-015 | PASS | Injection PI-015 → create_branch |
Tool 'create_branch' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T02-create_branch-PI-016 | PASS | Injection PI-016 → create_branch |
Tool 'create_branch' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T02-create_issue-PI-001 | PASS | Injection PI-001 → create_issue |
Tool 'create_issue' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T02-create_issue-PI-002 | PASS | Injection PI-002 → create_issue |
Tool 'create_issue' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T02-create_issue-PI-003 | PASS | Injection PI-003 → create_issue |
Tool 'create_issue' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T02-create_issue-PI-004 | PASS | Injection PI-004 → create_issue |
Tool 'create_issue' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T02-create_issue-PI-005 | PASS | Injection PI-005 → create_issue |
Tool 'create_issue' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T02-create_issue-PI-006 | PASS | Injection PI-006 → create_issue |
Tool 'create_issue' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T02-create_issue-PI-007 | PASS | Injection PI-007 → create_issue |
Tool 'create_issue' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T02-create_issue-PI-008 | PASS | Injection PI-008 → create_issue |
Tool 'create_issue' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T02-create_issue-PI-009 | PASS | Injection PI-009 → create_issue |
Tool 'create_issue' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T02-create_issue-PI-010 | PASS | Injection PI-010 → create_issue |
Tool 'create_issue' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T02-create_issue-PI-011 | PASS | Injection PI-011 → create_issue |
Tool 'create_issue' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T02-create_issue-PI-012 | PASS | Injection PI-012 → create_issue |
Tool 'create_issue' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T02-create_issue-PI-013 | PASS | Injection PI-013 → create_issue |
Tool 'create_issue' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T02-create_issue-PI-014 | PASS | Injection PI-014 → create_issue |
Tool 'create_issue' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T02-create_issue-PI-015 | PASS | Injection PI-015 → create_issue |
Tool 'create_issue' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T02-create_issue-PI-016 | PASS | Injection PI-016 → create_issue |
Tool 'create_issue' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T02-create_or_update_file-PI-001 | PASS | Injection PI-001 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
4ms |
| T02-create_or_update_file-PI-002 | PASS | Injection PI-002 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
6ms |
| T02-create_or_update_file-PI-003 | PASS | Injection PI-003 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
2ms |
| T02-create_or_update_file-PI-004 | PASS | Injection PI-004 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
3ms |
| T02-create_or_update_file-PI-005 | PASS | Injection PI-005 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
2ms |
| T02-create_or_update_file-PI-006 | PASS | Injection PI-006 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
3ms |
| T02-create_or_update_file-PI-007 | PASS | Injection PI-007 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
2ms |
| T02-create_or_update_file-PI-008 | PASS | Injection PI-008 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
2ms |
| T02-create_or_update_file-PI-009 | PASS | Injection PI-009 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
4ms |
| T02-create_or_update_file-PI-010 | PASS | Injection PI-010 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
9ms |
| T02-create_or_update_file-PI-011 | PASS | Injection PI-011 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
3ms |
| T02-create_or_update_file-PI-012 | PASS | Injection PI-012 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
7ms |
| T02-create_or_update_file-PI-013 | PASS | Injection PI-013 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
12ms |
| T02-create_or_update_file-PI-014 | PASS | Injection PI-014 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
5ms |
| T02-create_or_update_file-PI-015 | PASS | Injection PI-015 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
2ms |
| T02-create_or_update_file-PI-016 | PASS | Injection PI-016 → create_or_update_file |
Tool 'create_or_update_file' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
3ms |
| T02-create_pull_request-PI-001 | PASS | Injection PI-001 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-002 | PASS | Injection PI-002 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-003 | PASS | Injection PI-003 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-004 | PASS | Injection PI-004 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-005 | PASS | Injection PI-005 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-006 | PASS | Injection PI-006 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T02-create_pull_request-PI-007 | PASS | Injection PI-007 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T02-create_pull_request-PI-008 | PASS | Injection PI-008 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-009 | PASS | Injection PI-009 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-010 | PASS | Injection PI-010 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-011 | PASS | Injection PI-011 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-012 | PASS | Injection PI-012 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-013 | PASS | Injection PI-013 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-014 | PASS | Injection PI-014 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T02-create_pull_request-PI-015 | PASS | Injection PI-015 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request-PI-016 | PASS | Injection PI-016 → create_pull_request |
Tool 'create_pull_request' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T02-create_pull_request_review-PI-001 | PASS | Injection PI-001 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-002 | PASS | Injection PI-002 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-003 | PASS | Injection PI-003 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-004 | PASS | Injection PI-004 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-005 | PASS | Injection PI-005 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-006 | PASS | Injection PI-006 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-007 | PASS | Injection PI-007 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-008 | PASS | Injection PI-008 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-008 (Right-to-left override unicode) — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-009 | PASS | Injection PI-009 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-010 | PASS | Injection PI-010 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-011 | PASS | Injection PI-011 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
2ms |
| T02-create_pull_request_review-PI-012 | PASS | Injection PI-012 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
2ms |
| T02-create_pull_request_review-PI-013 | PASS | Injection PI-013 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-014 | PASS | Injection PI-014 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
2ms |
| T02-create_pull_request_review-PI-015 | PASS | Injection PI-015 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-015 (Jinja template injection) — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_pull_request_review-PI-016 | PASS | Injection PI-016 → create_pull_request_review |
Tool 'create_pull_request_review' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T02-create_repository-PI-001 | PASS | Injection PI-001 → create_repository |
Tool 'create_repository' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-create_repository-PI-002 | PASS | Injection PI-002 → create_repository |
Tool 'create_repository' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-create_repository-PI-003 | PASS | Injection PI-003 → create_repository |
Tool 'create_repository' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-create_repository-PI-004 | PASS | Injection PI-004 → create_repository |
Tool 'create_repository' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-create_repository-PI-005 | PASS | Injection PI-005 → create_repository |
Tool 'create_repository' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-create_repository-PI-006 | PASS | Injection PI-006 → create_repository |
Tool 'create_repository' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-create_repository-PI-007 | PASS | Injection PI-007 → create_repository |
Tool 'create_repository' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-create_repository-PI-008 | PASS | Injection PI-008 → create_repository |
Tool 'create_repository' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-create_repository-PI-009 | PASS | Injection PI-009 → create_repository |
Tool 'create_repository' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-create_repository-PI-010 | PASS | Injection PI-010 → create_repository |
Tool 'create_repository' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-create_repository-PI-011 | PASS | Injection PI-011 → create_repository |
Tool 'create_repository' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-create_repository-PI-012 | PASS | Injection PI-012 → create_repository |
Tool 'create_repository' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-create_repository-PI-013 | PASS | Injection PI-013 → create_repository |
Tool 'create_repository' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-create_repository-PI-014 | PASS | Injection PI-014 → create_repository |
Tool 'create_repository' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: fetch failed
|
6ms |
| T02-create_repository-PI-015 | PASS | Injection PI-015 → create_repository |
Tool 'create_repository' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-create_repository-PI-016 | PASS | Injection PI-016 → create_repository |
Tool 'create_repository' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-fork_repository-PI-001 | PASS | Injection PI-001 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-fork_repository-PI-002 | PASS | Injection PI-002 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-fork_repository-PI-003 | PASS | Injection PI-003 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-fork_repository-PI-004 | PASS | Injection PI-004 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-fork_repository-PI-005 | PASS | Injection PI-005 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-fork_repository-PI-006 | PASS | Injection PI-006 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-fork_repository-PI-007 | PASS | Injection PI-007 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
3ms |
| T02-fork_repository-PI-008 | PASS | Injection PI-008 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-fork_repository-PI-009 | PASS | Injection PI-009 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-fork_repository-PI-010 | PASS | Injection PI-010 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-fork_repository-PI-011 | PASS | Injection PI-011 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-fork_repository-PI-012 | PASS | Injection PI-012 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-fork_repository-PI-013 | PASS | Injection PI-013 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-fork_repository-PI-014 | PASS | Injection PI-014 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
3ms |
| T02-fork_repository-PI-015 | PASS | Injection PI-015 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-fork_repository-PI-016 | PASS | Injection PI-016 → fork_repository |
Tool 'fork_repository' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-get_file_contents-PI-001 | PASS | Injection PI-001 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T02-get_file_contents-PI-002 | PASS | Injection PI-002 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T02-get_file_contents-PI-003 | PASS | Injection PI-003 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T02-get_file_contents-PI-004 | PASS | Injection PI-004 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T02-get_file_contents-PI-005 | PASS | Injection PI-005 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T02-get_file_contents-PI-006 | PASS | Injection PI-006 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T02-get_file_contents-PI-007 | PASS | Injection PI-007 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T02-get_file_contents-PI-008 | PASS | Injection PI-008 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T02-get_file_contents-PI-009 | PASS | Injection PI-009 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T02-get_file_contents-PI-010 | PASS | Injection PI-010 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T02-get_file_contents-PI-011 | PASS | Injection PI-011 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T02-get_file_contents-PI-012 | PASS | Injection PI-012 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T02-get_file_contents-PI-013 | PASS | Injection PI-013 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T02-get_file_contents-PI-014 | PASS | Injection PI-014 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T02-get_file_contents-PI-015 | PASS | Injection PI-015 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T02-get_file_contents-PI-016 | PASS | Injection PI-016 → get_file_contents |
Tool 'get_file_contents' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-001 | PASS | Injection PI-001 → get_issue |
Tool 'get_issue' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-002 | PASS | Injection PI-002 → get_issue |
Tool 'get_issue' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-003 | PASS | Injection PI-003 → get_issue |
Tool 'get_issue' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-get_issue-PI-004 | PASS | Injection PI-004 → get_issue |
Tool 'get_issue' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-005 | PASS | Injection PI-005 → get_issue |
Tool 'get_issue' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-006 | PASS | Injection PI-006 → get_issue |
Tool 'get_issue' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-007 | PASS | Injection PI-007 → get_issue |
Tool 'get_issue' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-get_issue-PI-008 | PASS | Injection PI-008 → get_issue |
Tool 'get_issue' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-009 | PASS | Injection PI-009 → get_issue |
Tool 'get_issue' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-010 | PASS | Injection PI-010 → get_issue |
Tool 'get_issue' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-011 | PASS | Injection PI-011 → get_issue |
Tool 'get_issue' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-012 | PASS | Injection PI-012 → get_issue |
Tool 'get_issue' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-get_issue-PI-013 | PASS | Injection PI-013 → get_issue |
Tool 'get_issue' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-014 | PASS | Injection PI-014 → get_issue |
Tool 'get_issue' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-015 | PASS | Injection PI-015 → get_issue |
Tool 'get_issue' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_issue-PI-016 | PASS | Injection PI-016 → get_issue |
Tool 'get_issue' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request-PI-001 | PASS | Injection PI-001 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request-PI-002 | PASS | Injection PI-002 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request-PI-003 | PASS | Injection PI-003 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
6ms |
| T02-get_pull_request-PI-004 | PASS | Injection PI-004 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
3ms |
| T02-get_pull_request-PI-005 | PASS | Injection PI-005 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
65ms |
| T02-get_pull_request-PI-006 | PASS | Injection PI-006 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request-PI-007 | PASS | Injection PI-007 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
4ms |
| T02-get_pull_request-PI-008 | PASS | Injection PI-008 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request-PI-009 | PASS | Injection PI-009 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request-PI-010 | PASS | Injection PI-010 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request-PI-011 | PASS | Injection PI-011 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request-PI-012 | PASS | Injection PI-012 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request-PI-013 | PASS | Injection PI-013 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request-PI-014 | PASS | Injection PI-014 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request-PI-015 | PASS | Injection PI-015 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request-PI-016 | PASS | Injection PI-016 → get_pull_request |
Tool 'get_pull_request' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-001 | PASS | Injection PI-001 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-002 | PASS | Injection PI-002 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-003 | PASS | Injection PI-003 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-004 | PASS | Injection PI-004 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-005 | PASS | Injection PI-005 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-006 | PASS | Injection PI-006 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_comments-PI-007 | PASS | Injection PI-007 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-008 | PASS | Injection PI-008 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-008 (Right-to-left override unicode) — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-009 | PASS | Injection PI-009 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-010 | PASS | Injection PI-010 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-011 | PASS | Injection PI-011 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-012 | PASS | Injection PI-012 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-013 | PASS | Injection PI-013 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-014 | PASS | Injection PI-014 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_comments-PI-015 | PASS | Injection PI-015 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_comments-PI-016 | PASS | Injection PI-016 → get_pull_request_comments |
Tool 'get_pull_request_comments' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_files-PI-001 | PASS | Injection PI-001 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_files-PI-002 | PASS | Injection PI-002 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_files-PI-003 | PASS | Injection PI-003 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_files-PI-004 | PASS | Injection PI-004 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_files-PI-005 | PASS | Injection PI-005 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_files-PI-006 | PASS | Injection PI-006 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_files-PI-007 | PASS | Injection PI-007 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_files-PI-008 | PASS | Injection PI-008 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-008 (Right-to-left override unicode) — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_files-PI-009 | PASS | Injection PI-009 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_files-PI-010 | PASS | Injection PI-010 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_files-PI-011 | PASS | Injection PI-011 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
11ms |
| T02-get_pull_request_files-PI-012 | PASS | Injection PI-012 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_files-PI-013 | PASS | Injection PI-013 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_files-PI-014 | PASS | Injection PI-014 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
3ms |
| T02-get_pull_request_files-PI-015 | PASS | Injection PI-015 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_files-PI-016 | PASS | Injection PI-016 → get_pull_request_files |
Tool 'get_pull_request_files' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-001 | PASS | Injection PI-001 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-002 | PASS | Injection PI-002 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_reviews-PI-003 | PASS | Injection PI-003 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-004 | PASS | Injection PI-004 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-005 | PASS | Injection PI-005 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-006 | PASS | Injection PI-006 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-007 | PASS | Injection PI-007 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-008 | PASS | Injection PI-008 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-009 | PASS | Injection PI-009 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-010 | PASS | Injection PI-010 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-011 | PASS | Injection PI-011 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-012 | PASS | Injection PI-012 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-013 | PASS | Injection PI-013 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_reviews-PI-014 | PASS | Injection PI-014 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_reviews-PI-015 | PASS | Injection PI-015 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_reviews-PI-016 | PASS | Injection PI-016 → get_pull_request_reviews |
Tool 'get_pull_request_reviews' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_status-PI-001 | PASS | Injection PI-001 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_status-PI-002 | PASS | Injection PI-002 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_status-PI-003 | PASS | Injection PI-003 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_status-PI-004 | PASS | Injection PI-004 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_status-PI-005 | PASS | Injection PI-005 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_status-PI-006 | PASS | Injection PI-006 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_status-PI-007 | PASS | Injection PI-007 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_status-PI-008 | PASS | Injection PI-008 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_status-PI-009 | PASS | Injection PI-009 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_status-PI-010 | PASS | Injection PI-010 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_status-PI-011 | PASS | Injection PI-011 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_status-PI-012 | PASS | Injection PI-012 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_status-PI-013 | PASS | Injection PI-013 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_status-PI-014 | PASS | Injection PI-014 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-get_pull_request_status-PI-015 | PASS | Injection PI-015 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-get_pull_request_status-PI-016 | PASS | Injection PI-016 → get_pull_request_status |
Tool 'get_pull_request_status' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-list_commits-PI-001 | PASS | Injection PI-001 → list_commits |
Tool 'list_commits' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_commits-PI-002 | PASS | Injection PI-002 → list_commits |
Tool 'list_commits' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_commits-PI-003 | PASS | Injection PI-003 → list_commits |
Tool 'list_commits' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_commits-PI-004 | PASS | Injection PI-004 → list_commits |
Tool 'list_commits' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_commits-PI-005 | PASS | Injection PI-005 → list_commits |
Tool 'list_commits' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_commits-PI-006 | PASS | Injection PI-006 → list_commits |
Tool 'list_commits' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_commits-PI-007 | PASS | Injection PI-007 → list_commits |
Tool 'list_commits' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_commits-PI-008 | PASS | Injection PI-008 → list_commits |
Tool 'list_commits' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_commits-PI-009 | PASS | Injection PI-009 → list_commits |
Tool 'list_commits' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_commits-PI-010 | PASS | Injection PI-010 → list_commits |
Tool 'list_commits' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_commits-PI-011 | PASS | Injection PI-011 → list_commits |
Tool 'list_commits' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_commits-PI-012 | PASS | Injection PI-012 → list_commits |
Tool 'list_commits' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_commits-PI-013 | PASS | Injection PI-013 → list_commits |
Tool 'list_commits' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_commits-PI-014 | PASS | Injection PI-014 → list_commits |
Tool 'list_commits' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_commits-PI-015 | PASS | Injection PI-015 → list_commits |
Tool 'list_commits' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_commits-PI-016 | PASS | Injection PI-016 → list_commits |
Tool 'list_commits' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_issues-PI-001 | PASS | Injection PI-001 → list_issues |
Tool 'list_issues' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_issues-PI-002 | PASS | Injection PI-002 → list_issues |
Tool 'list_issues' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_issues-PI-003 | PASS | Injection PI-003 → list_issues |
Tool 'list_issues' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_issues-PI-004 | PASS | Injection PI-004 → list_issues |
Tool 'list_issues' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_issues-PI-005 | PASS | Injection PI-005 → list_issues |
Tool 'list_issues' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_issues-PI-006 | PASS | Injection PI-006 → list_issues |
Tool 'list_issues' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_issues-PI-007 | PASS | Injection PI-007 → list_issues |
Tool 'list_issues' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_issues-PI-008 | PASS | Injection PI-008 → list_issues |
Tool 'list_issues' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_issues-PI-009 | PASS | Injection PI-009 → list_issues |
Tool 'list_issues' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_issues-PI-010 | PASS | Injection PI-010 → list_issues |
Tool 'list_issues' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_issues-PI-011 | PASS | Injection PI-011 → list_issues |
Tool 'list_issues' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_issues-PI-012 | PASS | Injection PI-012 → list_issues |
Tool 'list_issues' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_issues-PI-013 | PASS | Injection PI-013 → list_issues |
Tool 'list_issues' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_issues-PI-014 | PASS | Injection PI-014 → list_issues |
Tool 'list_issues' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_issues-PI-015 | PASS | Injection PI-015 → list_issues |
Tool 'list_issues' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_issues-PI-016 | PASS | Injection PI-016 → list_issues |
Tool 'list_issues' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_pull_requests-PI-001 | PASS | Injection PI-001 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_pull_requests-PI-002 | PASS | Injection PI-002 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_pull_requests-PI-003 | PASS | Injection PI-003 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_pull_requests-PI-004 | PASS | Injection PI-004 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_pull_requests-PI-005 | PASS | Injection PI-005 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_pull_requests-PI-006 | PASS | Injection PI-006 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_pull_requests-PI-007 | PASS | Injection PI-007 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_pull_requests-PI-008 | PASS | Injection PI-008 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_pull_requests-PI-009 | PASS | Injection PI-009 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_pull_requests-PI-010 | PASS | Injection PI-010 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
8ms |
| T02-list_pull_requests-PI-011 | PASS | Injection PI-011 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T02-list_pull_requests-PI-012 | PASS | Injection PI-012 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
70ms |
| T02-list_pull_requests-PI-013 | PASS | Injection PI-013 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
4ms |
| T02-list_pull_requests-PI-014 | PASS | Injection PI-014 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
4ms |
| T02-list_pull_requests-PI-015 | PASS | Injection PI-015 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-list_pull_requests-PI-016 | PASS | Injection PI-016 → list_pull_requests |
Tool 'list_pull_requests' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T02-merge_pull_request-PI-001 | PASS | Injection PI-001 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-merge_pull_request-PI-002 | PASS | Injection PI-002 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-merge_pull_request-PI-003 | PASS | Injection PI-003 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-merge_pull_request-PI-004 | PASS | Injection PI-004 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-merge_pull_request-PI-005 | PASS | Injection PI-005 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-merge_pull_request-PI-006 | PASS | Injection PI-006 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-merge_pull_request-PI-007 | PASS | Injection PI-007 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-merge_pull_request-PI-008 | PASS | Injection PI-008 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-merge_pull_request-PI-009 | PASS | Injection PI-009 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-merge_pull_request-PI-010 | PASS | Injection PI-010 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-merge_pull_request-PI-011 | PASS | Injection PI-011 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-merge_pull_request-PI-012 | PASS | Injection PI-012 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-merge_pull_request-PI-013 | PASS | Injection PI-013 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-merge_pull_request-PI-014 | PASS | Injection PI-014 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-merge_pull_request-PI-015 | PASS | Injection PI-015 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-merge_pull_request-PI-016 | PASS | Injection PI-016 → merge_pull_request |
Tool 'merge_pull_request' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-push_files-PI-001 | PASS | Injection PI-001 → push_files |
Tool 'push_files' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
1ms |
| T02-push_files-PI-002 | PASS | Injection PI-002 → push_files |
Tool 'push_files' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
1ms |
| T02-push_files-PI-003 | PASS | Injection PI-003 → push_files |
Tool 'push_files' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
1ms |
| T02-push_files-PI-004 | PASS | Injection PI-004 → push_files |
Tool 'push_files' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
3ms |
| T02-push_files-PI-005 | PASS | Injection PI-005 → push_files |
Tool 'push_files' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
11ms |
| T02-push_files-PI-006 | PASS | Injection PI-006 → push_files |
Tool 'push_files' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
1ms |
| T02-push_files-PI-007 | PASS | Injection PI-007 → push_files |
Tool 'push_files' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
2ms |
| T02-push_files-PI-008 | PASS | Injection PI-008 → push_files |
Tool 'push_files' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
1ms |
| T02-push_files-PI-009 | PASS | Injection PI-009 → push_files |
Tool 'push_files' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
2ms |
| T02-push_files-PI-010 | PASS | Injection PI-010 → push_files |
Tool 'push_files' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
1ms |
| T02-push_files-PI-011 | PASS | Injection PI-011 → push_files |
Tool 'push_files' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
1ms |
| T02-push_files-PI-012 | PASS | Injection PI-012 → push_files |
Tool 'push_files' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
1ms |
| T02-push_files-PI-013 | PASS | Injection PI-013 → push_files |
Tool 'push_files' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
1ms |
| T02-push_files-PI-014 | PASS | Injection PI-014 → push_files |
Tool 'push_files' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
2ms |
| T02-push_files-PI-015 | PASS | Injection PI-015 → push_files |
Tool 'push_files' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
2ms |
| T02-push_files-PI-016 | PASS | Injection PI-016 → push_files |
Tool 'push_files' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
2ms |
| T02-search_code-PI-001 | PASS | Injection PI-001 → search_code |
Tool 'search_code' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_code-PI-002 | PASS | Injection PI-002 → search_code |
Tool 'search_code' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_code-PI-003 | PASS | Injection PI-003 → search_code |
Tool 'search_code' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_code-PI-004 | PASS | Injection PI-004 → search_code |
Tool 'search_code' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_code-PI-005 | PASS | Injection PI-005 → search_code |
Tool 'search_code' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_code-PI-006 | PASS | Injection PI-006 → search_code |
Tool 'search_code' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_code-PI-007 | PASS | Injection PI-007 → search_code |
Tool 'search_code' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_code-PI-008 | PASS | Injection PI-008 → search_code |
Tool 'search_code' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_code-PI-009 | PASS | Injection PI-009 → search_code |
Tool 'search_code' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_code-PI-010 | PASS | Injection PI-010 → search_code |
Tool 'search_code' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_code-PI-011 | PASS | Injection PI-011 → search_code |
Tool 'search_code' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_code-PI-012 | PASS | Injection PI-012 → search_code |
Tool 'search_code' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_code-PI-013 | PASS | Injection PI-013 → search_code |
Tool 'search_code' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_code-PI-014 | PASS | Injection PI-014 → search_code |
Tool 'search_code' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: fetch failed
|
10ms |
| T02-search_code-PI-015 | PASS | Injection PI-015 → search_code |
Tool 'search_code' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_code-PI-016 | PASS | Injection PI-016 → search_code |
Tool 'search_code' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_issues-PI-001 | PASS | Injection PI-001 → search_issues |
Tool 'search_issues' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_issues-PI-002 | PASS | Injection PI-002 → search_issues |
Tool 'search_issues' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_issues-PI-003 | PASS | Injection PI-003 → search_issues |
Tool 'search_issues' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_issues-PI-004 | PASS | Injection PI-004 → search_issues |
Tool 'search_issues' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_issues-PI-005 | PASS | Injection PI-005 → search_issues |
Tool 'search_issues' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: fetch failed
|
11ms |
| T02-search_issues-PI-006 | PASS | Injection PI-006 → search_issues |
Tool 'search_issues' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: fetch failed
|
13ms |
| T02-search_issues-PI-007 | PASS | Injection PI-007 → search_issues |
Tool 'search_issues' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: fetch failed
|
78ms |
| T02-search_issues-PI-008 | PASS | Injection PI-008 → search_issues |
Tool 'search_issues' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: fetch failed
|
9ms |
| T02-search_issues-PI-009 | PASS | Injection PI-009 → search_issues |
Tool 'search_issues' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_issues-PI-010 | PASS | Injection PI-010 → search_issues |
Tool 'search_issues' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_issues-PI-011 | PASS | Injection PI-011 → search_issues |
Tool 'search_issues' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_issues-PI-012 | PASS | Injection PI-012 → search_issues |
Tool 'search_issues' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_issues-PI-013 | PASS | Injection PI-013 → search_issues |
Tool 'search_issues' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_issues-PI-014 | PASS | Injection PI-014 → search_issues |
Tool 'search_issues' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: fetch failed
|
16ms |
| T02-search_issues-PI-015 | PASS | Injection PI-015 → search_issues |
Tool 'search_issues' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: fetch failed
|
8ms |
| T02-search_issues-PI-016 | PASS | Injection PI-016 → search_issues |
Tool 'search_issues' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_repositories-PI-001 | PASS | Injection PI-001 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_repositories-PI-002 | PASS | Injection PI-002 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_repositories-PI-003 | PASS | Injection PI-003 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_repositories-PI-004 | PASS | Injection PI-004 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_repositories-PI-005 | PASS | Injection PI-005 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: fetch failed
|
8ms |
| T02-search_repositories-PI-006 | PASS | Injection PI-006 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_repositories-PI-007 | PASS | Injection PI-007 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_repositories-PI-008 | PASS | Injection PI-008 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: fetch failed
|
7ms |
| T02-search_repositories-PI-009 | PASS | Injection PI-009 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_repositories-PI-010 | PASS | Injection PI-010 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_repositories-PI-011 | PASS | Injection PI-011 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_repositories-PI-012 | PASS | Injection PI-012 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_repositories-PI-013 | PASS | Injection PI-013 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: fetch failed
|
7ms |
| T02-search_repositories-PI-014 | PASS | Injection PI-014 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: fetch failed
|
15ms |
| T02-search_repositories-PI-015 | PASS | Injection PI-015 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_repositories-PI-016 | PASS | Injection PI-016 → search_repositories |
Tool 'search_repositories' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: fetch failed
|
14ms |
| T02-search_users-PI-001 | PASS | Injection PI-001 → search_users |
Tool 'search_users' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_users-PI-002 | PASS | Injection PI-002 → search_users |
Tool 'search_users' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_users-PI-003 | PASS | Injection PI-003 → search_users |
Tool 'search_users' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_users-PI-004 | PASS | Injection PI-004 → search_users |
Tool 'search_users' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_users-PI-005 | PASS | Injection PI-005 → search_users |
Tool 'search_users' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_users-PI-006 | PASS | Injection PI-006 → search_users |
Tool 'search_users' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_users-PI-007 | PASS | Injection PI-007 → search_users |
Tool 'search_users' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_users-PI-008 | PASS | Injection PI-008 → search_users |
Tool 'search_users' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_users-PI-009 | PASS | Injection PI-009 → search_users |
Tool 'search_users' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_users-PI-010 | PASS | Injection PI-010 → search_users |
Tool 'search_users' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_users-PI-011 | PASS | Injection PI-011 → search_users |
Tool 'search_users' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-search_users-PI-012 | PASS | Injection PI-012 → search_users |
Tool 'search_users' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_users-PI-013 | PASS | Injection PI-013 → search_users |
Tool 'search_users' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_users-PI-014 | PASS | Injection PI-014 → search_users |
Tool 'search_users' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: fetch failed
|
5ms |
| T02-search_users-PI-015 | PASS | Injection PI-015 → search_users |
Tool 'search_users' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: fetch failed
|
4ms |
| T02-search_users-PI-016 | PASS | Injection PI-016 → search_users |
Tool 'search_users' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: fetch failed
|
3ms |
| T02-update_issue-PI-001 | PASS | Injection PI-001 → update_issue |
Tool 'update_issue' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-update_issue-PI-002 | PASS | Injection PI-002 → update_issue |
Tool 'update_issue' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-update_issue-PI-003 | PASS | Injection PI-003 → update_issue |
Tool 'update_issue' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-update_issue-PI-004 | PASS | Injection PI-004 → update_issue |
Tool 'update_issue' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-update_issue-PI-005 | PASS | Injection PI-005 → update_issue |
Tool 'update_issue' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-update_issue-PI-006 | PASS | Injection PI-006 → update_issue |
Tool 'update_issue' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-update_issue-PI-007 | PASS | Injection PI-007 → update_issue |
Tool 'update_issue' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-update_issue-PI-008 | PASS | Injection PI-008 → update_issue |
Tool 'update_issue' returned a structured error for PI-008 (Right-to-left override unicode) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-update_issue-PI-009 | PASS | Injection PI-009 → update_issue |
Tool 'update_issue' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-update_issue-PI-010 | PASS | Injection PI-010 → update_issue |
Tool 'update_issue' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-update_issue-PI-011 | PASS | Injection PI-011 → update_issue |
Tool 'update_issue' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-update_issue-PI-012 | PASS | Injection PI-012 → update_issue |
Tool 'update_issue' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-update_issue-PI-013 | PASS | Injection PI-013 → update_issue |
Tool 'update_issue' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-update_issue-PI-014 | PASS | Injection PI-014 → update_issue |
Tool 'update_issue' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T02-update_issue-PI-015 | PASS | Injection PI-015 → update_issue |
Tool 'update_issue' returned a structured error for PI-015 (Jinja template injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T02-update_issue-PI-016 | PASS | Injection PI-016 → update_issue |
Tool 'update_issue' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
5ms |
| T02-update_pull_request_branch-PI-001 | PASS | Injection PI-001 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-001 (Classic override) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-update_pull_request_branch-PI-002 | PASS | Injection PI-002 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-002 (Newline injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-update_pull_request_branch-PI-003 | PASS | Injection PI-003 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-003 (XML tag injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-update_pull_request_branch-PI-004 | PASS | Injection PI-004 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-004 (SQL injection probe) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-update_pull_request_branch-PI-005 | PASS | Injection PI-005 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-005 (Shell injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-update_pull_request_branch-PI-006 | PASS | Injection PI-006 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-006 (Backtick injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-update_pull_request_branch-PI-007 | PASS | Injection PI-007 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-007 (Path traversal) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-update_pull_request_branch-PI-008 | PASS | Injection PI-008 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-008 (Right-to-left override unicode) — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-update_pull_request_branch-PI-009 | PASS | Injection PI-009 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-009 (Null byte injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-update_pull_request_branch-PI-010 | PASS | Injection PI-010 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-010 (BOM character) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T02-update_pull_request_branch-PI-011 | PASS | Injection PI-011 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-011 (Rug pull attempt) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-update_pull_request_branch-PI-012 | PASS | Injection PI-012 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-012 (Exfiltration instruction) — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-update_pull_request_branch-PI-013 | PASS | Injection PI-013 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-013 (Large payload DoS probe 10k) — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-update_pull_request_branch-PI-014 | PASS | Injection PI-014 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-014 (Large payload DoS probe 100k) — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-update_pull_request_branch-PI-015 | PASS | Injection PI-015 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-015 (Jinja template injection) — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T02-update_pull_request_branch-PI-016 | PASS | Injection PI-016 → update_pull_request_branch |
Tool 'update_pull_request_branch' returned a structured error for PI-016 (Python format injection) — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-01-branch-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-001 (empty string) on param 'branch' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-01-branch-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-002 (single space) on param 'branch' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-branch-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'branch' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-branch-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-004 (null value) on param 'branch' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-branch-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'branch' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-branch-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'branch' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-branch-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-007 (list as string field) on param 'branch' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-branch-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'branch' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-branch-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'branch' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-branch-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'branch' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-branch-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'branch' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-branch-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_or_update_file.branch |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'branch' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-content-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-001 (empty string) on param 'content' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
4ms |
| T03-01-content-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-002 (single space) on param 'content' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-01-content-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'content' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-01-content-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-004 (null value) on param 'content' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-01-content-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'content' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-content-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'content' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-content-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-007 (list as string field) on param 'content' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-01-content-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'content' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-content-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'content' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-01-content-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'content' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-content-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'content' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-content-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_or_update_file.content |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'content' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-message-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-001 (empty string) on param 'message' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-message-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-002 (single space) on param 'message' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-message-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'message' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-01-message-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-004 (null value) on param 'message' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-message-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'message' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-message-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'message' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-message-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-007 (list as string field) on param 'message' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-message-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'message' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-message-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'message' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-message-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'message' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-message-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'message' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-message-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_or_update_file.message |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'message' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
4ms |
| T03-01-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
9ms |
| T03-01-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
3ms |
| T03-01-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
4ms |
| T03-01-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"und
|
4ms |
| T03-01-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-01-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received
|
3ms |
| T03-01-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"u
|
5ms |
| T03-01-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
9ms |
| T03-01-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
3ms |
| T03-01-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
8ms |
| T03-01-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
14ms |
| T03-01-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_or_update_file.owner |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["c
|
3ms |
| T03-01-path-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-001 (empty string) on param 'path' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
4ms |
| T03-01-path-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-002 (single space) on param 'path' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
5ms |
| T03-01-path-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'path' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-path-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-004 (null value) on param 'path' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["path"
|
3ms |
| T03-01-path-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'path' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["pat
|
3ms |
| T03-01-path-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'path' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["pa
|
6ms |
| T03-01-path-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-007 (list as string field) on param 'path' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["path
|
3ms |
| T03-01-path-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'path' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["pat
|
12ms |
| T03-01-path-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'path' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
4ms |
| T03-01-path-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'path' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
4ms |
| T03-01-path-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'path' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
12ms |
| T03-01-path-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_or_update_file.path |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'path' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-01-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
4ms |
| T03-01-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
5ms |
| T03-01-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-01-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"und
|
4ms |
| T03-01-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":
|
3ms |
| T03-01-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received
|
6ms |
| T03-01-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"u
|
3ms |
| T03-01-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":
|
4ms |
| T03-01-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
6ms |
| T03-01-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_or_update_file.repo |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-01-sha-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-001 (empty string) on param 'sha' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-sha-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-002 (single space) on param 'sha' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-sha-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'sha' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-sha-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-004 (null value) on param 'sha' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-sha-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'sha' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-sha-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'sha' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-sha-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-007 (list as string field) on param 'sha' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-sha-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'sha' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-sha-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'sha' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-01-sha-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'sha' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-sha-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'sha' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-01-sha-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_or_update_file.sha |
Tool 'create_or_update_file' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'sha' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-02-page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-INT-001 (zero) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
2ms |
| T03-02-page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-INT-002 (negative one) on param 'page' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
1ms |
| T03-02-page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-INT-003 (min int32) on param 'page' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
2ms |
| T03-02-page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-INT-004 (max int32) on param 'page' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
2ms |
| T03-02-page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-INT-006 (float as number) on param 'page' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
1ms |
| T03-02-page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-INT-007 (string as number) on param 'page' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-02-page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-INT-008 (null as number) on param 'page' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["page"],"message":"Expected number, received null"}]
|
1ms |
| T03-02-page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'page' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["page"],"message":"Expected number, received boolean"}]
|
1ms |
| T03-02-page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'page' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-02-page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'page' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-02-page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'page' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-02-page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'page' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
1ms |
| T03-02-page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → search_repositories.page |
Tool 'search_repositories' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'page' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
1ms |
| T03-02-perpage-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-INT-001 (zero) on param 'perPage' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
1ms |
| T03-02-perpage-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-INT-002 (negative one) on param 'perPage' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
2ms |
| T03-02-perpage-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-INT-003 (min int32) on param 'perPage' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
2ms |
| T03-02-perpage-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-INT-004 (max int32) on param 'perPage' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
2ms |
| T03-02-perpage-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-INT-006 (float as number) on param 'perPage' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
1ms |
| T03-02-perpage-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-INT-007 (string as number) on param 'perPage' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["perPage"],"message":"Expected number, received string"}]
|
1ms |
| T03-02-perpage-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-INT-008 (null as number) on param 'perPage' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["perPage"],"message":"Expected number, received null"}]
|
1ms |
| T03-02-perpage-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'perPage' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["perPage"],"message":"Expected number, received boolean"}]
|
1ms |
| T03-02-perpage-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'perPage' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["perPage"],"message":"Expected number, received string"}]
|
1ms |
| T03-02-perpage-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'perPage' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["perPage"],"message":"Expected number, received string"}]
|
1ms |
| T03-02-perpage-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'perPage' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["perPage"],"message":"Expected number, received string"}]
|
2ms |
| T03-02-perpage-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'perPage' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
1ms |
| T03-02-perpage-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → search_repositories.perPage |
Tool 'search_repositories' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'perPage' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
3ms |
| T03-02-query-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-001 (empty string) on param 'query' — handled gracef…McpError: fetch failed
|
14ms |
| T03-02-query-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-002 (single space) on param 'query' — handled gracef…McpError: fetch failed
|
5ms |
| T03-02-query-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'query' — handled gra…McpError: fetch failed
|
4ms |
| T03-02-query-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-004 (null value) on param 'query' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["query"],"message":"Expected string, received null"}]
|
1ms |
| T03-02-query-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'query' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["query"],"message":"Expected string, received number"}]
|
1ms |
| T03-02-query-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'query' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["query"],"message":"Expected string, received boolean"}]
|
1ms |
| T03-02-query-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-007 (list as string field) on param 'query' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["query"],"message":"Expected string, received array"}]
|
1ms |
| T03-02-query-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'query' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["query"],"message":"Expected string, received object"}]
|
2ms |
| T03-02-query-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'query' — handle…McpError: fetch failed
|
4ms |
| T03-02-query-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'query' — handled g…McpError: fetch failed
|
4ms |
| T03-02-query-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'query' — handled…McpError: fetch failed
|
4ms |
| T03-02-query-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → search_repositories.query |
Tool 'search_repositories' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'query' — handled …McpError: fetch failed
|
4ms |
| T03-03-autoinit-FUZZ-BOOL-001 | PASS | Fuzz FUZZ-BOOL-001 → create_repository.autoInit |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-001 (null as boolean) on param 'autoInit' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"null","path":["autoInit"],"message":"Expected boolean, received null"}]
|
1ms |
| T03-03-autoinit-FUZZ-BOOL-002 | PASS | Fuzz FUZZ-BOOL-002 → create_repository.autoInit |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-002 (string true) on param 'autoInit' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"string","path":["autoInit"],"message":"Expected boolean, received string"}]
|
2ms |
| T03-03-autoinit-FUZZ-BOOL-003 | PASS | Fuzz FUZZ-BOOL-003 → create_repository.autoInit |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-003 (string false) on param 'autoInit' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"string","path":["autoInit"],"message":"Expected boolean, received string"}]
|
2ms |
| T03-03-autoinit-FUZZ-BOOL-004 | PASS | Fuzz FUZZ-BOOL-004 → create_repository.autoInit |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-004 (integer zero) on param 'autoInit' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"number","path":["autoInit"],"message":"Expected boolean, received number"}]
|
2ms |
| T03-03-autoinit-FUZZ-BOOL-005 | PASS | Fuzz FUZZ-BOOL-005 → create_repository.autoInit |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-005 (integer one) on param 'autoInit' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"number","path":["autoInit"],"message":"Expected boolean, received number"}]
|
2ms |
| T03-03-autoinit-FUZZ-BOOL-006 | PASS | Fuzz FUZZ-BOOL-006 → create_repository.autoInit |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-006 (list as boolean) on param 'autoInit' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"array","path":["autoInit"],"message":"Expected boolean, received array"}]
|
2ms |
| T03-03-autoinit-FUZZ-BOOL-007 | PASS | Fuzz FUZZ-BOOL-007 → create_repository.autoInit |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-007 (dict as boolean) on param 'autoInit' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"object","path":["autoInit"],"message":"Expected boolean, received object"}]
|
2ms |
| T03-03-description-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-001 (empty string) on param 'description' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"}]
|
2ms |
| T03-03-description-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-002 (single space) on param 'description' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"}]
|
2ms |
| T03-03-description-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'description' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"}]
|
1ms |
| T03-03-description-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-004 (null value) on param 'description' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["description"],"message":"Expected string, received null"}]
|
2ms |
| T03-03-description-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'description' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["description"],"message":"Expected string, received number"}]
|
1ms |
| T03-03-description-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'description' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["description"],"message":"Expected string, received boolean"}]
|
2ms |
| T03-03-description-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-007 (list as string field) on param 'description' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["description"],"message":"Expected string, received array"}]
|
1ms |
| T03-03-description-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'description' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["description"],"message":"Expected string, received object"}]
|
14ms |
| T03-03-description-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'description' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"}]
|
2ms |
| T03-03-description-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'description' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"}]
|
2ms |
| T03-03-description-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'description' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"}]
|
1ms |
| T03-03-description-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_repository.description |
Tool 'create_repository' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'description' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"}]
|
2ms |
| T03-03-name-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-001 (empty string) on param 'name' — handled gracefull…McpError: fetch failed
|
4ms |
| T03-03-name-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-002 (single space) on param 'name' — handled gracefull…McpError: fetch failed
|
3ms |
| T03-03-name-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'name' — handled gracef…McpError: fetch failed
|
4ms |
| T03-03-name-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-004 (null value) on param 'name' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["name"],"message":"Expected string, received null"}]
|
1ms |
| T03-03-name-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'name' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["name"],"message":"Expected string, received number"}]
|
1ms |
| T03-03-name-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'name' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["name"],"message":"Expected string, received boolean"}]
|
1ms |
| T03-03-name-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-007 (list as string field) on param 'name' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["name"],"message":"Expected string, received array"}]
|
2ms |
| T03-03-name-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'name' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["name"],"message":"Expected string, received object"}]
|
1ms |
| T03-03-name-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'name' — handled g…McpError: fetch failed
|
4ms |
| T03-03-name-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'name' — handled grac…McpError: fetch failed
|
3ms |
| T03-03-name-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'name' — handled gr…McpError: fetch failed
|
4ms |
| T03-03-name-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_repository.name |
Tool 'create_repository' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'name' — handled gra…McpError: fetch failed
|
4ms |
| T03-03-private-FUZZ-BOOL-001 | PASS | Fuzz FUZZ-BOOL-001 → create_repository.private |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-001 (null as boolean) on param 'private' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"null","path":["private"],"message":"Expected boolean, received null"}]
|
1ms |
| T03-03-private-FUZZ-BOOL-002 | PASS | Fuzz FUZZ-BOOL-002 → create_repository.private |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-002 (string true) on param 'private' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"string","path":["private"],"message":"Expected boolean, received string"}]
|
1ms |
| T03-03-private-FUZZ-BOOL-003 | PASS | Fuzz FUZZ-BOOL-003 → create_repository.private |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-003 (string false) on param 'private' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"string","path":["private"],"message":"Expected boolean, received string"}]
|
1ms |
| T03-03-private-FUZZ-BOOL-004 | PASS | Fuzz FUZZ-BOOL-004 → create_repository.private |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-004 (integer zero) on param 'private' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"number","path":["private"],"message":"Expected boolean, received number"}]
|
1ms |
| T03-03-private-FUZZ-BOOL-005 | PASS | Fuzz FUZZ-BOOL-005 → create_repository.private |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-005 (integer one) on param 'private' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"number","path":["private"],"message":"Expected boolean, received number"}]
|
1ms |
| T03-03-private-FUZZ-BOOL-006 | PASS | Fuzz FUZZ-BOOL-006 → create_repository.private |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-006 (list as boolean) on param 'private' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"array","path":["private"],"message":"Expected boolean, received array"}]
|
1ms |
| T03-03-private-FUZZ-BOOL-007 | PASS | Fuzz FUZZ-BOOL-007 → create_repository.private |
Tool 'create_repository' returned a structured error for FUZZ-BOOL-007 (dict as boolean) on param 'private' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"},{"code":"invalid_type","expected":"boolean","received":"object","path":["private"],"message":"Expected boolean, received object"}]
|
2ms |
| T03-04-branch-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-001 (empty string) on param 'branch' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-04-branch-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-002 (single space) on param 'branch' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-04-branch-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'branch' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
7ms |
| T03-04-branch-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-004 (null value) on param 'branch' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-04-branch-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'branch' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-04-branch-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'branch' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-04-branch-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-007 (list as string field) on param 'branch' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-04-branch-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'branch' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
15ms |
| T03-04-branch-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'branch' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-04-branch-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'branch' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-04-branch-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'branch' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-04-branch-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_file_contents.branch |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'branch' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-04-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T03-04-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T03-04-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T03-04-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"und
|
2ms |
| T03-04-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-04-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received
|
1ms |
| T03-04-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"u
|
1ms |
| T03-04-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-04-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T03-04-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T03-04-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T03-04-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_file_contents.owner |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T03-04-path-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-001 (empty string) on param 'path' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-04-path-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-002 (single space) on param 'path' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-04-path-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'path' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-04-path-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-004 (null value) on param 'path' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["path"
|
2ms |
| T03-04-path-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'path' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["pat
|
2ms |
| T03-04-path-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'path' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["pa
|
2ms |
| T03-04-path-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-007 (list as string field) on param 'path' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["path
|
2ms |
| T03-04-path-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'path' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["pat
|
2ms |
| T03-04-path-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'path' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-04-path-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'path' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
5ms |
| T03-04-path-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'path' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-04-path-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_file_contents.path |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'path' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-04-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T03-04-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T03-04-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T03-04-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"und
|
2ms |
| T03-04-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-04-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received
|
2ms |
| T03-04-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"u
|
2ms |
| T03-04-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-04-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
1ms |
| T03-04-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T03-04-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T03-04-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_file_contents.repo |
Tool 'get_file_contents' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"}]
|
2ms |
| T03-05-branch-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-001 (empty string) on param 'branch' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["f
|
2ms |
| T03-05-branch-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-002 (single space) on param 'branch' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["f
|
3ms |
| T03-05-branch-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'branch' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["f
|
2ms |
| T03-05-branch-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-004 (null value) on param 'branch' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["branc
|
9ms |
| T03-05-branch-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'branch' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["bra
|
2ms |
| T03-05-branch-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'branch' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["br
|
3ms |
| T03-05-branch-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-007 (list as string field) on param 'branch' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["bran
|
1ms |
| T03-05-branch-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'branch' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["bra
|
2ms |
| T03-05-branch-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'branch' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["f
|
2ms |
| T03-05-branch-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'branch' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["f
|
2ms |
| T03-05-branch-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'branch' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["f
|
2ms |
| T03-05-branch-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → push_files.branch |
Tool 'push_files' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'branch' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["f
|
3ms |
| T03-05-files-FUZZ-ARR-001 | PASS | Fuzz FUZZ-ARR-001 → push_files.files |
Tool 'push_files' returned a structured error for FUZZ-ARR-001 (null as array) on param 'files' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-05-files-FUZZ-ARR-002 | PASS | Fuzz FUZZ-ARR-002 → push_files.files |
Tool 'push_files' returned a structured error for FUZZ-ARR-002 (dict as array) on param 'files' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-05-files-FUZZ-ARR-003 | PASS | Fuzz FUZZ-ARR-003 → push_files.files |
Tool 'push_files' returned a structured error for FUZZ-ARR-003 (string as array) on param 'files' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-05-files-FUZZ-ARR-004 | PASS | Fuzz FUZZ-ARR-004 → push_files.files |
Tool 'push_files' returned a structured error for FUZZ-ARR-004 (empty array) on param 'files' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-05-files-FUZZ-ARR-005 | PASS | Fuzz FUZZ-ARR-005 → push_files.files |
Tool 'push_files' returned a structured error for FUZZ-ARR-005 (array of nulls 1000) on param 'files' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
11ms |
| T03-05-files-FUZZ-ARR-006 | PASS | Fuzz FUZZ-ARR-006 → push_files.files |
Tool 'push_files' returned a structured error for FUZZ-ARR-006 (deeply nested array 10) on param 'files' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
12ms |
| T03-05-files-FUZZ-ARR-007 | PASS | Fuzz FUZZ-ARR-007 → push_files.files |
Tool 'push_files' returned a structured error for FUZZ-ARR-007 (large array 10k nulls) on param 'files' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
77ms |
| T03-05-files-FUZZ-ARR-008 | PASS | Fuzz FUZZ-ARR-008 → push_files.files |
Tool 'push_files' returned a structured error for FUZZ-ARR-008 (large array 1k mixed) on param 'files' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
8ms |
| T03-05-files-FUZZ-ARR-009 | PASS | Fuzz FUZZ-ARR-009 → push_files.files |
Tool 'push_files' returned a structured error for FUZZ-ARR-009 (100-level nested array) on param 'files' — handled grace…ValueError: Circular reference detected (depth exceeded)
|
1ms |
| T03-05-message-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-001 (empty string) on param 'message' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-05-message-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-002 (single space) on param 'message' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-05-message-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'message' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-05-message-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-004 (null value) on param 'message' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-05-message-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'message' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-05-message-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'message' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-05-message-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-007 (list as string field) on param 'message' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-05-message-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'message' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-05-message-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'message' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-05-message-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'message' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-05-message-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'message' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
14ms |
| T03-05-message-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → push_files.message |
Tool 'push_files' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'message' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
7ms |
| T03-05-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
2ms |
| T03-05-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
3ms |
| T03-05-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
2ms |
| T03-05-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"und
|
2ms |
| T03-05-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-05-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received
|
2ms |
| T03-05-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"u
|
2ms |
| T03-05-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-05-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
1ms |
| T03-05-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
3ms |
| T03-05-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
2ms |
| T03-05-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → push_files.owner |
Tool 'push_files' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":["
|
2ms |
| T03-05-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":[
|
2ms |
| T03-05-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":[
|
2ms |
| T03-05-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":[
|
2ms |
| T03-05-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"und
|
4ms |
| T03-05-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-05-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received
|
2ms |
| T03-05-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"u
|
2ms |
| T03-05-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-05-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":[
|
2ms |
| T03-05-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":[
|
2ms |
| T03-05-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":[
|
2ms |
| T03-05-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → push_files.repo |
Tool 'push_files' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"undefined","path":[
|
2ms |
| T03-06-assignees-FUZZ-ARR-001 | PASS | Fuzz FUZZ-ARR-001 → create_issue.assignees |
Tool 'create_issue' returned a structured error for FUZZ-ARR-001 (null as array) on param 'assignees' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-assignees-FUZZ-ARR-002 | PASS | Fuzz FUZZ-ARR-002 → create_issue.assignees |
Tool 'create_issue' returned a structured error for FUZZ-ARR-002 (dict as array) on param 'assignees' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-assignees-FUZZ-ARR-003 | PASS | Fuzz FUZZ-ARR-003 → create_issue.assignees |
Tool 'create_issue' returned a structured error for FUZZ-ARR-003 (string as array) on param 'assignees' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-assignees-FUZZ-ARR-004 | PASS | Fuzz FUZZ-ARR-004 → create_issue.assignees |
Tool 'create_issue' returned a structured error for FUZZ-ARR-004 (empty array) on param 'assignees' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-assignees-FUZZ-ARR-005 | PASS | Fuzz FUZZ-ARR-005 → create_issue.assignees |
Tool 'create_issue' returned a structured error for FUZZ-ARR-005 (array of nulls 1000) on param 'assignees' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
6ms |
| T03-06-assignees-FUZZ-ARR-006 | PASS | Fuzz FUZZ-ARR-006 → create_issue.assignees |
Tool 'create_issue' returned a structured error for FUZZ-ARR-006 (deeply nested array 10) on param 'assignees' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-assignees-FUZZ-ARR-007 | PASS | Fuzz FUZZ-ARR-007 → create_issue.assignees |
Tool 'create_issue' returned a structured error for FUZZ-ARR-007 (large array 10k nulls) on param 'assignees' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
63ms |
| T03-06-assignees-FUZZ-ARR-008 | PASS | Fuzz FUZZ-ARR-008 → create_issue.assignees |
Tool 'create_issue' returned a structured error for FUZZ-ARR-008 (large array 1k mixed) on param 'assignees' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
5ms |
| T03-06-assignees-FUZZ-ARR-009 | PASS | Fuzz FUZZ-ARR-009 → create_issue.assignees |
Tool 'create_issue' returned a structured error for FUZZ-ARR-009 (100-level nested array) on param 'assignees' — handled…ValueError: Circular reference detected (depth exceeded)
|
1ms |
| T03-06-body-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-001 (empty string) on param 'body' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-body-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-002 (single space) on param 'body' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-body-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'body' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-body-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-004 (null value) on param 'body' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-body-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'body' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-body-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'body' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-06-body-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-007 (list as string field) on param 'body' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-body-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'body' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-body-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'body' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-body-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'body' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-body-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'body' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-06-body-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_issue.body |
Tool 'create_issue' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'body' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-labels-FUZZ-ARR-001 | PASS | Fuzz FUZZ-ARR-001 → create_issue.labels |
Tool 'create_issue' returned a structured error for FUZZ-ARR-001 (null as array) on param 'labels' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-labels-FUZZ-ARR-002 | PASS | Fuzz FUZZ-ARR-002 → create_issue.labels |
Tool 'create_issue' returned a structured error for FUZZ-ARR-002 (dict as array) on param 'labels' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-labels-FUZZ-ARR-003 | PASS | Fuzz FUZZ-ARR-003 → create_issue.labels |
Tool 'create_issue' returned a structured error for FUZZ-ARR-003 (string as array) on param 'labels' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-labels-FUZZ-ARR-004 | PASS | Fuzz FUZZ-ARR-004 → create_issue.labels |
Tool 'create_issue' returned a structured error for FUZZ-ARR-004 (empty array) on param 'labels' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-labels-FUZZ-ARR-005 | PASS | Fuzz FUZZ-ARR-005 → create_issue.labels |
Tool 'create_issue' returned a structured error for FUZZ-ARR-005 (array of nulls 1000) on param 'labels' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
7ms |
| T03-06-labels-FUZZ-ARR-006 | PASS | Fuzz FUZZ-ARR-006 → create_issue.labels |
Tool 'create_issue' returned a structured error for FUZZ-ARR-006 (deeply nested array 10) on param 'labels' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-06-labels-FUZZ-ARR-007 | PASS | Fuzz FUZZ-ARR-007 → create_issue.labels |
Tool 'create_issue' returned a structured error for FUZZ-ARR-007 (large array 10k nulls) on param 'labels' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
68ms |
| T03-06-labels-FUZZ-ARR-008 | PASS | Fuzz FUZZ-ARR-008 → create_issue.labels |
Tool 'create_issue' returned a structured error for FUZZ-ARR-008 (large array 1k mixed) on param 'labels' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
8ms |
| T03-06-labels-FUZZ-ARR-009 | PASS | Fuzz FUZZ-ARR-009 → create_issue.labels |
Tool 'create_issue' returned a structured error for FUZZ-ARR-009 (100-level nested array) on param 'labels' — handled gr…ValueError: Circular reference detected (depth exceeded)
|
1ms |
| T03-06-milestone-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-INT-001 (zero) on param 'milestone' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-06-milestone-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-INT-002 (negative one) on param 'milestone' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-milestone-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-INT-003 (min int32) on param 'milestone' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-milestone-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-INT-004 (max int32) on param 'milestone' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-milestone-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-INT-006 (float as number) on param 'milestone' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-milestone-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-INT-007 (string as number) on param 'milestone' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-milestone-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-INT-008 (null as number) on param 'milestone' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-milestone-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'milestone' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-milestone-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'milestone' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-milestone-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'milestone' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-milestone-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'milestone' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-milestone-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'milestone' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-06-milestone-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → create_issue.milestone |
Tool 'create_issue' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'milestone' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-06-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T03-06-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
3ms |
| T03-06-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T03-06-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"und
|
2ms |
| T03-06-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-06-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received
|
2ms |
| T03-06-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"u
|
2ms |
| T03-06-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-06-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T03-06-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T03-06-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T03-06-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_issue.owner |
Tool 'create_issue' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T03-06-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T03-06-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T03-06-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T03-06-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"und
|
2ms |
| T03-06-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":
|
1ms |
| T03-06-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received
|
2ms |
| T03-06-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"u
|
1ms |
| T03-06-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":
|
2ms |
| T03-06-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T03-06-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
3ms |
| T03-06-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
1ms |
| T03-06-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_issue.repo |
Tool 'create_issue' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"}]
|
2ms |
| T03-06-title-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-001 (empty string) on param 'title' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-06-title-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-002 (single space) on param 'title' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-06-title-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'title' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-06-title-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-004 (null value) on param 'title' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["title
|
2ms |
| T03-06-title-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'title' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["tit
|
1ms |
| T03-06-title-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'title' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["ti
|
3ms |
| T03-06-title-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-007 (list as string field) on param 'title' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["titl
|
1ms |
| T03-06-title-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'title' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["tit
|
2ms |
| T03-06-title-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'title' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-06-title-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'title' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-06-title-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'title' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-06-title-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_issue.title |
Tool 'create_issue' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'title' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-07-base-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'base' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-base-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'base' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-base-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'base' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-base-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'base' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-base-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'base' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-base-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'base' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-base-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'base' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-base-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'base' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-base-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'base' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-base-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'base' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-07-base-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'base' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-base-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_pull_request.base |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'base' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-body-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'body' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-body-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'body' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-body-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'body' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-body-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'body' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-body-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'body' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-body-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'body' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-body-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'body' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-body-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'body' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
12ms |
| T03-07-body-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'body' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-body-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'body' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-body-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'body' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-body-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_pull_request.body |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'body' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-draft-FUZZ-BOOL-001 | PASS | Fuzz FUZZ-BOOL-001 → create_pull_request.draft |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-001 (null as boolean) on param 'draft' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-draft-FUZZ-BOOL-002 | PASS | Fuzz FUZZ-BOOL-002 → create_pull_request.draft |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-002 (string true) on param 'draft' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-draft-FUZZ-BOOL-003 | PASS | Fuzz FUZZ-BOOL-003 → create_pull_request.draft |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-003 (string false) on param 'draft' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-draft-FUZZ-BOOL-004 | PASS | Fuzz FUZZ-BOOL-004 → create_pull_request.draft |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-004 (integer zero) on param 'draft' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-draft-FUZZ-BOOL-005 | PASS | Fuzz FUZZ-BOOL-005 → create_pull_request.draft |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-005 (integer one) on param 'draft' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-draft-FUZZ-BOOL-006 | PASS | Fuzz FUZZ-BOOL-006 → create_pull_request.draft |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-006 (list as boolean) on param 'draft' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-draft-FUZZ-BOOL-007 | PASS | Fuzz FUZZ-BOOL-007 → create_pull_request.draft |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-007 (dict as boolean) on param 'draft' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-head-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'head' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-head-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'head' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-head-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'head' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-07-head-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'head' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-head-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'head' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-head-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'head' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-head-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'head' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
3ms |
| T03-07-head-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'head' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-head-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'head' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-head-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'head' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-head-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'head' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-head-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_pull_request.head |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'head' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-maintainer_c-FUZZ-BOOL-001 | PASS | Fuzz FUZZ-BOOL-001 → create_pull_request.maintainer_can_modify |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-001 (null as boolean) on param 'maintainer_can_modi…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-maintainer_c-FUZZ-BOOL-002 | PASS | Fuzz FUZZ-BOOL-002 → create_pull_request.maintainer_can_modify |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-002 (string true) on param 'maintainer_can_modify' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-maintainer_c-FUZZ-BOOL-003 | PASS | Fuzz FUZZ-BOOL-003 → create_pull_request.maintainer_can_modify |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-003 (string false) on param 'maintainer_can_modify'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-maintainer_c-FUZZ-BOOL-004 | PASS | Fuzz FUZZ-BOOL-004 → create_pull_request.maintainer_can_modify |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-004 (integer zero) on param 'maintainer_can_modify'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-maintainer_c-FUZZ-BOOL-005 | PASS | Fuzz FUZZ-BOOL-005 → create_pull_request.maintainer_can_modify |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-005 (integer one) on param 'maintainer_can_modify' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-maintainer_c-FUZZ-BOOL-006 | PASS | Fuzz FUZZ-BOOL-006 → create_pull_request.maintainer_can_modify |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-006 (list as boolean) on param 'maintainer_can_modi…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-maintainer_c-FUZZ-BOOL-007 | PASS | Fuzz FUZZ-BOOL-007 → create_pull_request.maintainer_can_modify |
Tool 'create_pull_request' returned a structured error for FUZZ-BOOL-007 (dict as boolean) on param 'maintainer_can_modi…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"und
|
1ms |
| T03-07-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
1ms |
| T03-07-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received
|
1ms |
| T03-07-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"u
|
1ms |
| T03-07-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
1ms |
| T03-07-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_pull_request.owner |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":[
|
2ms |
| T03-07-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":[
|
2ms |
| T03-07-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":[
|
1ms |
| T03-07-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"und
|
1ms |
| T03-07-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":
|
1ms |
| T03-07-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received
|
1ms |
| T03-07-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"u
|
1ms |
| T03-07-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":
|
1ms |
| T03-07-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":[
|
1ms |
| T03-07-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":[
|
1ms |
| T03-07-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":[
|
1ms |
| T03-07-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_pull_request.repo |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["title"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":[
|
2ms |
| T03-07-title-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'title' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-title-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'title' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-title-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'title' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-title-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'title' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["title
|
2ms |
| T03-07-title-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'title' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["tit
|
1ms |
| T03-07-title-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'title' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["ti
|
2ms |
| T03-07-title-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'title' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["titl
|
2ms |
| T03-07-title-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'title' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["tit
|
2ms |
| T03-07-title-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'title' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-title-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'title' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-07-title-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'title' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-07-title-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_pull_request.title |
Tool 'create_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'title' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-08-organization-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-001 (empty string) on param 'organization' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-08-organization-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-002 (single space) on param 'organization' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-organization-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'organization' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-organization-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-004 (null value) on param 'organization' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["organ
|
1ms |
| T03-08-organization-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'organization' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["org
|
1ms |
| T03-08-organization-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'organization' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["or
|
1ms |
| T03-08-organization-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-007 (list as string field) on param 'organization' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["orga
|
1ms |
| T03-08-organization-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'organization' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["org
|
1ms |
| T03-08-organization-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'organization' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-organization-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'organization' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-organization-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'organization' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
11ms |
| T03-08-organization-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → fork_repository.organization |
Tool 'fork_repository' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'organization' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-08-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-08-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → fork_repository.owner |
Tool 'fork_repository' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-08-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-08-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-08-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-08-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"}]
|
1ms |
| T03-08-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"}]
|
1ms |
| T03-08-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"}]
|
1ms |
| T03-08-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"}]
|
1ms |
| T03-08-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"}]
|
1ms |
| T03-08-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-08-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-08-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-08-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → fork_repository.repo |
Tool 'fork_repository' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
2ms |
| T03-09-branch-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-001 (empty string) on param 'branch' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-09-branch-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-002 (single space) on param 'branch' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-09-branch-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'branch' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-09-branch-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-004 (null value) on param 'branch' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["branc
|
1ms |
| T03-09-branch-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'branch' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["bra
|
1ms |
| T03-09-branch-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'branch' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["br
|
1ms |
| T03-09-branch-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-007 (list as string field) on param 'branch' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["bran
|
1ms |
| T03-09-branch-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'branch' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["bra
|
1ms |
| T03-09-branch-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'branch' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-09-branch-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'branch' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-09-branch-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'branch' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-09-branch-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_branch.branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'branch' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-09-from_branch-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-001 (empty string) on param 'from_branch' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-09-from_branch-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-002 (single space) on param 'from_branch' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-09-from_branch-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'from_branch' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-09-from_branch-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-004 (null value) on param 'from_branch' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-09-from_branch-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'from_branch' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-09-from_branch-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'from_branch' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-09-from_branch-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-007 (list as string field) on param 'from_branch' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
2ms |
| T03-09-from_branch-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'from_branch' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-09-from_branch-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'from_branch' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-09-from_branch-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'from_branch' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-09-from_branch-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'from_branch' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-09-from_branch-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_branch.from_branch |
Tool 'create_branch' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'from_branch' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-09-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"und
|
1ms |
| T03-09-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
1ms |
| T03-09-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received
|
1ms |
| T03-09-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"u
|
1ms |
| T03-09-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":
|
1ms |
| T03-09-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_branch.owner |
Tool 'create_branch' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
2ms |
| T03-09-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"und
|
1ms |
| T03-09-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":
|
1ms |
| T03-09-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received
|
1ms |
| T03-09-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"u
|
1ms |
| T03-09-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":
|
1ms |
| T03-09-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-09-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_branch.repo |
Tool 'create_branch' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_commits.owner |
Tool 'list_commits' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-10-page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-INT-001 (zero) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-10-page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-INT-002 (negative one) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-INT-003 (min int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
11ms |
| T03-10-page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-INT-004 (max int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-INT-006 (float as number) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-INT-007 (string as number) on param 'page' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-10-page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-INT-008 (null as number) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["page"
|
1ms |
| T03-10-page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'page' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pa
|
1ms |
| T03-10-page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'page' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-10-page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'page' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-10-page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'page' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-10-page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'page' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → list_commits.page |
Tool 'list_commits' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'page' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-perpage-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-INT-001 (zero) on param 'perPage' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-10-perpage-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-INT-002 (negative one) on param 'perPage' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-perpage-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-INT-003 (min int32) on param 'perPage' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-perpage-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-INT-004 (max int32) on param 'perPage' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-perpage-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-INT-006 (float as number) on param 'perPage' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-perpage-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-INT-007 (string as number) on param 'perPage' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-10-perpage-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-INT-008 (null as number) on param 'perPage' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["perPa
|
1ms |
| T03-10-perpage-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'perPage' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pe
|
1ms |
| T03-10-perpage-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'perPage' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-10-perpage-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'perPage' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-10-perpage-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'perPage' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-10-perpage-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'perPage' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-perpage-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → list_commits.perPage |
Tool 'list_commits' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'perPage' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-10-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-10-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-10-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"}]
|
1ms |
| T03-10-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"}]
|
1ms |
| T03-10-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"}]
|
1ms |
| T03-10-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"}]
|
1ms |
| T03-10-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"}]
|
1ms |
| T03-10-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-10-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-10-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-10-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_commits.repo |
Tool 'list_commits' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-10-sha-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-001 (empty string) on param 'sha' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-sha-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-002 (single space) on param 'sha' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-sha-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'sha' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-sha-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-004 (null value) on param 'sha' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["sha"]
|
1ms |
| T03-10-sha-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'sha' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["sha
|
1ms |
| T03-10-sha-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'sha' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["sh
|
1ms |
| T03-10-sha-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-007 (list as string field) on param 'sha' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["sha"
|
1ms |
| T03-10-sha-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'sha' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["sha
|
1ms |
| T03-10-sha-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'sha' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-sha-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'sha' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-sha-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'sha' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-10-sha-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_commits.sha |
Tool 'list_commits' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'sha' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-direction-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-001 (empty string) on param 'direction' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"","code":"invalid_enum_value","options":["asc","desc"],"path":
|
2ms |
| T03-11-direction-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-002 (single space) on param 'direction' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":" ","code":"invalid_enum_value","options":["asc","desc"],"path"
|
1ms |
| T03-11-direction-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'direction' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\t\n\r","code":"invalid_enum_value","options":["asc","desc"],"
|
1ms |
| T03-11-direction-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-004 (null value) on param 'direction' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"null","code":"invalid_type","path"
|
1ms |
| T03-11-direction-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'direction' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"number","code":"invalid_type","pat
|
1ms |
| T03-11-direction-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'direction' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"boolean","code":"invalid_type","pa
|
3ms |
| T03-11-direction-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-007 (list as string field) on param 'direction' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"array","code":"invalid_type","path
|
1ms |
| T03-11-direction-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'direction' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"object","code":"invalid_type","pat
|
1ms |
| T03-11-direction-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'direction' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
2ms |
| T03-11-direction-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'direction' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
|
2ms |
| T03-11-direction-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'direction' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"test\u0000end","code":"invalid_enum_value","options":["asc","d
|
1ms |
| T03-11-direction-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_issues.direction |
Tool 'list_issues' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'direction' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\u0000😀","code":"invalid_enum_value","options":["asc","desc"]
|
1ms |
| T03-11-labels-FUZZ-ARR-001 | PASS | Fuzz FUZZ-ARR-001 → list_issues.labels |
Tool 'list_issues' returned a structured error for FUZZ-ARR-001 (null as array) on param 'labels' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"null","path":["labels
|
1ms |
| T03-11-labels-FUZZ-ARR-002 | PASS | Fuzz FUZZ-ARR-002 → list_issues.labels |
Tool 'list_issues' returned a structured error for FUZZ-ARR-002 (dict as array) on param 'labels' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"object","path":["labe
|
1ms |
| T03-11-labels-FUZZ-ARR-003 | PASS | Fuzz FUZZ-ARR-003 → list_issues.labels |
Tool 'list_issues' returned a structured error for FUZZ-ARR-003 (string as array) on param 'labels' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"array","received":"string","path":["labe
|
1ms |
| T03-11-labels-FUZZ-ARR-004 | PASS | Fuzz FUZZ-ARR-004 → list_issues.labels |
Tool 'list_issues' returned a structured error for FUZZ-ARR-004 (empty array) on param 'labels' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-labels-FUZZ-ARR-005 | PASS | Fuzz FUZZ-ARR-005 → list_issues.labels |
Tool 'list_issues' returned a structured error for FUZZ-ARR-005 (array of nulls 1000) on param 'labels' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["label
|
6ms |
| T03-11-labels-FUZZ-ARR-006 | PASS | Fuzz FUZZ-ARR-006 → list_issues.labels |
Tool 'list_issues' returned a structured error for FUZZ-ARR-006 (deeply nested array 10) on param 'labels' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["labe
|
2ms |
| T03-11-labels-FUZZ-ARR-007 | PASS | Fuzz FUZZ-ARR-007 → list_issues.labels |
Tool 'list_issues' returned a structured error for FUZZ-ARR-007 (large array 10k nulls) on param 'labels' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["label
|
59ms |
| T03-11-labels-FUZZ-ARR-008 | PASS | Fuzz FUZZ-ARR-008 → list_issues.labels |
Tool 'list_issues' returned a structured error for FUZZ-ARR-008 (large array 1k mixed) on param 'labels' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["lab
|
5ms |
| T03-11-labels-FUZZ-ARR-009 | PASS | Fuzz FUZZ-ARR-009 → list_issues.labels |
Tool 'list_issues' returned a structured error for FUZZ-ARR-009 (100-level nested array) on param 'labels' — handled gra…ValueError: Circular reference detected (depth exceeded)
|
0ms |
| T03-11-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-11-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_issues.owner |
Tool 'list_issues' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-INT-001 (zero) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-INT-002 (negative one) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-INT-003 (min int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-INT-004 (max int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-INT-006 (float as number) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-INT-007 (string as number) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-11-page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-INT-008 (null as number) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["page"
|
1ms |
| T03-11-page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'page' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pa
|
1ms |
| T03-11-page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'page' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-11-page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'page' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-11-page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'page' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-11-page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'page' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → list_issues.page |
Tool 'list_issues' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'page' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-per_page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-INT-001 (zero) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-per_page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-INT-002 (negative one) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-per_page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-INT-003 (min int32) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-per_page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-INT-004 (max int32) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-per_page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-INT-006 (float as number) on param 'per_page' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-per_page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-INT-007 (string as number) on param 'per_page' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-11-per_page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-INT-008 (null as number) on param 'per_page' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["per_p
|
1ms |
| T03-11-per_page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'per_page' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pe
|
1ms |
| T03-11-per_page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'per_page' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-11-per_page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'per_page' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-11-per_page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'per_page' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-11-per_page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'per_page' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-per_page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → list_issues.per_page |
Tool 'list_issues' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'per_page' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-11-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-11-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-11-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"}]
|
1ms |
| T03-11-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"}]
|
1ms |
| T03-11-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"}]
|
1ms |
| T03-11-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"}]
|
1ms |
| T03-11-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"}]
|
1ms |
| T03-11-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-11-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-11-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-11-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_issues.repo |
Tool 'list_issues' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
2ms |
| T03-11-since-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-001 (empty string) on param 'since' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-since-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-002 (single space) on param 'since' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-since-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'since' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-since-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-004 (null value) on param 'since' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["since
|
1ms |
| T03-11-since-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'since' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["sin
|
1ms |
| T03-11-since-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'since' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["si
|
1ms |
| T03-11-since-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-007 (list as string field) on param 'since' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["sinc
|
1ms |
| T03-11-since-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'since' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["sin
|
1ms |
| T03-11-since-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'since' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-since-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'since' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-since-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'since' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-since-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_issues.since |
Tool 'list_issues' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'since' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-11-sort-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-001 (empty string) on param 'sort' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"","code":"invalid_enum_value","options":["created","updated","
|
1ms |
| T03-11-sort-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-002 (single space) on param 'sort' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":" ","code":"invalid_enum_value","options":["created","updated",
|
1ms |
| T03-11-sort-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'sort' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\t\n\r","code":"invalid_enum_value","options":["created","upda
|
1ms |
| T03-11-sort-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-004 (null value) on param 'sort' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'created' | 'updated' | 'comments'","received":"null","code":"
|
1ms |
| T03-11-sort-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'sort' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'created' | 'updated' | 'comments'","received":"number","code"
|
1ms |
| T03-11-sort-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'sort' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'created' | 'updated' | 'comments'","received":"boolean","code
|
1ms |
| T03-11-sort-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-007 (list as string field) on param 'sort' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'created' | 'updated' | 'comments'","received":"array","code":
|
1ms |
| T03-11-sort-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'sort' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'created' | 'updated' | 'comments'","received":"object","code"
|
1ms |
| T03-11-sort-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'sort' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
1ms |
| T03-11-sort-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'sort' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
|
1ms |
| T03-11-sort-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'sort' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"test\u0000end","code":"invalid_enum_value","options":["created
|
1ms |
| T03-11-sort-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_issues.sort |
Tool 'list_issues' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'sort' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\u0000😀","code":"invalid_enum_value","options":["created","up
|
1ms |
| T03-11-state-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-001 (empty string) on param 'state' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"","code":"invalid_enum_value","options":["open","closed","all"
|
1ms |
| T03-11-state-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-002 (single space) on param 'state' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":" ","code":"invalid_enum_value","options":["open","closed","all
|
1ms |
| T03-11-state-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'state' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\t\n\r","code":"invalid_enum_value","options":["open","closed"
|
1ms |
| T03-11-state-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-004 (null value) on param 'state' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'open' | 'closed' | 'all'","received":"null","code":"invalid_t
|
1ms |
| T03-11-state-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'state' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'open' | 'closed' | 'all'","received":"number","code":"invalid
|
1ms |
| T03-11-state-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'state' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'open' | 'closed' | 'all'","received":"boolean","code":"invali
|
1ms |
| T03-11-state-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-007 (list as string field) on param 'state' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'open' | 'closed' | 'all'","received":"array","code":"invalid_
|
1ms |
| T03-11-state-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'state' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'open' | 'closed' | 'all'","received":"object","code":"invalid
|
10ms |
| T03-11-state-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'state' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
2ms |
| T03-11-state-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'state' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
|
1ms |
| T03-11-state-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'state' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"test\u0000end","code":"invalid_enum_value","options":["open","
|
1ms |
| T03-11-state-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_issues.state |
Tool 'list_issues' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'state' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\u0000😀","code":"invalid_enum_value","options":["open","close
|
1ms |
| T03-12-assignees-FUZZ-ARR-001 | PASS | Fuzz FUZZ-ARR-001 → update_issue.assignees |
Tool 'update_issue' returned a structured error for FUZZ-ARR-001 (null as array) on param 'assignees' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-assignees-FUZZ-ARR-002 | PASS | Fuzz FUZZ-ARR-002 → update_issue.assignees |
Tool 'update_issue' returned a structured error for FUZZ-ARR-002 (dict as array) on param 'assignees' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-12-assignees-FUZZ-ARR-003 | PASS | Fuzz FUZZ-ARR-003 → update_issue.assignees |
Tool 'update_issue' returned a structured error for FUZZ-ARR-003 (string as array) on param 'assignees' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-assignees-FUZZ-ARR-004 | PASS | Fuzz FUZZ-ARR-004 → update_issue.assignees |
Tool 'update_issue' returned a structured error for FUZZ-ARR-004 (empty array) on param 'assignees' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-assignees-FUZZ-ARR-005 | PASS | Fuzz FUZZ-ARR-005 → update_issue.assignees |
Tool 'update_issue' returned a structured error for FUZZ-ARR-005 (array of nulls 1000) on param 'assignees' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
5ms |
| T03-12-assignees-FUZZ-ARR-006 | PASS | Fuzz FUZZ-ARR-006 → update_issue.assignees |
Tool 'update_issue' returned a structured error for FUZZ-ARR-006 (deeply nested array 10) on param 'assignees' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-12-assignees-FUZZ-ARR-007 | PASS | Fuzz FUZZ-ARR-007 → update_issue.assignees |
Tool 'update_issue' returned a structured error for FUZZ-ARR-007 (large array 10k nulls) on param 'assignees' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
87ms |
| T03-12-assignees-FUZZ-ARR-008 | PASS | Fuzz FUZZ-ARR-008 → update_issue.assignees |
Tool 'update_issue' returned a structured error for FUZZ-ARR-008 (large array 1k mixed) on param 'assignees' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
4ms |
| T03-12-assignees-FUZZ-ARR-009 | PASS | Fuzz FUZZ-ARR-009 → update_issue.assignees |
Tool 'update_issue' returned a structured error for FUZZ-ARR-009 (100-level nested array) on param 'assignees' — handled…ValueError: Circular reference detected (depth exceeded)
|
1ms |
| T03-12-body-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-001 (empty string) on param 'body' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-body-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-002 (single space) on param 'body' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-body-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'body' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-body-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-004 (null value) on param 'body' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-body-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'body' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-body-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'body' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-body-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-007 (list as string field) on param 'body' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-body-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'body' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-body-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'body' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-body-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'body' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-body-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'body' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-body-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → update_issue.body |
Tool 'update_issue' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'body' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-issue_number-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-INT-001 (zero) on param 'issue_number' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-12-issue_number-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-INT-002 (negative one) on param 'issue_number' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-12-issue_number-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-INT-003 (min int32) on param 'issue_number' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-12-issue_number-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-INT-004 (max int32) on param 'issue_number' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-12-issue_number-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-INT-006 (float as number) on param 'issue_number' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-12-issue_number-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-INT-007 (string as number) on param 'issue_number' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-12-issue_number-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-INT-008 (null as number) on param 'issue_number' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["issue
|
1ms |
| T03-12-issue_number-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'issue_number' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["is
|
1ms |
| T03-12-issue_number-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'issue_number' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-12-issue_number-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'issue_number' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-12-issue_number-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'issue_number' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-12-issue_number-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'issue_number' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-12-issue_number-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → update_issue.issue_number |
Tool 'update_issue' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'issue_number' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-12-labels-FUZZ-ARR-001 | PASS | Fuzz FUZZ-ARR-001 → update_issue.labels |
Tool 'update_issue' returned a structured error for FUZZ-ARR-001 (null as array) on param 'labels' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-labels-FUZZ-ARR-002 | PASS | Fuzz FUZZ-ARR-002 → update_issue.labels |
Tool 'update_issue' returned a structured error for FUZZ-ARR-002 (dict as array) on param 'labels' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-labels-FUZZ-ARR-003 | PASS | Fuzz FUZZ-ARR-003 → update_issue.labels |
Tool 'update_issue' returned a structured error for FUZZ-ARR-003 (string as array) on param 'labels' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-labels-FUZZ-ARR-004 | PASS | Fuzz FUZZ-ARR-004 → update_issue.labels |
Tool 'update_issue' returned a structured error for FUZZ-ARR-004 (empty array) on param 'labels' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-labels-FUZZ-ARR-005 | PASS | Fuzz FUZZ-ARR-005 → update_issue.labels |
Tool 'update_issue' returned a structured error for FUZZ-ARR-005 (array of nulls 1000) on param 'labels' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
5ms |
| T03-12-labels-FUZZ-ARR-006 | PASS | Fuzz FUZZ-ARR-006 → update_issue.labels |
Tool 'update_issue' returned a structured error for FUZZ-ARR-006 (deeply nested array 10) on param 'labels' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-labels-FUZZ-ARR-007 | PASS | Fuzz FUZZ-ARR-007 → update_issue.labels |
Tool 'update_issue' returned a structured error for FUZZ-ARR-007 (large array 10k nulls) on param 'labels' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
65ms |
| T03-12-labels-FUZZ-ARR-008 | PASS | Fuzz FUZZ-ARR-008 → update_issue.labels |
Tool 'update_issue' returned a structured error for FUZZ-ARR-008 (large array 1k mixed) on param 'labels' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
4ms |
| T03-12-labels-FUZZ-ARR-009 | PASS | Fuzz FUZZ-ARR-009 → update_issue.labels |
Tool 'update_issue' returned a structured error for FUZZ-ARR-009 (100-level nested array) on param 'labels' — handled gr…ValueError: Circular reference detected (depth exceeded)
|
0ms |
| T03-12-milestone-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-INT-001 (zero) on param 'milestone' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-INT-002 (negative one) on param 'milestone' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-INT-003 (min int32) on param 'milestone' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-INT-004 (max int32) on param 'milestone' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-INT-006 (float as number) on param 'milestone' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-INT-007 (string as number) on param 'milestone' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-INT-008 (null as number) on param 'milestone' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'milestone' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'milestone' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'milestone' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'milestone' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'milestone' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-milestone-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → update_issue.milestone |
Tool 'update_issue' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'milestone' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-12-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-12-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-12-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"u
|
2ms |
| T03-12-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-12-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → update_issue.owner |
Tool 'update_issue' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-12-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-12-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-12-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-12-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-12-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → update_issue.repo |
Tool 'update_issue' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-12-state-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-001 (empty string) on param 'state' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-state-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-002 (single space) on param 'state' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-state-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'state' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-state-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-004 (null value) on param 'state' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-state-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'state' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-state-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'state' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-state-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-007 (list as string field) on param 'state' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-state-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'state' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-state-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'state' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-12-state-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'state' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-state-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'state' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-state-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → update_issue.state |
Tool 'update_issue' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'state' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-001 (empty string) on param 'title' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-002 (single space) on param 'title' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'title' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-004 (null value) on param 'title' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'title' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'title' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-007 (list as string field) on param 'title' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'title' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'title' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'title' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'title' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-12-title-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → update_issue.title |
Tool 'update_issue' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'title' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-13-body-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-001 (empty string) on param 'body' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-13-body-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-002 (single space) on param 'body' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-13-body-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'body' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-13-body-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-004 (null value) on param 'body' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-13-body-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'body' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-13-body-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'body' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-13-body-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-007 (list as string field) on param 'body' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-13-body-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'body' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-13-body-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'body' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-13-body-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'body' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-13-body-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'body' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-13-body-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → add_issue_comment.body |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'body' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-13-issue_number-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-INT-001 (zero) on param 'issue_number' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-13-issue_number-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-INT-002 (negative one) on param 'issue_number' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-13-issue_number-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-INT-003 (min int32) on param 'issue_number' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-13-issue_number-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-INT-004 (max int32) on param 'issue_number' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-13-issue_number-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-INT-006 (float as number) on param 'issue_number' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-13-issue_number-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-INT-007 (string as number) on param 'issue_number' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-13-issue_number-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-INT-008 (null as number) on param 'issue_number' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["issue
|
1ms |
| T03-13-issue_number-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'issue_number' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["is
|
1ms |
| T03-13-issue_number-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'issue_number' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-13-issue_number-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'issue_number…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-13-issue_number-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'issue_numbe…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-13-issue_number-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'issue_number' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-13-issue_number-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → add_issue_comment.issue_number |
Tool 'add_issue_comment' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'issue_number' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-13-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
4ms |
| T03-13-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
2ms |
| T03-13-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-13-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-13-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-13-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-13-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"u
|
2ms |
| T03-13-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-13-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-13-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-13-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-13-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → add_issue_comment.owner |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-13-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","
|
1ms |
| T03-13-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","
|
1ms |
| T03-13-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","
|
1ms |
| T03-13-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-13-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-13-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-13-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-13-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-13-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","
|
1ms |
| T03-13-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","
|
1ms |
| T03-13-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","
|
1ms |
| T03-13-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → add_issue_comment.repo |
Tool 'add_issue_comment' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","
|
1ms |
| T03-14-order-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-001 (empty string) on param 'order' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received ''"}]
|
1ms |
| T03-14-order-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-002 (single space) on param 'order' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":" ","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received ' '"}]
|
1ms |
| T03-14-order-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'order' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\t\n\r","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received '\t\n\r'"}]
|
11ms |
| T03-14-order-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-004 (null value) on param 'order' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"null","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received null"}]
|
2ms |
| T03-14-order-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'order' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"number","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received number"}]
|
2ms |
| T03-14-order-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'order' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"boolean","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received boolean"}]
|
2ms |
| T03-14-order-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-007 (list as string field) on param 'order' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"array","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received array"}]
|
1ms |
| T03-14-order-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'order' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"object","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received object"}]
|
1ms |
| T03-14-order-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'order' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
1ms |
| T03-14-order-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'order' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
|
1ms |
| T03-14-order-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'order' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"test\u0000end","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received 'test\u0000end'"}]
|
1ms |
| T03-14-order-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → search_code.order |
Tool 'search_code' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'order' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\u0000😀","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received '\u0000😀'"}]
|
1ms |
| T03-14-page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-INT-001 (zero) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
2ms |
| T03-14-page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-INT-002 (negative one) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
1ms |
| T03-14-page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-INT-003 (min int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
1ms |
| T03-14-page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-INT-004 (max int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-14-page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-INT-006 (float as number) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-14-page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-INT-007 (string as number) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-14-page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-INT-008 (null as number) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["page"],"message":"Expected number, received null"}]
|
1ms |
| T03-14-page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'page' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["page"],"message":"Expected number, received boolean"}]
|
1ms |
| T03-14-page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'page' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-14-page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'page' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-14-page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'page' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-14-page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'page' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-14-page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → search_code.page |
Tool 'search_code' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'page' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
1ms |
| T03-14-per_page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-INT-001 (zero) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
1ms |
| T03-14-per_page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-INT-002 (negative one) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
1ms |
| T03-14-per_page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-INT-003 (min int32) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
1ms |
| T03-14-per_page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-INT-004 (max int32) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_big","maximum":100,"type":"number","inclusive":true,"exact":false,"message":"Number must be less than or equal to 100","path":["per_page"]}]
|
1ms |
| T03-14-per_page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-INT-006 (float as number) on param 'per_page' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-14-per_page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-INT-007 (string as number) on param 'per_page' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
2ms |
| T03-14-per_page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-INT-008 (null as number) on param 'per_page' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["per_page"],"message":"Expected number, received null"}]
|
1ms |
| T03-14-per_page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'per_page' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["per_page"],"message":"Expected number, received boolean"}]
|
2ms |
| T03-14-per_page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'per_page' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
1ms |
| T03-14-per_page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'per_page' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
1ms |
| T03-14-per_page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'per_page' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
1ms |
| T03-14-per_page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'per_page' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_big","maximum":100,"type":"number","inclusive":true,"exact":false,"message":"Number must be less than or equal to 100","path":["per_page"]}]
|
1ms |
| T03-14-per_page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → search_code.per_page |
Tool 'search_code' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'per_page' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
1ms |
| T03-14-q-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-001 (empty string) on param 'q' — handled gracefully.McpError: fetch failed
|
4ms |
| T03-14-q-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-002 (single space) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-14-q-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-14-q-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-004 (null value) on param 'q' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["q"],"message":"Expected string, received null"}]
|
1ms |
| T03-14-q-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'q' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["q"],"message":"Expected string, received number"}]
|
1ms |
| T03-14-q-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'q' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["q"],"message":"Expected string, received boolean"}]
|
1ms |
| T03-14-q-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-007 (list as string field) on param 'q' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["q"],"message":"Expected string, received array"}]
|
1ms |
| T03-14-q-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'q' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["q"],"message":"Expected string, received object"}]
|
1ms |
| T03-14-q-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'q' — handled gracefully…McpError: fetch failed
|
3ms |
| T03-14-q-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-14-q-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-14-q-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → search_code.q |
Tool 'search_code' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-15-order-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-001 (empty string) on param 'order' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received ''"}]
|
1ms |
| T03-15-order-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-002 (single space) on param 'order' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":" ","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received ' '"}]
|
1ms |
| T03-15-order-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'order' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\t\n\r","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received '\t\n\r'"}]
|
1ms |
| T03-15-order-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-004 (null value) on param 'order' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"null","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received null"}]
|
1ms |
| T03-15-order-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'order' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"number","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received number"}]
|
1ms |
| T03-15-order-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'order' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"boolean","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received boolean"}]
|
1ms |
| T03-15-order-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-007 (list as string field) on param 'order' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"array","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received array"}]
|
1ms |
| T03-15-order-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'order' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"object","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received object"}]
|
1ms |
| T03-15-order-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'order' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
1ms |
| T03-15-order-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'order' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
|
1ms |
| T03-15-order-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'order' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"test\u0000end","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received 'test\u0000end'"}]
|
2ms |
| T03-15-order-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → search_issues.order |
Tool 'search_issues' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'order' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\u0000😀","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received '\u0000😀'"}]
|
1ms |
| T03-15-page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-INT-001 (zero) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
2ms |
| T03-15-page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-INT-002 (negative one) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
1ms |
| T03-15-page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-INT-003 (min int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
1ms |
| T03-15-page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-INT-004 (max int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-15-page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-INT-006 (float as number) on param 'page' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-15-page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-INT-007 (string as number) on param 'page' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-15-page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-INT-008 (null as number) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["page"],"message":"Expected number, received null"}]
|
1ms |
| T03-15-page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'page' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["page"],"message":"Expected number, received boolean"}]
|
1ms |
| T03-15-page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'page' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-15-page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'page' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-15-page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'page' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-15-page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'page' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-15-page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → search_issues.page |
Tool 'search_issues' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'page' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
1ms |
| T03-15-per_page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-INT-001 (zero) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
1ms |
| T03-15-per_page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-INT-002 (negative one) on param 'per_page' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
1ms |
| T03-15-per_page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-INT-003 (min int32) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
10ms |
| T03-15-per_page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-INT-004 (max int32) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_big","maximum":100,"type":"number","inclusive":true,"exact":false,"message":"Number must be less than or equal to 100","path":["per_page"]}]
|
1ms |
| T03-15-per_page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-INT-006 (float as number) on param 'per_page' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-15-per_page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-INT-007 (string as number) on param 'per_page' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
1ms |
| T03-15-per_page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-INT-008 (null as number) on param 'per_page' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["per_page"],"message":"Expected number, received null"}]
|
1ms |
| T03-15-per_page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'per_page' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["per_page"],"message":"Expected number, received boolean"}]
|
1ms |
| T03-15-per_page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'per_page' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
1ms |
| T03-15-per_page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'per_page' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
1ms |
| T03-15-per_page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'per_page' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
1ms |
| T03-15-per_page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'per_page' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_big","maximum":100,"type":"number","inclusive":true,"exact":false,"message":"Number must be less than or equal to 100","path":["per_page"]}]
|
1ms |
| T03-15-per_page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → search_issues.per_page |
Tool 'search_issues' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'per_page' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
1ms |
| T03-15-q-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-001 (empty string) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-15-q-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-002 (single space) on param 'q' — handled gracefully.McpError: fetch failed
|
2ms |
| T03-15-q-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-15-q-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-004 (null value) on param 'q' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["q"],"message":"Expected string, received null"}]
|
1ms |
| T03-15-q-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'q' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["q"],"message":"Expected string, received number"}]
|
1ms |
| T03-15-q-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'q' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["q"],"message":"Expected string, received boolean"}]
|
1ms |
| T03-15-q-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-007 (list as string field) on param 'q' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["q"],"message":"Expected string, received array"}]
|
1ms |
| T03-15-q-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'q' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["q"],"message":"Expected string, received object"}]
|
1ms |
| T03-15-q-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'q' — handled graceful…McpError: fetch failed
|
3ms |
| T03-15-q-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-15-q-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'q' — handled gracefull…McpError: fetch failed
|
3ms |
| T03-15-q-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → search_issues.q |
Tool 'search_issues' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'q' — handled gracefully…McpError: fetch failed
|
3ms |
| T03-15-sort-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-001 (empty string) on param 'sort' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"","code":"invalid_enum_value","options":["comments","reactions","reactions-+1","reactions--1","reactions-smile","reactions-thinking_face","reactions-heart","reactions-tad
|
1ms |
| T03-15-sort-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-002 (single space) on param 'sort' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":" ","code":"invalid_enum_value","options":["comments","reactions","reactions-+1","reactions--1","reactions-smile","reactions-thinking_face","reactions-heart","reactions-ta
|
1ms |
| T03-15-sort-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'sort' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\t\n\r","code":"invalid_enum_value","options":["comments","reactions","reactions-+1","reactions--1","reactions-smile","reactions-thinking_face","reactions-heart","reactio
|
1ms |
| T03-15-sort-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-004 (null value) on param 'sort' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'comments' | 'reactions' | 'reactions-+1' | 'reactions--1' | 'reactions-smile' | 'reactions-thinking_face' | 'reactions-heart' | 'reactions-tada' | 'interactions' | 'crea
|
1ms |
| T03-15-sort-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'sort' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'comments' | 'reactions' | 'reactions-+1' | 'reactions--1' | 'reactions-smile' | 'reactions-thinking_face' | 'reactions-heart' | 'reactions-tada' | 'interactions' | 'crea
|
1ms |
| T03-15-sort-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'sort' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'comments' | 'reactions' | 'reactions-+1' | 'reactions--1' | 'reactions-smile' | 'reactions-thinking_face' | 'reactions-heart' | 'reactions-tada' | 'interactions' | 'crea
|
1ms |
| T03-15-sort-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-007 (list as string field) on param 'sort' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'comments' | 'reactions' | 'reactions-+1' | 'reactions--1' | 'reactions-smile' | 'reactions-thinking_face' | 'reactions-heart' | 'reactions-tada' | 'interactions' | 'crea
|
1ms |
| T03-15-sort-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'sort' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'comments' | 'reactions' | 'reactions-+1' | 'reactions--1' | 'reactions-smile' | 'reactions-thinking_face' | 'reactions-heart' | 'reactions-tada' | 'interactions' | 'crea
|
1ms |
| T03-15-sort-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'sort' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
1ms |
| T03-15-sort-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'sort' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
|
1ms |
| T03-15-sort-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'sort' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"test\u0000end","code":"invalid_enum_value","options":["comments","reactions","reactions-+1","reactions--1","reactions-smile","reactions-thinking_face","reactions-heart","
|
2ms |
| T03-15-sort-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → search_issues.sort |
Tool 'search_issues' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'sort' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\u0000😀","code":"invalid_enum_value","options":["comments","reactions","reactions-+1","reactions--1","reactions-smile","reactions-thinking_face","reactions-heart","react
|
1ms |
| T03-16-order-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-001 (empty string) on param 'order' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received ''"}]
|
1ms |
| T03-16-order-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-002 (single space) on param 'order' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":" ","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received ' '"}]
|
1ms |
| T03-16-order-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'order' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\t\n\r","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received '\t\n\r'"}]
|
1ms |
| T03-16-order-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-004 (null value) on param 'order' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"null","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received null"}]
|
2ms |
| T03-16-order-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'order' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"number","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received number"}]
|
1ms |
| T03-16-order-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'order' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"boolean","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received boolean"}]
|
1ms |
| T03-16-order-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-007 (list as string field) on param 'order' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"array","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received array"}]
|
1ms |
| T03-16-order-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'order' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"object","code":"invalid_type","path":["order"],"message":"Expected 'asc' | 'desc', received object"}]
|
1ms |
| T03-16-order-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'order' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
1ms |
| T03-16-order-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'order' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
|
1ms |
| T03-16-order-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'order' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"test\u0000end","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received 'test\u0000end'"}]
|
1ms |
| T03-16-order-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → search_users.order |
Tool 'search_users' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'order' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\u0000😀","code":"invalid_enum_value","options":["asc","desc"],"path":["order"],"message":"Invalid enum value. Expected 'asc' | 'desc', received '\u0000😀'"}]
|
1ms |
| T03-16-page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-INT-001 (zero) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
1ms |
| T03-16-page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-INT-002 (negative one) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
1ms |
| T03-16-page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-INT-003 (min int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
1ms |
| T03-16-page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-INT-004 (max int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-16-page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-INT-006 (float as number) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-16-page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-INT-007 (string as number) on param 'page' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-16-page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-INT-008 (null as number) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["page"],"message":"Expected number, received null"}]
|
1ms |
| T03-16-page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'page' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["page"],"message":"Expected number, received boolean"}]
|
1ms |
| T03-16-page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'page' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-16-page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'page' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-16-page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'page' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["page"],"message":"Expected number, received string"}]
|
1ms |
| T03-16-page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'page' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-16-page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → search_users.page |
Tool 'search_users' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'page' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["page"]}]
|
1ms |
| T03-16-per_page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-INT-001 (zero) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
1ms |
| T03-16-per_page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-INT-002 (negative one) on param 'per_page' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
1ms |
| T03-16-per_page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-INT-003 (min int32) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
1ms |
| T03-16-per_page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-INT-004 (max int32) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_big","maximum":100,"type":"number","inclusive":true,"exact":false,"message":"Number must be less than or equal to 100","path":["per_page"]}]
|
1ms |
| T03-16-per_page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-INT-006 (float as number) on param 'per_page' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T03-16-per_page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-INT-007 (string as number) on param 'per_page' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
1ms |
| T03-16-per_page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-INT-008 (null as number) on param 'per_page' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["per_page"],"message":"Expected number, received null"}]
|
1ms |
| T03-16-per_page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'per_page' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["per_page"],"message":"Expected number, received boolean"}]
|
1ms |
| T03-16-per_page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'per_page' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
2ms |
| T03-16-per_page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'per_page' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
1ms |
| T03-16-per_page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'per_page' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per_page"],"message":"Expected number, received string"}]
|
1ms |
| T03-16-per_page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'per_page' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_big","maximum":100,"type":"number","inclusive":true,"exact":false,"message":"Number must be less than or equal to 100","path":["per_page"]}]
|
1ms |
| T03-16-per_page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → search_users.per_page |
Tool 'search_users' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'per_page' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"code":"too_small","minimum":1,"type":"number","inclusive":true,"exact":false,"message":"Number must be greater than or equal to 1","path":["per_page"]}]
|
1ms |
| T03-16-q-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-001 (empty string) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-16-q-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-002 (single space) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-16-q-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-16-q-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-004 (null value) on param 'q' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["q"],"message":"Expected string, received null"}]
|
1ms |
| T03-16-q-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'q' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["q"],"message":"Expected string, received number"}]
|
1ms |
| T03-16-q-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'q' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["q"],"message":"Expected string, received boolean"}]
|
1ms |
| T03-16-q-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-007 (list as string field) on param 'q' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["q"],"message":"Expected string, received array"}]
|
1ms |
| T03-16-q-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'q' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["q"],"message":"Expected string, received object"}]
|
1ms |
| T03-16-q-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'q' — handled gracefull…McpError: fetch failed
|
3ms |
| T03-16-q-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-16-q-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'q' — handled gracefully…McpError: fetch failed
|
3ms |
| T03-16-q-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → search_users.q |
Tool 'search_users' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'q' — handled gracefully.McpError: fetch failed
|
3ms |
| T03-16-sort-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-001 (empty string) on param 'sort' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"","code":"invalid_enum_value","options":["followers","repositories","joined"],"path":["sort"],"message":"Invalid enum value. Expected 'followers' | 'repositories' | 'join
|
1ms |
| T03-16-sort-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-002 (single space) on param 'sort' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":" ","code":"invalid_enum_value","options":["followers","repositories","joined"],"path":["sort"],"message":"Invalid enum value. Expected 'followers' | 'repositories' | 'joi
|
1ms |
| T03-16-sort-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'sort' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\t\n\r","code":"invalid_enum_value","options":["followers","repositories","joined"],"path":["sort"],"message":"Invalid enum value. Expected 'followers' | 'repositories' |
|
11ms |
| T03-16-sort-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-004 (null value) on param 'sort' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'followers' | 'repositories' | 'joined'","received":"null","code":"invalid_type","path":["sort"],"message":"Expected 'followers' | 'repositories' | 'joined', received nul
|
1ms |
| T03-16-sort-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'sort' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'followers' | 'repositories' | 'joined'","received":"number","code":"invalid_type","path":["sort"],"message":"Expected 'followers' | 'repositories' | 'joined', received n
|
1ms |
| T03-16-sort-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'sort' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'followers' | 'repositories' | 'joined'","received":"boolean","code":"invalid_type","path":["sort"],"message":"Expected 'followers' | 'repositories' | 'joined', received
|
1ms |
| T03-16-sort-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-007 (list as string field) on param 'sort' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'followers' | 'repositories' | 'joined'","received":"array","code":"invalid_type","path":["sort"],"message":"Expected 'followers' | 'repositories' | 'joined', received ar
|
1ms |
| T03-16-sort-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'sort' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"expected":"'followers' | 'repositories' | 'joined'","received":"object","code":"invalid_type","path":["sort"],"message":"Expected 'followers' | 'repositories' | 'joined', received o
|
1ms |
| T03-16-sort-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'sort' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
1ms |
| T03-16-sort-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'sort' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
|
1ms |
| T03-16-sort-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'sort' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"test\u0000end","code":"invalid_enum_value","options":["followers","repositories","joined"],"path":["sort"],"message":"Invalid enum value. Expected 'followers' | 'reposito
|
1ms |
| T03-16-sort-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → search_users.sort |
Tool 'search_users' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'sort' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"},{"received":"\u0000😀","code":"invalid_enum_value","options":["followers","repositories","joined"],"path":["sort"],"message":"Invalid enum value. Expected 'followers' | 'repositories'
|
1ms |
| T03-17-issue_number-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-INT-001 (zero) on param 'issue_number' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-17-issue_number-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-INT-002 (negative one) on param 'issue_number' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-17-issue_number-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-INT-003 (min int32) on param 'issue_number' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-17-issue_number-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-INT-004 (max int32) on param 'issue_number' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-17-issue_number-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-INT-006 (float as number) on param 'issue_number' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-17-issue_number-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-INT-007 (string as number) on param 'issue_number' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-17-issue_number-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-INT-008 (null as number) on param 'issue_number' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["issue
|
1ms |
| T03-17-issue_number-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'issue_number' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["is
|
1ms |
| T03-17-issue_number-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'issue_number' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-17-issue_number-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'issue_number' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-17-issue_number-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'issue_number' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["iss
|
1ms |
| T03-17-issue_number-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'issue_number' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-17-issue_number-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → get_issue.issue_number |
Tool 'get_issue' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'issue_number' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-17-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-17-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-17-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-17-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-17-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-17-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_issue.owner |
Tool 'get_issue' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-17-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-17-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-17-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-17-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-17-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
1ms |
| T03-17-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
2ms |
| T03-17-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_issue.repo |
Tool 'get_issue' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["issue_number"],"message":"Required"}]
|
3ms |
| T03-18-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-18-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-18-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-18-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-18-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-18-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_pull_request.owner |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-pull_number-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-INT-001 (zero) on param 'pull_number' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-18-pull_number-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-INT-002 (negative one) on param 'pull_number' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-18-pull_number-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-INT-003 (min int32) on param 'pull_number' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-18-pull_number-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-INT-004 (max int32) on param 'pull_number' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-18-pull_number-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-INT-006 (float as number) on param 'pull_number' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-18-pull_number-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-INT-007 (string as number) on param 'pull_number' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-18-pull_number-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-INT-008 (null as number) on param 'pull_number' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["pull_
|
1ms |
| T03-18-pull_number-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'pull_number' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pu
|
1ms |
| T03-18-pull_number-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'pull_number' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-18-pull_number-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'pull_number' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-18-pull_number-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'pull_number'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-18-pull_number-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'pull_number' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-18-pull_number-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → get_pull_request.pull_number |
Tool 'get_pull_request' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'pull_number' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-18-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-18-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-18-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-18-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-18-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-18-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-18-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_pull_request.repo |
Tool 'get_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-19-base-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-001 (empty string) on param 'base' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-base-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-002 (single space) on param 'base' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-base-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'base' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-base-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-004 (null value) on param 'base' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["base"
|
1ms |
| T03-19-base-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'base' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["bas
|
1ms |
| T03-19-base-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'base' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["ba
|
1ms |
| T03-19-base-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-007 (list as string field) on param 'base' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["base
|
1ms |
| T03-19-base-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'base' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["bas
|
1ms |
| T03-19-base-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'base' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-base-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'base' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
2ms |
| T03-19-base-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'base' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-base-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_pull_requests.base |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'base' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-direction-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-001 (empty string) on param 'direction' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"","code":"invalid_enum_value","options":["asc","desc"],"path":
|
1ms |
| T03-19-direction-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-002 (single space) on param 'direction' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":" ","code":"invalid_enum_value","options":["asc","desc"],"path"
|
1ms |
| T03-19-direction-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'direction' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\t\n\r","code":"invalid_enum_value","options":["asc","desc"],"
|
1ms |
| T03-19-direction-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-004 (null value) on param 'direction' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"null","code":"invalid_type","path"
|
1ms |
| T03-19-direction-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'direction' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"number","code":"invalid_type","pat
|
1ms |
| T03-19-direction-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'direction' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"boolean","code":"invalid_type","pa
|
1ms |
| T03-19-direction-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-007 (list as string field) on param 'direction' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"array","code":"invalid_type","path
|
1ms |
| T03-19-direction-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'direction' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'asc' | 'desc'","received":"object","code":"invalid_type","pat
|
1ms |
| T03-19-direction-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'direction' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
1ms |
| T03-19-direction-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'direction' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
|
1ms |
| T03-19-direction-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'direction' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"test\u0000end","code":"invalid_enum_value","options":["asc","d
|
1ms |
| T03-19-direction-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_pull_requests.direction |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'direction' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\u0000😀","code":"invalid_enum_value","options":["asc","desc"]
|
1ms |
| T03-19-head-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-001 (empty string) on param 'head' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-head-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-002 (single space) on param 'head' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-head-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'head' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-head-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-004 (null value) on param 'head' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["head"
|
1ms |
| T03-19-head-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'head' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["hea
|
1ms |
| T03-19-head-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'head' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["he
|
1ms |
| T03-19-head-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-007 (list as string field) on param 'head' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["head
|
1ms |
| T03-19-head-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'head' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["hea
|
1ms |
| T03-19-head-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'head' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-head-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'head' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-head-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'head' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-head-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_pull_requests.head |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'head' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_pull_requests.owner |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-001 (zero) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-002 (negative one) on param 'page' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-003 (min int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-004 (max int32) on param 'page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-006 (float as number) on param 'page' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-007 (string as number) on param 'page' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-19-page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-008 (null as number) on param 'page' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["page"
|
1ms |
| T03-19-page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'page' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pa
|
1ms |
| T03-19-page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'page' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-19-page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'page' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-19-page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'page' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pag
|
1ms |
| T03-19-page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'page' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → list_pull_requests.page |
Tool 'list_pull_requests' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'page' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-per_page-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-001 (zero) on param 'per_page' — handled gracefully.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-per_page-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-002 (negative one) on param 'per_page' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-per_page-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-003 (min int32) on param 'per_page' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-per_page-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-004 (max int32) on param 'per_page' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-per_page-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-006 (float as number) on param 'per_page' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-per_page-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-007 (string as number) on param 'per_page' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-19-per_page-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-008 (null as number) on param 'per_page' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["per_p
|
1ms |
| T03-19-per_page-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'per_page' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pe
|
1ms |
| T03-19-per_page-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'per_page' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-19-per_page-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'per_page' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-19-per_page-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'per_page' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["per
|
1ms |
| T03-19-per_page-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'per_page' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-per_page-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → list_pull_requests.per_page |
Tool 'list_pull_requests' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'per_page' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-19-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-19-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-19-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-19-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"}]
|
1ms |
| T03-19-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"}]
|
11ms |
| T03-19-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"}]
|
1ms |
| T03-19-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"}]
|
1ms |
| T03-19-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"}]
|
1ms |
| T03-19-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-19-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-19-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-19-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_pull_requests.repo |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"}]
|
1ms |
| T03-19-sort-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-001 (empty string) on param 'sort' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"","code":"invalid_enum_value","options":["created","updated","
|
1ms |
| T03-19-sort-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-002 (single space) on param 'sort' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":" ","code":"invalid_enum_value","options":["created","updated",
|
1ms |
| T03-19-sort-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'sort' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\t\n\r","code":"invalid_enum_value","options":["created","upda
|
1ms |
| T03-19-sort-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-004 (null value) on param 'sort' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'created' | 'updated' | 'popularity' | 'long-running'","receiv
|
1ms |
| T03-19-sort-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'sort' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'created' | 'updated' | 'popularity' | 'long-running'","receiv
|
1ms |
| T03-19-sort-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'sort' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'created' | 'updated' | 'popularity' | 'long-running'","receiv
|
1ms |
| T03-19-sort-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-007 (list as string field) on param 'sort' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'created' | 'updated' | 'popularity' | 'long-running'","receiv
|
1ms |
| T03-19-sort-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'sort' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'created' | 'updated' | 'popularity' | 'long-running'","receiv
|
3ms |
| T03-19-sort-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'sort' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
2ms |
| T03-19-sort-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'sort' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
|
1ms |
| T03-19-sort-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'sort' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"test\u0000end","code":"invalid_enum_value","options":["created
|
1ms |
| T03-19-sort-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_pull_requests.sort |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'sort' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\u0000😀","code":"invalid_enum_value","options":["created","up
|
2ms |
| T03-19-state-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-001 (empty string) on param 'state' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"","code":"invalid_enum_value","options":["open","closed","all"
|
1ms |
| T03-19-state-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-002 (single space) on param 'state' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":" ","code":"invalid_enum_value","options":["open","closed","all
|
1ms |
| T03-19-state-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'state' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\t\n\r","code":"invalid_enum_value","options":["open","closed"
|
1ms |
| T03-19-state-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-004 (null value) on param 'state' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'open' | 'closed' | 'all'","received":"null","code":"invalid_t
|
1ms |
| T03-19-state-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'state' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'open' | 'closed' | 'all'","received":"number","code":"invalid
|
1ms |
| T03-19-state-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'state' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'open' | 'closed' | 'all'","received":"boolean","code":"invali
|
1ms |
| T03-19-state-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-007 (list as string field) on param 'state' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'open' | 'closed' | 'all'","received":"array","code":"invalid_
|
1ms |
| T03-19-state-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'state' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"expected":"'open' | 'closed' | 'all'","received":"object","code":"invalid
|
1ms |
| T03-19-state-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'state' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
1ms |
| T03-19-state-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'state' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
|
1ms |
| T03-19-state-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'state' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"test\u0000end","code":"invalid_enum_value","options":["open","
|
1ms |
| T03-19-state-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → list_pull_requests.state |
Tool 'list_pull_requests' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'state' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"received":"\u0000😀","code":"invalid_enum_value","options":["open","close
|
1ms |
| T03-20-body-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-001 (empty string) on param 'body' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-body-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-002 (single space) on param 'body' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-20-body-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'body' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-body-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-004 (null value) on param 'body' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-body-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'body'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-body-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'body'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-body-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-007 (list as string field) on param 'body' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-body-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'body' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-body-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'body' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-body-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'body' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-20-body-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'body' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-20-body-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_pull_request_review.body |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'body' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-20-comments-FUZZ-ARR-001 | PASS | Fuzz FUZZ-ARR-001 → create_pull_request_review.comments |
Tool 'create_pull_request_review' returned a structured error for FUZZ-ARR-001 (null as array) on param 'comments' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-comments-FUZZ-ARR-002 | PASS | Fuzz FUZZ-ARR-002 → create_pull_request_review.comments |
Tool 'create_pull_request_review' returned a structured error for FUZZ-ARR-002 (dict as array) on param 'comments' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-comments-FUZZ-ARR-003 | PASS | Fuzz FUZZ-ARR-003 → create_pull_request_review.comments |
Tool 'create_pull_request_review' returned a structured error for FUZZ-ARR-003 (string as array) on param 'comments' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-comments-FUZZ-ARR-004 | PASS | Fuzz FUZZ-ARR-004 → create_pull_request_review.comments |
Tool 'create_pull_request_review' returned a structured error for FUZZ-ARR-004 (empty array) on param 'comments' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-comments-FUZZ-ARR-005 | PASS | Fuzz FUZZ-ARR-005 → create_pull_request_review.comments |
Tool 'create_pull_request_review' returned a structured error for FUZZ-ARR-005 (array of nulls 1000) on param 'comments'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
67ms |
| T03-20-comments-FUZZ-ARR-006 | PASS | Fuzz FUZZ-ARR-006 → create_pull_request_review.comments |
Tool 'create_pull_request_review' returned a structured error for FUZZ-ARR-006 (deeply nested array 10) on param 'commen…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
3ms |
| T03-20-comments-FUZZ-ARR-007 | PASS | Fuzz FUZZ-ARR-007 → create_pull_request_review.comments |
Tool 'create_pull_request_review' returned a structured error for FUZZ-ARR-007 (large array 10k nulls) on param 'comment…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
998ms |
| T03-20-comments-FUZZ-ARR-008 | PASS | Fuzz FUZZ-ARR-008 → create_pull_request_review.comments |
Tool 'create_pull_request_review' returned a structured error for FUZZ-ARR-008 (large array 1k mixed) on param 'comments…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
79ms |
| T03-20-comments-FUZZ-ARR-009 | PASS | Fuzz FUZZ-ARR-009 → create_pull_request_review.comments |
Tool 'create_pull_request_review' returned a structured error for FUZZ-ARR-009 (100-level nested array) on param 'commen…ValueError: Circular reference detected (depth exceeded)
|
1ms |
| T03-20-commit_id-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-001 (empty string) on param 'commit_id' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-commit_id-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-002 (single space) on param 'commit_id' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-commit_id-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'commit_id' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-commit_id-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-004 (null value) on param 'commit_id' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-commit_id-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'commi…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-commit_id-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'commi…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-commit_id-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-007 (list as string field) on param 'commit_i…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-commit_id-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'commit_i…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-commit_id-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'commit_i…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-commit_id-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'commit_id' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-20-commit_id-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'commit_id…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-commit_id-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_pull_request_review.commit_id |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'commit_id'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-20-event-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-001 (empty string) on param 'event' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-20-event-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-002 (single space) on param 'event' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-event-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'event' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-event-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-004 (null value) on param 'event' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-event-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'event…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-event-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'event…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-event-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-007 (list as string field) on param 'event' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-event-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'event' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-event-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'event' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-event-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'event' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-20-event-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'event' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-event-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_pull_request_review.event |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'event' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-20-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
2ms |
| T03-20-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T03-20-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T03-20-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-20-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-20-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received
|
11ms |
| T03-20-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"u
|
2ms |
| T03-20-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
2ms |
| T03-20-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
2ms |
| T03-20-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T03-20-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T03-20-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_pull_request_review.owner |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa
|
1ms |
| T03-20-pull_number-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-INT-001 (zero) on param 'pull_number' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-20-pull_number-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-INT-002 (negative one) on param 'pull_number' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-20-pull_number-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-INT-003 (min int32) on param 'pull_number' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-20-pull_number-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-INT-004 (max int32) on param 'pull_number' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-20-pull_number-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-INT-006 (float as number) on param 'pull_number' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-20-pull_number-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-INT-007 (string as number) on param 'pull_number'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-20-pull_number-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-INT-008 (null as number) on param 'pull_number' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["pull_
|
1ms |
| T03-20-pull_number-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'pull_number…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pu
|
1ms |
| T03-20-pull_number-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'pull_num…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-20-pull_number-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'pul…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-20-pull_number-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'pu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-20-pull_number-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'pull_n…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-20-pull_number-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → create_pull_request_review.pull_number |
Tool 'create_pull_request_review' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'pull_…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["
|
1ms |
| T03-20-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-20-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-20-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-20-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-20-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-20-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-20-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-20-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-20-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-20-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-20-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-20-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → create_pull_request_review.repo |
Tool 'create_pull_request_review' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","p
|
1ms |
| T03-21-commit_messa-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'commit_message' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_messa-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'commit_message' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_messa-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'commit_message' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_messa-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'commit_message' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_messa-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'commit_messag…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_messa-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'commit_messag…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_messa-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'commit_message' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_messa-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'commit_message' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_messa-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'commit_message' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_messa-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'commit_message' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_messa-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'commit_message' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_messa-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → merge_pull_request.commit_message |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'commit_message' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_title-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'commit_title' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_title-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'commit_title' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
12ms |
| T03-21-commit_title-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'commit_title' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_title-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'commit_title' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_title-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'commit_title'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_title-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'commit_title'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_title-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'commit_title' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_title-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'commit_title' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_title-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'commit_title' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_title-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'commit_title' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_title-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'commit_title' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-commit_title-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → merge_pull_request.commit_title |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'commit_title' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'merge_method' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'merge_method' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'merge_method' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'merge_method' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'merge_method'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'merge_method'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'merge_method' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'merge_method' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'merge_method' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'merge_method' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'merge_method' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-merge_method-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → merge_pull_request.merge_method |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'merge_method' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-21-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gracefu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-21-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-21-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-21-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-21-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-21-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T03-21-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → merge_pull_request.owner |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-pull_number-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-INT-001 (zero) on param 'pull_number' — handled gracefull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-21-pull_number-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-INT-002 (negative one) on param 'pull_number' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-21-pull_number-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-INT-003 (min int32) on param 'pull_number' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-21-pull_number-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-INT-004 (max int32) on param 'pull_number' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-21-pull_number-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-INT-006 (float as number) on param 'pull_number' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-21-pull_number-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-INT-007 (string as number) on param 'pull_number' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-21-pull_number-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-INT-008 (null as number) on param 'pull_number' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["pull_
|
1ms |
| T03-21-pull_number-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'pull_number' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pu
|
1ms |
| T03-21-pull_number-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'pull_number' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-21-pull_number-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'pull_number…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-21-pull_number-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'pull_numbe…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-21-pull_number-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'pull_number' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-21-pull_number-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → merge_pull_request.pull_number |
Tool 'merge_pull_request' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'pull_number' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-21-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled graceful…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracefully…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-21-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-21-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-21-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-21-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-21-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-21-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → merge_pull_request.repo |
Tool 'merge_pull_request' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-22-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-22-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-22-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-22-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-22-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_pull_request_files.owner |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-pull_number-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-INT-001 (zero) on param 'pull_number' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-22-pull_number-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-INT-002 (negative one) on param 'pull_number' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-22-pull_number-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-INT-003 (min int32) on param 'pull_number' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-22-pull_number-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-INT-004 (max int32) on param 'pull_number' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-22-pull_number-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-INT-006 (float as number) on param 'pull_number' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-22-pull_number-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-INT-007 (string as number) on param 'pull_number' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-22-pull_number-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-INT-008 (null as number) on param 'pull_number' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["pull_
|
1ms |
| T03-22-pull_number-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'pull_number' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pu
|
1ms |
| T03-22-pull_number-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'pull_number'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-22-pull_number-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'pull_nu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-22-pull_number-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'pull_n…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-22-pull_number-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'pull_numbe…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-22-pull_number-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → get_pull_request_files.pull_number |
Tool 'get_pull_request_files' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'pull_numb…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-22-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gracef…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-22-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-22-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-22-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-22-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-22-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
2ms |
| T03-22-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-22-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_pull_request_files.repo |
Tool 'get_pull_request_files' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-23-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-23-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-23-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-23-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-23-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_pull_request_status.owner |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-pull_number-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-INT-001 (zero) on param 'pull_number' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-23-pull_number-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-INT-002 (negative one) on param 'pull_number' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-23-pull_number-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-INT-003 (min int32) on param 'pull_number' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-23-pull_number-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-INT-004 (max int32) on param 'pull_number' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-23-pull_number-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-INT-006 (float as number) on param 'pull_number' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-23-pull_number-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-INT-007 (string as number) on param 'pull_number' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-23-pull_number-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-INT-008 (null as number) on param 'pull_number' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["pull_
|
1ms |
| T03-23-pull_number-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'pull_number' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pu
|
1ms |
| T03-23-pull_number-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'pull_number…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-23-pull_number-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'pull_n…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-23-pull_number-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'pull_…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-23-pull_number-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'pull_numb…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-23-pull_number-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → get_pull_request_status.pull_number |
Tool 'get_pull_request_status' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'pull_num…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-23-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled grace…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-23-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-23-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-23-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-23-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-23-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-23-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_pull_request_status.repo |
Tool 'get_pull_request_status' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-expected_hea-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-001 (empty string) on param 'expected_head_sh…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-24-expected_hea-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-002 (single space) on param 'expected_head_sh…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-24-expected_hea-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'expected_head…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-24-expected_hea-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-004 (null value) on param 'expected_head_sha'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-24-expected_hea-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'expec…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-24-expected_hea-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'expec…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-24-expected_hea-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-007 (list as string field) on param 'expected…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-24-expected_hea-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'expected…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-24-expected_hea-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'expected…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
2ms |
| T03-24-expected_hea-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'expected_he…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-24-expected_hea-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'expected_…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-24-expected_hea-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → update_pull_request_branch.expected_head_sha |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'expected_h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["
|
1ms |
| T03-24-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-24-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-24-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-24-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"u
|
10ms |
| T03-24-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-24-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → update_pull_request_branch.owner |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-pull_number-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-INT-001 (zero) on param 'pull_number' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-24-pull_number-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-INT-002 (negative one) on param 'pull_number' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-24-pull_number-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-INT-003 (min int32) on param 'pull_number' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-24-pull_number-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-INT-004 (max int32) on param 'pull_number' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-24-pull_number-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-INT-006 (float as number) on param 'pull_number' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-24-pull_number-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-INT-007 (string as number) on param 'pull_number'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-24-pull_number-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-INT-008 (null as number) on param 'pull_number' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["pull_
|
1ms |
| T03-24-pull_number-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'pull_number…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pu
|
1ms |
| T03-24-pull_number-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'pull_num…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-24-pull_number-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'pul…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-24-pull_number-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'pu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-24-pull_number-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'pull_n…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-24-pull_number-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → update_pull_request_branch.pull_number |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'pull_…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-24-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-24-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-24-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-24-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-24-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-24-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-24-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → update_pull_request_branch.repo |
Tool 'update_pull_request_branch' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-25-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-25-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-25-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-25-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-25-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_pull_request_comments.owner |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-pull_number-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-INT-001 (zero) on param 'pull_number' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-25-pull_number-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-INT-002 (negative one) on param 'pull_number' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-25-pull_number-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-INT-003 (min int32) on param 'pull_number' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-25-pull_number-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-INT-004 (max int32) on param 'pull_number' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-25-pull_number-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-INT-006 (float as number) on param 'pull_number' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-25-pull_number-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-INT-007 (string as number) on param 'pull_number' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
3ms |
| T03-25-pull_number-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-INT-008 (null as number) on param 'pull_number' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["pull_
|
1ms |
| T03-25-pull_number-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'pull_number'…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pu
|
1ms |
| T03-25-pull_number-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'pull_numb…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-25-pull_number-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'pull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-25-pull_number-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'pul…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-25-pull_number-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'pull_nu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-25-pull_number-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → get_pull_request_comments.pull_number |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'pull_n…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-25-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-25-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-25-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-25-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-25-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-25-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-25-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_pull_request_comments.repo |
Tool 'get_pull_request_comments' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-owner-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-001 (empty string) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-owner-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-002 (single space) on param 'owner' — handled g…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-owner-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'owner' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-owner-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-004 (null value) on param 'owner' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"null","path":["owner"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-26-owner-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'owner' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"number","path":["owner"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-26-owner-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'owner' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"boolean","path":["owner"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-26-owner-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-007 (list as string field) on param 'owner' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"array","path":["owner"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-26-owner-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'owner' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"object","path":["owner"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-26-owner-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'owner' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-owner-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'owner' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-owner-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'owner' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-owner-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_pull_request_reviews.owner |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'owner' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-pull_number-FUZZ-INT-001 | PASS | Fuzz FUZZ-INT-001 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-INT-001 (zero) on param 'pull_number' — handled gra…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-26-pull_number-FUZZ-INT-002 | PASS | Fuzz FUZZ-INT-002 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-INT-002 (negative one) on param 'pull_number' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-26-pull_number-FUZZ-INT-003 | PASS | Fuzz FUZZ-INT-003 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-INT-003 (min int32) on param 'pull_number' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-26-pull_number-FUZZ-INT-004 | PASS | Fuzz FUZZ-INT-004 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-INT-004 (max int32) on param 'pull_number' — handle…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-26-pull_number-FUZZ-INT-006 | PASS | Fuzz FUZZ-INT-006 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-INT-006 (float as number) on param 'pull_number' — …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-26-pull_number-FUZZ-INT-007 | PASS | Fuzz FUZZ-INT-007 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-INT-007 (string as number) on param 'pull_number' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-26-pull_number-FUZZ-INT-008 | PASS | Fuzz FUZZ-INT-008 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-INT-008 (null as number) on param 'pull_number' — h…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"null","path":["pull_
|
1ms |
| T03-26-pull_number-FUZZ-INT-009 | PASS | Fuzz FUZZ-INT-009 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-INT-009 (boolean as number) on param 'pull_number' …McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"boolean","path":["pu
|
1ms |
| T03-26-pull_number-FUZZ-NUM-001 | PASS | Fuzz FUZZ-NUM-001 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-NUM-001 (NaN string as number) on param 'pull_numbe…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-26-pull_number-FUZZ-NUM-002 | PASS | Fuzz FUZZ-NUM-002 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-NUM-002 (Infinity string as number) on param 'pull_…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-26-pull_number-FUZZ-NUM-003 | PASS | Fuzz FUZZ-NUM-003 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-NUM-003 (-Infinity string as number) on param 'pull…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"string","path":["pul
|
1ms |
| T03-26-pull_number-FUZZ-NUM-004 | PASS | Fuzz FUZZ-NUM-004 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-NUM-004 (very large float 1e308) on param 'pull_num…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-26-pull_number-FUZZ-NUM-005 | PASS | Fuzz FUZZ-NUM-005 → get_pull_request_reviews.pull_number |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-NUM-005 (very small float 1e-308) on param 'pull_nu…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"}]
|
1ms |
| T03-26-repo-FUZZ-STR-001 | PASS | Fuzz FUZZ-STR-001 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-001 (empty string) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-repo-FUZZ-STR-002 | PASS | Fuzz FUZZ-STR-002 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-002 (single space) on param 'repo' — handled gr…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-repo-FUZZ-STR-003 | PASS | Fuzz FUZZ-STR-003 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-003 (whitespace only) on param 'repo' — handled…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-repo-FUZZ-STR-004 | PASS | Fuzz FUZZ-STR-004 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-004 (null value) on param 'repo' — handled grac…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"null","path":["repo"],"message":"Expected string, received null"},{"code":"invalid_type","expected":"number","received":"und
|
1ms |
| T03-26-repo-FUZZ-STR-005 | PASS | Fuzz FUZZ-STR-005 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-005 (integer as string field) on param 'repo' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"number","path":["repo"],"message":"Expected string, received number"},{"code":"invalid_type","expected":"number","received":
|
1ms |
| T03-26-repo-FUZZ-STR-006 | PASS | Fuzz FUZZ-STR-006 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-006 (boolean as string field) on param 'repo' —…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"boolean","path":["repo"],"message":"Expected string, received boolean"},{"code":"invalid_type","expected":"number","received
|
1ms |
| T03-26-repo-FUZZ-STR-007 | PASS | Fuzz FUZZ-STR-007 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-007 (list as string field) on param 'repo' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"array","path":["repo"],"message":"Expected string, received array"},{"code":"invalid_type","expected":"number","received":"u
|
1ms |
| T03-26-repo-FUZZ-STR-008 | PASS | Fuzz FUZZ-STR-008 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-008 (dict as string field) on param 'repo' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"object","path":["repo"],"message":"Expected string, received object"},{"code":"invalid_type","expected":"number","received":
|
10ms |
| T03-26-repo-FUZZ-STR-009 | PASS | Fuzz FUZZ-STR-009 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-009 (very long string 10k) on param 'repo' — ha…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-repo-FUZZ-STR-010 | PASS | Fuzz FUZZ-STR-010 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-010 (newlines and tabs) on param 'repo' — handl…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-repo-FUZZ-STR-011 | PASS | Fuzz FUZZ-STR-011 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-011 (null byte in string) on param 'repo' — han…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T03-26-repo-FUZZ-STR-012 | PASS | Fuzz FUZZ-STR-012 → get_pull_request_reviews.repo |
Tool 'get_pull_request_reviews' returned a structured error for FUZZ-STR-012 (all unicode planes) on param 'repo' — hand…McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"number","received":"undefined","path":["pull_number"],"message":"Required"}]
|
1ms |
| T04-001 | PASS | Rug Pull Detection (Mutation Check) | All 26 tool description(s) were stable across two list_tools() calls (3 s apart). | 3642ms |
| T04-002 | PASS | Hidden Instruction Scan | No suspicious patterns found in 26 tool description(s). | 1ms |
| T04-003 | PASS | Cross-Tool Reference Detection | No cross-tool name references found across 26 tool descriptions. | 3ms |
| T04-004 | PASS | Schema Field Injection Check | All 26 tool inputSchema(s) contain only sanctioned JSON Schema fields. | 0ms |
| T04-005 | PASS | Tool Count Stability Check |
Tool count stable at 26 across 5 polls (2.5s window).Counts per poll: [26, 26, 26, 26, 26]
|
2056ms |
| T07-004 | PASS | Credentials in Error Messages |
No credential patterns found in error response for non-existent tool call.Error excerpt: 'Unknown tool: mcpsafe_nonexistent_tool_probe'
|
8ms |
| T07-007 | PASS | Environment Variable Probe |
Tool 'create_or_update_file' did not expand environment variable references in its response.Response excerpt: 'Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"'
|
3ms |
| T07-008 | PASS | Invalid Tool Name Rejection | Server correctly rejected all invalid tool names. | 13ms |
| T07-009 | PASS | Oversized Argument Rejection | Server correctly rejected oversized tool arguments. | 11ms |
| T07-011 | PASS | Deeply Nested Argument (JSON Bomb) | Server rejected deeply nested JSON argument. | 1ms |
| T07-012 | PASS | Unicode Homoglyph Tool Name Spoofing | Server rejected homoglyph tool name 'creаte_or_update_file' correctly. | 14ms |
| T09-001 | PASS | Output Sanitization — Summary | All 26 tool outputs and 0 resource reads passed PI-marker scanning. | 136ms |
| T10-001 | PASS | Cross-Session Data Leakage | Marker planted in 1 tool(s) via session A did not leak into an independent session B — state appears correctly partitioned. | 10079ms |
| T11-001 | PASS | Timing Side-Channel — Summary | Probed 6 tool(s); no timing oracles detected. | 20035ms |
| T11-TOOL-search_repositories | PASS | Timing Side-Channel → search_repositories | Tool 'search_repositories' does not appear to leak timing information (mean 2283.9 ms vs 515.1 ms, ratio 4.43×). | 12112ms |
| T12-001 | PASS | Error Secret Leakage — Summary | Probed 12 tool(s) and 0 resources; no secret patterns detected in error messages. | 187ms |
| T12-TOOL-create_branch | PASS | Error Secret Leakage → create_branch | Tool 'create_branch' errored on 3 malformed input(s); no secret patterns found in error text. | 16ms |
| T12-TOOL-create_issue | PASS | Error Secret Leakage → create_issue | Tool 'create_issue' errored on 3 malformed input(s); no secret patterns found in error text. | 17ms |
| T12-TOOL-create_or_update_file | PASS | Error Secret Leakage → create_or_update_file | Tool 'create_or_update_file' errored on 3 malformed input(s); no secret patterns found in error text. | 17ms |
| T12-TOOL-create_pull_request | PASS | Error Secret Leakage → create_pull_request | Tool 'create_pull_request' errored on 3 malformed input(s); no secret patterns found in error text. | 12ms |
| T12-TOOL-create_repository | PASS | Error Secret Leakage → create_repository | Tool 'create_repository' errored on 3 malformed input(s); no secret patterns found in error text. | 19ms |
| T12-TOOL-fork_repository | PASS | Error Secret Leakage → fork_repository | Tool 'fork_repository' errored on 3 malformed input(s); no secret patterns found in error text. | 11ms |
| T12-TOOL-get_file_contents | PASS | Error Secret Leakage → get_file_contents | Tool 'get_file_contents' errored on 3 malformed input(s); no secret patterns found in error text. | 23ms |
| T12-TOOL-list_commits | PASS | Error Secret Leakage → list_commits | Tool 'list_commits' errored on 3 malformed input(s); no secret patterns found in error text. | 22ms |
| T12-TOOL-list_issues | PASS | Error Secret Leakage → list_issues | Tool 'list_issues' errored on 3 malformed input(s); no secret patterns found in error text. | 19ms |
| T12-TOOL-push_files | PASS | Error Secret Leakage → push_files | Tool 'push_files' errored on 3 malformed input(s); no secret patterns found in error text. | 9ms |
| T12-TOOL-search_repositories | PASS | Error Secret Leakage → search_repositories | Tool 'search_repositories' errored on 3 malformed input(s); no secret patterns found in error text. | 11ms |
| T12-TOOL-update_issue | PASS | Error Secret Leakage → update_issue | Tool 'update_issue' errored on 3 malformed input(s); no secret patterns found in error text. | 6ms |
| T13-001 | PASS | Sampling Capability Advertisement | Server does not advertise the 'sampling' capability. | 0ms |
| T13-003 | PASS | Sampling Abuse — Summary | No sampling-abuse surface detected. | 16ms |
| T14-001 | PASS | Notification Flood Rate | Server sent 0 notifications during a 5s quiet window (0.0/sec) — well within expected bounds. | 5034ms |
| T14-002 | PASS | Notification Flood — Summary | No notification-flood risk detected. | 5034ms |
| T15-001 | PASS | Reentrancy — Summary | Probed 6 tool(s) with 6 concurrent invocations each; no state-bleed detected. | 3598ms |
| T15-TOOL-create_repository | PASS | Reentrancy → create_repository | 6 concurrent calls to 'create_repository' returned independent results — no state bleed detected. | 2420ms |
| T15-TOOL-search_repositories | PASS | Reentrancy → search_repositories | 6 concurrent calls to 'search_repositories' returned independent results — no state bleed detected. | 1154ms |
| T16-001 | PASS | Tool Set Drift | Tool inventory stable across snapshots. | 3722ms |
| T16-002 | PASS | Resource Set Drift | Resource inventory stable. | 0ms |
| T16-004 | PASS | Server Capability Drift | Server capabilities stable. | 0ms |
| T16-005 | PASS | Capability Creep — Summary | All capability surfaces stable over 3s window. | 3722ms |
| T17-001 | PASS | Cross-Session Hash Drift | All 26 descriptions match byte-for-byte across two independent sessions. | 4264ms |
| T19-001 | PASS | Non-ASCII Identifiers | All identifiers are pure ASCII. | 0ms |
| T19-002 | PASS | Confusable / Homoglyph Characters | No Unicode confusables detected in identifiers. | 0ms |
| T19-003 | PASS | Mixed-Script Identifiers | No mixed-script identifiers found. | 0ms |
| T19-004 | PASS | Invisible / Directional Characters | No invisible characters in identifiers. | 0ms |
| T19-005 | PASS | Homoglyph Scan — Summary | Scanned 26 identifier(s); no impersonation signals detected. | 0ms |
| DISCOVERY · 8 tests | ||||
| T01-001 | INFO | Server Identity |
Server did not advertise: name, version. Got name='unknown' version='unknown' protocol='unknown'.
Remediation:
Ensure the MCP server returns a populated 'serverInfo' object in its initialize response (name and version fields). |
0ms |
| T01-002 | PASS | Tool Enumeration |
Discovered 26 tool(s): create_or_update_file, search_repositories, create_repository, get_file_contents, push_files, cre…create_or_update_file: 'Create or update a single file in a GitHub repository'
search_repositories: 'Search for GitHub repositories'
create_repository: 'Create a new GitHub repository in your account'
get_file_contents: 'Get the contents of a file or directory from a GitHub repository'
push_files: 'Push multiple files to a GitHub repository in a single commit'
create_issue: 'Create a new issue in a GitHub repository'
create_pull_request: 'Create a new pull request in a GitHub repository'
fork_repository: 'Fork a GitHub repository to your account or specified organization'
create_branch: 'Create a new branch in a GitHub repository'
list_commits: 'Get list of commits of a branch in a GitHub repository'
list_issues: 'List issues in a GitHub repository with filtering options'
update_issue: 'Update an existing issue in a GitHub repository'
add_issue_comment: 'Add a comment to an existing issue'
search_code: 'Search for code across GitHub repositories'
search_issues: 'Search for issues and pull requests across GitHub repositories'
search_users: 'Search for users on GitHub'
get_issue: 'Get details of a specific issue in a GitHub repository.'
get_pull_request: 'Get details of a specific pull request'
list_pull_requests: 'List and filter repository pull requests'
create_pull_request_review: 'Create a review on a pull request'
merge_pull_request: 'Merge a pull request'
get_pull_request_files: 'Get the list of files changed in a pull request'
get_pull_request_status: 'Get the combined status of all status checks for a pull request'
update_pull_request_branch: 'Update a pull request branch with the latest changes from the base branch'
get_pull_request_comments: 'Get the review comments on a pull request'
get_pull_request_reviews: 'Get the reviews on a pull request'
|
0ms |
| T01-003 | PASS | Resource Enumeration | Discovered 0 resource(s). | 0ms |
| T01-004 | PASS | Prompt Enumeration | Discovered 0 prompt(s): (none). | 0ms |
| T01-005 | PASS | Tool Description Completeness | All 26 tool(s) have non-empty descriptions. | 0ms |
| T01-006 | PASS | Tool Schema Validity | All 26 tool(s) have valid JSON Schema inputSchema. | 0ms |
| T01-007 | PASS | Duplicate Tool Names | All 26 tool name(s) are unique. | 0ms |
| T01-008 | PASS | Tool Description Length | All 26 tool description(s) are within the 2,000-character limit. | 0ms |
| SCHEMA · 57 tests | ||||
| T06-006-merge_pull_request | LOW | Description Quality: merge_pull_request |
Tool 'merge_pull_request' description is too short (20 chars < 30 minimum): 'Merge a pull request'.Description length: 20 chars (minimum: 30)
Text: 'Merge a pull request'
Remediation:
Expand the description to at least 30 characters. A good description explains what the tool does and how to call it correctly — enough for an LLM to use it reliably. |
0ms |
| T06-006-search_users | LOW | Description Quality: search_users |
Tool 'search_users' description is too short (26 chars < 30 minimum): 'Search for users on GitHub'.Description length: 26 chars (minimum: 30)
Text: 'Search for users on GitHub'
Remediation:
Expand the description to at least 30 characters. A good description explains what the tool does and how to call it correctly — enough for an LLM to use it reliably. |
0ms |
| T06-004 | INFO | Return Type Consistency | All tools have required fields — return-type consistency test skipped. | 0ms |
| T06-006-add_issue_comment | INFO | Description Quality: add_issue_comment |
Tool 'add_issue_comment' description does not mention its parameters (owner, repo, issue_number, body).Description: 'Add a comment to an existing issue'
Tool has 4 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-create_branch | INFO | Description Quality: create_branch |
Tool 'create_branch' description does not mention its parameters (owner, repo, branch, from_branch).Description: 'Create a new branch in a GitHub repository'
Tool has 4 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-create_issue | INFO | Description Quality: create_issue |
Tool 'create_issue' description does not mention its parameters (owner, repo, title, body, assignees).Description: 'Create a new issue in a GitHub repository'
Tool has 7 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-create_or_update_file | INFO | Description Quality: create_or_update_file |
Tool 'create_or_update_file' description does not mention its parameters (owner, repo, path, content, message).Description: 'Create or update a single file in a GitHub repository'
Tool has 7 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-create_pull_request | INFO | Description Quality: create_pull_request |
Tool 'create_pull_request' description does not mention its parameters (owner, repo, title, body, head).Description: 'Create a new pull request in a GitHub repository'
Tool has 8 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-create_pull_request_review | INFO | Description Quality: create_pull_request_review |
Tool 'create_pull_request_review' description does not mention its parameters (owner, repo, pull_number, commit_id, body…Description: 'Create a review on a pull request'
Tool has 7 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-create_repository | INFO | Description Quality: create_repository |
Tool 'create_repository' description does not mention its parameters (name, description, private, autoInit).Description: 'Create a new GitHub repository in your account'
Tool has 4 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-fork_repository | INFO | Description Quality: fork_repository |
Tool 'fork_repository' description does not mention its parameters (owner, repo, organization).Description: 'Fork a GitHub repository to your account or specified organization'
Tool has 3 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-get_file_contents | INFO | Description Quality: get_file_contents |
Tool 'get_file_contents' description does not mention its parameters (owner, repo, path, branch).Description: 'Get the contents of a file or directory from a GitHub repository'
Tool has 4 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-get_issue | INFO | Description Quality: get_issue |
Tool 'get_issue' description does not mention its parameters (owner, repo, issue_number).Description: 'Get details of a specific issue in a GitHub repository.'
Tool has 3 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-get_pull_request | INFO | Description Quality: get_pull_request |
Tool 'get_pull_request' description does not mention its parameters (owner, repo, pull_number).Description: 'Get details of a specific pull request'
Tool has 3 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-get_pull_request_comments | INFO | Description Quality: get_pull_request_comments |
Tool 'get_pull_request_comments' description does not mention its parameters (owner, repo, pull_number).Description: 'Get the review comments on a pull request'
Tool has 3 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-get_pull_request_files | INFO | Description Quality: get_pull_request_files |
Tool 'get_pull_request_files' description does not mention its parameters (owner, repo, pull_number).Description: 'Get the list of files changed in a pull request'
Tool has 3 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-get_pull_request_reviews | INFO | Description Quality: get_pull_request_reviews |
Tool 'get_pull_request_reviews' description does not mention its parameters (owner, repo, pull_number).Description: 'Get the reviews on a pull request'
Tool has 3 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-get_pull_request_status | INFO | Description Quality: get_pull_request_status |
Tool 'get_pull_request_status' description does not mention its parameters (owner, repo, pull_number).Description: 'Get the combined status of all status checks for a pull request'
Tool has 3 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-list_commits | INFO | Description Quality: list_commits |
Tool 'list_commits' description does not mention its parameters (owner, repo, sha, page, perPage).Description: 'Get list of commits of a branch in a GitHub repository'
Tool has 5 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-list_issues | INFO | Description Quality: list_issues |
Tool 'list_issues' description does not mention its parameters (owner, repo, direction, labels, page).Description: 'List issues in a GitHub repository with filtering options'
Tool has 9 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-list_pull_requests | INFO | Description Quality: list_pull_requests |
Tool 'list_pull_requests' description does not mention its parameters (owner, repo, state, head, base).Description: 'List and filter repository pull requests'
Tool has 9 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-push_files | INFO | Description Quality: push_files |
Tool 'push_files' description does not mention its parameters (owner, repo, branch, files, message).Description: 'Push multiple files to a GitHub repository in a single commit'
Tool has 5 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-search_code | INFO | Description Quality: search_code |
Tool 'search_code' description does not mention its parameters (q, order, page, per_page).Description: 'Search for code across GitHub repositories'
Tool has 4 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-search_issues | INFO | Description Quality: search_issues |
Tool 'search_issues' description does not mention its parameters (q, order, page, per_page, sort).Description: 'Search for issues and pull requests across GitHub repositories'
Tool has 5 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-search_repositories | INFO | Description Quality: search_repositories |
Tool 'search_repositories' description does not mention its parameters (query, page, perPage).Description: 'Search for GitHub repositories'
Tool has 3 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-update_issue | INFO | Description Quality: update_issue |
Tool 'update_issue' description does not mention its parameters (owner, repo, issue_number, title, body).Description: 'Update an existing issue in a GitHub repository'
Tool has 9 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-006-update_pull_request_branch | INFO | Description Quality: update_pull_request_branch |
Tool 'update_pull_request_branch' description does not mention its parameters (owner, repo, pull_number, expected_head_s…Description: 'Update a pull request branch with the latest changes from the base branch'
Tool has 4 parameter(s) but the description contains no parameter documentation signals.
Remediation:
Include a brief description of each parameter in the tool's description so LLMs can construct valid calls. Example: 'Accepts: query (string) - the search query.' |
0ms |
| T06-001 | PASS | Schema Structural Validity | All 26 tool inputSchema(s) are structurally valid. | 0ms |
| T06-002-add_issue_comment | PASS | Required Enforcement: add_issue_comment |
Tool 'add_issue_comment' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-create_branch | PASS | Required Enforcement: create_branch |
Tool 'create_branch' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-create_issue | PASS | Required Enforcement: create_issue |
Tool 'create_issue' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-create_or_update_file | PASS | Required Enforcement: create_or_update_file |
Tool 'create_or_update_file' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
80ms |
| T06-002-create_pull_request | PASS | Required Enforcement: create_pull_request |
Tool 'create_pull_request' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-create_pull_request_review | PASS | Required Enforcement: create_pull_request_review |
Tool 'create_pull_request_review' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-create_repository | PASS | Required Enforcement: create_repository |
Tool 'create_repository' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"}]
|
2ms |
| T06-002-fork_repository | PASS | Required Enforcement: fork_repository |
Tool 'fork_repository' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-get_file_contents | PASS | Required Enforcement: get_file_contents |
Tool 'get_file_contents' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
2ms |
| T06-002-get_issue | PASS | Required Enforcement: get_issue |
Tool 'get_issue' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-get_pull_request | PASS | Required Enforcement: get_pull_request |
Tool 'get_pull_request' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-get_pull_request_comments | PASS | Required Enforcement: get_pull_request_comments |
Tool 'get_pull_request_comments' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-get_pull_request_files | PASS | Required Enforcement: get_pull_request_files |
Tool 'get_pull_request_files' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-get_pull_request_reviews | PASS | Required Enforcement: get_pull_request_reviews |
Tool 'get_pull_request_reviews' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
2ms |
| T06-002-get_pull_request_status | PASS | Required Enforcement: get_pull_request_status |
Tool 'get_pull_request_status' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-list_commits | PASS | Required Enforcement: list_commits |
Tool 'list_commits' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-list_issues | PASS | Required Enforcement: list_issues |
Tool 'list_issues' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-list_pull_requests | PASS | Required Enforcement: list_pull_requests |
Tool 'list_pull_requests' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-merge_pull_request | PASS | Required Enforcement: merge_pull_request |
Tool 'merge_pull_request' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-push_files | PASS | Required Enforcement: push_files |
Tool 'push_files' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-search_code | PASS | Required Enforcement: search_code |
Tool 'search_code' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T06-002-search_issues | PASS | Required Enforcement: search_issues |
Tool 'search_issues' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
1ms |
| T06-002-search_repositories | PASS | Required Enforcement: search_repositories |
Tool 'search_repositories' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["query"],"message":"Required"}]
|
1ms |
| T06-002-search_users | PASS | Required Enforcement: search_users |
Tool 'search_users' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["q"],"message":"Required"}]
|
4ms |
| T06-002-update_issue | PASS | Required Enforcement: update_issue |
Tool 'update_issue' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-002-update_pull_request_branch | PASS | Required Enforcement: update_pull_request_branch |
Tool 'update_pull_request_branch' correctly raised an error when called with missing required fields.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["owner"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["repo
|
1ms |
| T06-003 | PASS | additionalProperties Strictness | All 26 tool(s) have 'additionalProperties': false. | 0ms |
| T06-005 | PASS | Overly Permissive Schema Detection | All 26 tool schema(s) are acceptably strict. | 0ms |
| T16-003 | PASS | Tool Schema Required-Field Drift | No required-field drift detected. | 0ms |
| PERFORMANCE · 37 tests | ||||
| T08-001-01 | MEDIUM | Baseline Latency: create_or_update_file |
Tool 'create_or_update_file' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
2147ms |
| T08-001-02 | MEDIUM | Baseline Latency: search_repositories |
Tool 'search_repositories' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
16ms |
| T08-001-03 | MEDIUM | Baseline Latency: create_repository |
Tool 'create_repository' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
17ms |
| T08-001-04 | MEDIUM | Baseline Latency: get_file_contents |
Tool 'get_file_contents' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
16ms |
| T08-001-05 | MEDIUM | Baseline Latency: push_files |
Tool 'push_files' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
16ms |
| T08-001-06 | MEDIUM | Baseline Latency: create_issue |
Tool 'create_issue' failed all 5 latency probe calls.McpError: Failed to create issue: fetch failed
Stack: TypeError: fetch failed
at node:internal/deps/undici/undici:13510:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async githubRequest (file:///C:/Users/bantw/AppData/Local/npm-cache/_npx/3dfbf5a9eea4a1b3/node_modules/@modelcontextprotocol/server-github/dist/common/utils.js:31:22)
at async file:///C:/Users/bantw/AppData/Local/npm-cache/_npx/3dfbf5a9eea4a1b3/node_modules/@modelcontextprotocol/server-github/dist/index.js:251:35
McpError: Failed to create issue: fetch failed
Stack: TypeError: fetch failed
at node:internal/deps/undici/undici:13510:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async githubRequest (file:///C:/Users/bantw/AppData/Local/npm-cache/_npx/3dfbf5a9eea4a1b3/node_modules/@modelcontextprotocol/server-github/dist/common/utils.js:31:22)
at async file:///C:/Users/bantw/AppData/Local/npm-cache/_npx/3dfbf5a9eea4a1b3/node_modules/@modelcontextprotocol/server-github/dist/index.js:251:35
McpError: Failed to create issue: fetch failed
Stack: TypeError: fetch failed
at node:internal/deps/undici/undici:13510:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async githubRequest (file:///C:/Users/bantw/AppData/Local/npm-cache/_npx/3dfbf5a9eea4a1b3/node_modules/@modelcontextprotocol/server-github/dist/common/utils.js:31:22)
at async file:///C:/Users/bantw/AppData/Local/npm-cache/_npx/3dfbf5a9eea4a1b3/node_modules/@modelcontextprotocol/server-github/dist/index.js:251:35
McpError: Failed to create issue: fetch failed
Stack: TypeError: fetch failed
at node:internal/deps/undici/undici:13510:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async githubRequest (file:///C:/Users/bantw/AppData/Local/npm-cache/_npx/3dfbf5a9eea4a1b3/node_modules/@modelcontextprotocol/server-github/dist/common/utils.js:31:22)
at a…
|
24ms |
| T08-001-07 | MEDIUM | Baseline Latency: create_pull_request |
Tool 'create_pull_request' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
16ms |
| T08-001-08 | MEDIUM | Baseline Latency: fork_repository |
Tool 'fork_repository' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
16ms |
| T08-001-09 | MEDIUM | Baseline Latency: create_branch |
Tool 'create_branch' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
24ms |
| T08-001-10 | MEDIUM | Baseline Latency: list_commits |
Tool 'list_commits' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
17ms |
| T08-001-11 | MEDIUM | Baseline Latency: list_issues |
Tool 'list_issues' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
16ms |
| T08-001-12 | MEDIUM | Baseline Latency: update_issue |
Tool 'update_issue' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
17ms |
| T08-001-13 | MEDIUM | Baseline Latency: add_issue_comment |
Tool 'add_issue_comment' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
16ms |
| T08-001-14 | MEDIUM | Baseline Latency: search_code |
Tool 'search_code' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
16ms |
| T08-001-15 | MEDIUM | Baseline Latency: search_issues |
Tool 'search_issues' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
15ms |
| T08-001-16 | MEDIUM | Baseline Latency: search_users |
Tool 'search_users' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
21ms |
| T08-001-17 | MEDIUM | Baseline Latency: get_issue |
Tool 'get_issue' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
18ms |
| T08-001-18 | MEDIUM | Baseline Latency: get_pull_request |
Tool 'get_pull_request' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
17ms |
| T08-001-19 | MEDIUM | Baseline Latency: list_pull_requests |
Tool 'list_pull_requests' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
15ms |
| T08-001-21 | MEDIUM | Baseline Latency: merge_pull_request |
Tool 'merge_pull_request' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
15ms |
| T08-001-22 | MEDIUM | Baseline Latency: get_pull_request_files |
Tool 'get_pull_request_files' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
14ms |
| T08-001-23 | MEDIUM | Baseline Latency: get_pull_request_status |
Tool 'get_pull_request_status' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
15ms |
| T08-001-24 | MEDIUM | Baseline Latency: update_pull_request_branch |
Tool 'update_pull_request_branch' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
17ms |
| T08-001-25 | MEDIUM | Baseline Latency: get_pull_request_comments |
Tool 'get_pull_request_comments' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
15ms |
| T08-001-26 | MEDIUM | Baseline Latency: get_pull_request_reviews |
Tool 'get_pull_request_reviews' failed all 5 latency probe calls.McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
McpError: fetch failed
|
17ms |
| T05-001 | INFO | 10 Simultaneous Calls |
10/10 concurrent calls rejected by upstream API (auth/validation) — not a concurrency defect.Call 1: McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["content"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["message"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
Call 2: McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["content"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["message"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
Call 3: McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["content"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["message"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
Call 4: McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa…
|
5ms |
| T05-002 | INFO | 50 Sequential Rapid Calls |
All 50 calls to 'create_or_update_file' rejected by upstream API (auth/validation) — sequential latency not measurable.Call 1: McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["content"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["message"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
Call 2: McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["content"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["message"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
Call 3: McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["content"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["message"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
Call 4: McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","pa…
|
48ms |
| T05-003 | INFO | 100 Concurrent Calls (Stress Test) |
100/100 calls rejected by upstream API (auth/validation) — stress test inconclusive without valid credentials.McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["content"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["message"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["content"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["message"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["content"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["message"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["branch"],"message":"Required"}]
McpError: Invalid input: [{"code":"invalid_type","expected":"string","received":"undefined","path":["repo"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["path"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["content"],"message":"Requi…
|
915ms |
| T08-001-20 | INFO | Baseline Latency: create_pull_request_review |
Tool 'create_pull_request_review' requires valid credentials or real parameters — latency probe skipped (API rejection, …McpError: Invalid input: [{"received":"mcpsafe-latency-probe","code":"invalid_enum_value","options":["APPROVE","REQUEST_CHANGES","COMMENT"],"path":["event"],"message":"Invalid enum value. Expected 'APPROVE' | 'REQUEST_CHANGES' | 'COMMENT', received 'mcpsafe-latency-probe'"}]
McpError: Invalid input: [{"received":"mcpsafe-latency-probe","code":"invalid_enum_value","options":["APPROVE","REQUEST_CHANGES","COMMENT"],"path":["event"],"message":"Invalid enum value. Expected 'APPROVE' | 'REQUEST_CHANGES' | 'COMMENT', received 'mcpsafe-latency-probe'"}]
McpError: Invalid input: [{"received":"mcpsafe-latency-probe","code":"invalid_enum_value","options":["APPROVE","REQUEST_CHANGES","COMMENT"],"path":["event"],"message":"Invalid enum value. Expected 'APPROVE' | 'REQUEST_CHANGES' | 'COMMENT', received 'mcpsafe-latency-probe'"}]
|
5ms |
| T08-003-00 | INFO | Resource Read Latency | No resources to benchmark. | 0ms |
| T08-004 | INFO | Cold Start Detection |
Insufficient samples for cold-start analysis (0 succeeded, 5 failed).Call 1: McpError: fetch failed
Call 2: McpError: fetch failed
Call 3: McpError: fetch failed
Call 4: McpError: fetch failed
Call 5: McpError: fetch failed
|
25ms |
| T08-005 | INFO | Latency Degradation Under Load | Baseline latencies not available — run t08_latency.run() before this comparison. | 0ms |
| T05-004 | PASS | Connection Stability Under Rapid Reconnect |
Tool list consistent across all 5 reconnects: ['add_issue_comment', 'create_branch', 'create_issue', 'create_or_update_f…Reconnects: 5. Tools per connect: 26.
|
30449ms |
| T08-002 | PASS | Tool Discovery Latency |
list_tools() mean=5ms min=4ms max=5ms.{
"list_tools": {
"mean_ms": 4.68,
"min_ms": 4.31,
"max_ms": 5.36,
"samples": [
5.05,
5.36,
4.35,
4.36,
4.31
]
}
}
|
23ms |
| T20-001 | PASS | Response-Size Drift | Response sizes stable (32325→32325 bytes, ratio 1.00×). | 45703ms |
| T20-002 | PASS | Latency Drift | Latency stable (1577.2→1623.2ms, ratio 1.03×). | 45703ms |
| T20-004 | PASS | Memory Leak — Summary | No memory growth signals over 29 probe calls. | 45703ms |