aliyun-oss-ossutil
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the
ossutilbinary from Alibaba Cloud's official domain (gosspublic.alicdn.com). This download is documented inreferences/install.mdandreferences/sources.mdas part of the tool's installation process. - [COMMAND_EXECUTION]: Executes system commands for environment setup and validation.
- The installation guide in
references/install.mdusescurl,unzip, andsudo(forchmodandmv) to deploy the binary to/usr/local/bin. - The
scripts/check_ossutil.pyscript usessubprocess.runto executeossutil --versionto verify the installation. - [CREDENTIALS_UNSAFE]: Discusses AccessKey (AK) and AccessKey Secret (SK) configuration in
SKILL.md. The documentation follows security best practices by recommending environment variables or shared credential files and using placeholders (<your-ak>,<your-sk>) instead of hardcoded secrets.
Audit Metadata