yunxiao-devops
Warn
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The documentation in
references/pipeline.mddescribes a 'Smart Creation' feature that executes local shell commands, specificallygit config --get remote.origin.urlandgit branch --show-current, to automate configuration. This provides the agent with a mechanism to interact directly with the host's command line environment. - [EXTERNAL_DOWNLOADS]: The executable script
scripts/yunxiao-cli/index.mjsattempts to import critical functionality from a./dist/directory (e.g.,tool-registry,tool-handlers). These files are not included in the skill package, making the core logic of the tool opaque and unverifiable. - [CREDENTIALS_UNSAFE]: The skill requires a
YUNXIAO_ACCESS_TOKENfor API authentication. TheSKILL.mdinstructions guide users to export this token as an environment variable, which may result in sensitive credentials being exposed in shell histories, environment logs, or to other local processes.
Audit Metadata