We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e8b85 commit b1db2ebCopy full SHA for b1db2eb
src/aws-iac-mcp-server/awslabs/aws_iac_mcp_server/sanitizer.py
@@ -18,8 +18,7 @@ def sanitize_tool_response(content: str) -> str:
18
19
Implements multiple layers of protection:
20
1. Filters unicode tag characters (obfuscation attacks)
21
- 2. Detects common prompt injection patterns
22
- 3. Wraps content in XML tags for clear boundaries
+ 2. Wraps content in XML tags for clear boundaries
23
24
Args:
25
content: Raw tool response content
0 commit comments