doris-debug-query
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Command Execution]: The skill uses a local script
./scripts/doris-debugto perform log grepping and audit log analysis. This is a standard pattern for database troubleshooting tools provided by the Apache Doris project. - [External Data Access]: The skill fetches query profiles and resets RPC channels using
curlagainst the Doris Frontend (FE) and Backend (BE) management APIs (ports 8030 and 8040). These operations are performed against the user's own cluster infrastructure for diagnostic purposes. - [Configuration Recommendations]: It suggests modifying
be.confand SQL session variables (e.g.,enable_profile,parallel_exchange_instance_num) to mitigate performance bottlenecks, which is the intended use case for a database debugging skill.
Audit Metadata