Back to skill

Security audit

ctyun-cli-天翼云-命令行

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed cloud CLI helper whose sensitive actions are expected for managing Tianyi Cloud resources, though users should handle credentials and delete commands carefully.

Install only if you intend to manage Tianyi Cloud resources from this machine. Prefer environment variables or a protected config for credentials, avoid pasting real secrets directly into command arguments, and double-check IDs before running delete or update commands because they can affect live cloud resources.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (2)

Missing User Warnings

Medium
Confidence
89% confidence
Finding
The skill documents a destructive operation (`ctyun-cli monitor delete-data-export-task`) without any warning, confirmation guidance, or clear statement that it permanently removes cloud-side resources. In a cloud administration CLI, omission of safety context increases the chance of accidental destructive actions by users or downstream agents, especially when commands are copied verbatim.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill shows credential entry directly on the command line (`--access-key` / `--secret-key`), which can leak secrets through shell history, process listings, terminal logs, or agent telemetry. Although environment variables are presented as preferred, the interactive example still normalizes an unsafe secret-handling pattern without warning users about these exposure channels.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.