doris-best-practices
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- CLI Tool Integration: The skill provides instructions for using the
dorisclimanagement tool to perform cluster diagnostics. This involves environment detection using theDORIS_CLI_PATHvariable and executing commands such asprofile getandtablethealth checks. These operations are intended for local troubleshooting of the user's database environment. - Official Package Reference: The documentation references the installation of the
@apache-doris/dorisclipackage via NPM. This is an official utility provided by the Apache Doris project and is required for the skill's diagnostic functionality. - Internal API Interaction: The skill describes fetching performance metrics from the Apache Doris Frontend (FE) REST API (ports 8030/8080). These network operations are directed at the user's own database infrastructure to retrieve execution profiles for analysis.
- Evidence-First Diagnostic Policy: The skill implements a strict policy requiring the collection of runtime evidence (e.g., query plans or profiles) before suggesting optimizations. This safety-conscious approach ensures that changes are based on observed data rather than heuristics.
Audit Metadata