schema-e2e-validation
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for executing various command-line tools to set up the environment and run validation tests.
- Evidence: Commands are provided for starting
colima, checkingdocker, and runningearthlytargets. - Evidence: References a local execution script
./scripts/earthly-with-doppler.shfor managing the test workflow. - [EXTERNAL_DOWNLOADS]: The skill recommends installing dependencies from a trusted package manager.
- Evidence: Instructs the user to run
brew install earthly, which uses the reputable Homebrew package management system. - [CREDENTIALS_UNSAFE]: The skill handles sensitive ClickHouse Cloud connection details.
- Evidence: It utilizes Doppler for secret management, specifically for variables like
CLICKHOUSE_PASSWORD_READONLY, avoiding plain-text storage in the codebase. - Evidence: The skill asks the user to provide a Doppler token manually (
doppler configure set token <token_from_1password>), ensuring the credential originates from the user's own secure vault.
Audit Metadata