alibabacloud-oss-manage-cron-upload
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
aliyunCLI for cloud operations and standard system tools (cron,schtasks) for scheduling. These operations are directly related to the skill's stated purpose of managing recurring backups. - [EXTERNAL_DOWNLOADS]: Includes instructions to download the
aliyunCLI from the official Alibaba Cloud CDN (aliyuncli.alicdn.com). As an official vendor resource, this is considered a safe and verified source. - [CREDENTIALS_UNSAFE]: Implements a strict security policy that prohibits the extraction or hardcoding of sensitive access keys (AK/SK), instead relying on pre-configured CLI profiles and verifying status via
aliyun configure list. - [SAFE]: Incorporates robust validation for all user-provided parameters, including absolute path checks and regex-based validation for identifiers, effectively preventing common shell injection vectors.
Audit Metadata