Tested tool poisoining, tested standard MCP wasn't impacted as well with claude integration #2
Conversation
- Replace with secure environment variables using os.getenv() - Add .env.example template for easy setup - Implement automatic secret redaction tooling - Create comprehensive tool poisoning attack demonstration - Implement legitimate ETDI-protected server with OAuth authentication - Add malicious server simulation for educational purposes - Provide real-time security analysis and threat blocking - Add comprehensive tool poisoning demo documentation - Include Auth0 setup guide and troubleshooting sections - Add requirements.txt with all necessary dependencies - Create setup verification and testing scripts - Implement automatic environment configuration - Add comprehensive error handling and user guidance - examples/README.md: Complete rewrite with ETDI focus - examples/etdi/oauth_providers.py: Secret redaction + env vars - examples/etdi/run_e2e_demo.py: Secret redaction + env vars - src/mcp/etdi/server/tool_provider.py: Enhanced functionality - examples/etdi/.env.example: Environment variable template - examples/etdi/tool_poisoning_demo/: Complete demo directory - examples/etdi/tool_poisoning_demo/requirements.txt: Dependencies - examples/etdi/tool_poisoning_demo/README.md: Setup documentation - examples/etdi/legitimate_etdi_server.py: ETDI-protected server - examples/etdi/tool_poisoning_demo/malicious_server.py: Attack simulation - examples/etdi/tool_poisoning_demo/etdi_attack_prevention_client.py: ETDI client - examples/etdi/tool_poisoning_demo/run_real_server_demo.py: Demo orchestrator
Collaborator
|
Noice |
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.
🔒 Security & Secret Management
🛡️ Tool Poisoning Prevention Demo
📚 Enhanced Documentation
🛠️ Infrastructure
📁 Files Added:
📝 Files Modified: