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 source
B
77/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

2

Score

77/100

HIGH 1
MEDIUM 1

Findings (2)

HIGH
Zero-width character obfuscation
L25

Detects zero-width characters used to hide content

FIX

Remove hidden directives embedded in markdown, HTML comments, or encoded text. All agent-facing text should be explicit and visible in the skill definition.

FP?

Likely FP if the match is a standard markdown formatting pattern or HTML comment used for documentation rather than concealing directives.

MEDIUM
Invisible separator injection
L25

Detects Unicode line/paragraph separators and soft hyphens used to hide content

FIX

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.

FP?

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.