AAlibaba Cloud DMS MCP Server 🌐A universal multi-cloud data MCP Server supporting over 30 types of data source connections, providing secure, cross-source data access in a single platform. Supports full range of Alibaba Cloud services and Mainstream databases/data warehouses.
mcp-so:alibabacloud-dms-mcp-server_shawaizshabbir
View sourceFirst Seen
Feb 18, 2026
Last Scanned
Feb 20, 2026
Findings
2
Score
77/100
Findings (2)
Detects zero-width characters used to hide content
Remove hidden directives embedded in markdown, HTML comments, or encoded text. All agent-facing text should be explicit and visible in the skill definition.
Likely FP if the match is a standard markdown formatting pattern or HTML comment used for documentation rather than concealing directives.
Detects Unicode line/paragraph separators and soft hyphens used to hide content
Remove or replace Unicode characters that can alter text rendering (bidi overrides U+202A-U+202E, zero-width joiners U+200B-U+200F, homoglyph substitutions). Use ASCII-only identifiers in code.
Likely FP if the Unicode characters are legitimate multilingual text (e.g., CJK characters, accented Latin characters) rather than bidi overrides or homoglyphs used for obfuscation.