doris-debug-deployment
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Diagnostic Command Execution]: The skill provides shell commands for debugging Apache Doris clusters, such as checking node health via
curland inspecting network ports usingss. These are standard administrative actions for database maintenance and are used to provide visibility into the system state. - [Process and File Management]: The instructions include commands like
fuser -kto stop processes andlsto check metadata directories. While these operations involve system-level changes, they are presented as specific remedies for port conflicts and metadata corruption in a controlled deployment environment. - [Automated Alert Review]: An automated scan identified a potential remote execution pattern in the command parsing a health check. Manual analysis confirms this command (
curl ... | grep) is used strictly to extract an IP address from JSON output for configuration validation and does not involve executing external code. - [Network Operations]: The skill interacts with internal cluster APIs (defined via
$FEand$BEvariables). These requests are used to retrieve status information from the local deployment and do not involve data exfiltration to external or unknown domains.
Audit Metadata