fix: quarantine UX improvements and QA testing infrastructure#338
Merged
fix: quarantine UX improvements and QA testing infrastructure#338
Conversation
Design for end-to-end testing of MCPProxy's quarantine UX across CLI, REST API, MCP protocol, and Web UI. Includes two test MCP servers (malicious + rug-pull echo), automated test script, and Chrome walkthrough plan. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Semi-automated test plan covering two test MCP servers, 14 test scenarios across CLI/REST/MCP, Chrome UX walkthrough, and HTML report generation. Addresses reviewer feedback: HTTP status codes, UX evaluation checklist, GIF embedding workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add README documenting the two test MCP servers (malicious TPA vectors and rug-pull simulator) and the 16-scenario quarantine test script. Update test config to enable socket and pre-quarantine servers. Include generated HTML test report and Chrome UX walkthrough GIF. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ine counts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…e fixes - Add QT-15/QT-15b tests verifying steal_data tool detected as pending after rug pull (new tool injection scenario) - Rebuild frontend with visual diff and stale counts fixes - Restore minimal test config (mcpproxy auto-expands on run) - Update HTML report: 18/18 tests passing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying mcpproxy-docs with
|
| Latest commit: |
835bd6b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1d3d559b.mcpproxy-docs.pages.dev |
| Branch Preview URL: | https://fix-quarantine-ux-improvemen.mcpproxy-docs.pages.dev |
📦 Build ArtifactsWorkflow Run: View Run Available Artifacts
How to DownloadOption 1: GitHub Web UI (easiest)
Option 2: GitHub CLI gh run download 22948770759 --repo smart-mcp-proxy/mcpproxy-go
|
Strip docs/{qa,superpowers} and web/frontend/dist/* changes
from this PR to keep it focused on code fixes and test servers.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
loadToolApprovals()also callsgetToolDiff()for changed tools.serversStore.fetchServers()after approval.steal_datatool to echo-rugpull server that appears only after rug pull — verifies MCPProxy quarantines brand-new injected tools as "pending".Test plan
make buildsucceeds with frontend changesbash tests/test-quarantine.sh— 18/18 tests passingsteal_datatool detected as pending after rug pull🤖 Generated with Claude Code