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, and docker-compose to ensure the local environment is correctly configured and that necessary ports are available before starting tests.
  • Configuration Preparation: The skill uses git show to 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.sh and run-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 755 command to ensure the startup script has appropriate execution permissions within the prepared test directory.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 29, 2026, 10:59 AM
Security Audit — agent-trust-hub — doris-docker-regression