weiyun
Warn
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The 'Version Update Check' section in
SKILL.mddirects the agent to query a remote API (https://www.weiyun.com/api/v3/mcpserver) and follow theinstructionfield provided in the response to perform updates. This creates a mechanism where a remote server can supply instructions that the agent is conditioned to execute without further validation. - [DATA_EXFILTRATION]: The
scripts/upload_to_weiyun.pyscript reads the entire content of a specified local file and sends it via an HTTP POST request to a remote endpoint (weiyun.com). This behavior is consistent with the skill's stated purpose as a cloud storage manager for a well-known service. - [COMMAND_EXECUTION]: The skill documentation provides shell commands for the agent to execute, including Python scripts for parameter generation (
scripts/gen_block_info_list.py) and file uploading (scripts/upload_to_weiyun.py). It also usescurlto perform file downloads. - [EXTERNAL_DOWNLOADS]: The skill fetches update metadata and file management commands from
weiyun.com, which is a well-known service provider. - [INDIRECT_PROMPT_INJECTION]: The skill processes local data through the
scripts/upload_to_weiyun.pyscript and interacts with remote API responses. - Ingestion points: Reads local files from the file system via
scripts/upload_to_weiyun.py. - Boundary markers: None identified in the processing scripts.
- Capability inventory: Includes
Bashfor command execution,Writefor file modification, and network access via therequestslibrary. - Sanitization: The script performs no sanitization on the file data it processes before transmission or output.
Audit Metadata