bailian-finetune
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the use of the
blCLI tool for managing datasets (bl dataset), fine-tuning jobs (bl finetune), and deployments (bl deploy). These are standard administrative operations for the service. - [EXTERNAL_DOWNLOADS]: The skill mentions an installation command
npx skills add modelstudioai/cli --all -g. This downloads the official CLI tools from the vendor's repository, which is a standard distribution method for this skill's ecosystem. - [CREDENTIALS_UNSAFE]: While the skill frequently mentions the use of an
--api-keyflag, it includes explicit warnings in the shared protocol and documentation to manage these safely and avoid guessing auth. It does not contain any hardcoded secrets.
Audit Metadata