doris-docker-regression
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Dependency Installation: The skill instructs the installation of Python packages (
pyyaml,docker) and requirements from a project-local file. These are standard dependencies for the Doris-compose runtime environment and are fetched from official registries. - Environment Verification: It uses system commands like
lsof,docker, anddocker-composeto ensure the local environment is correctly configured and that necessary ports are available before starting tests. - Configuration Preparation: The skill uses
git showto extract clean configuration files from the repository's history, ensuring that local modifications do not contaminate the regression test results. - Command Execution: It involves executing local scripts such as
build.shandrun-regression-test.sh. These operations are central to the skill's purpose of building and testing the software. - File System Permissions: The skill includes a
chmod 755command to ensure the startup script has appropriate execution permissions within the prepared test directory.
Audit Metadata