Tp2
High
- Category
- MCP Tool Poisoning
- Confidence
- 85% confidence
- Finding
- Mixing characters from multiple Unicode scripts in a single identifier is a common technique to create visually ambiguous tool names.
Security audit
Security checks for vulnerabilities and agentic risk
The skill is a disclosed read-only Huawei Cloud CES metrics query helper, with credential-handling and raw-output risks users should manage carefully.
Install only if you need read-only Huawei Cloud CES metric queries. Use a dedicated IAM user with only CES metric list/get permissions, avoid production-wide AK/SK where possible, verify the hcloud installer before running it, and remember that returned metric metadata may reveal cloud resource identifiers.
whose name contains ACCESS_KEY / SECRET_KEY or ends with _AK / _SK.
"""
ak, sk = "", ""
for key, val in os.environ.items():
upper = key.upper()
if not (upper.startswith("HUAWEI") or upper.startswith("HW") or upper.startswith("HWC")):
continue] + params
try:
proc = subprocess.run(
cmd,
capture_output=True,
text=True,No suspicious patterns detected.