doris-debug-node
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [System Diagnostic Commands]: The skill utilizes several standard diagnostic utilities such as
jstack,jmap,ps, andtopto gather process-level information. These tools are appropriate for the skill's intended purpose of debugging memory issues and process health. - [Administrative API Interaction]: The documentation includes a
curlcommand directed at a Doris Backend API (/api/update_config) to adjust configuration settings at runtime. This is a common administrative pattern for performance tuning during incident response. - [File System Operations]: In the context of metadata corruption recovery, the skill mentions using
rm -rfto clear specific metadata directories before re-syncing from a master node. This is a high-privilege operation intended for recovery scenarios and should be performed with standard administrative care. - [Internal Script Reference]: The instructions call a local script named
doris-debug. This pattern assumes the presence of project-specific tooling within the user's environment to streamline log analysis and diagnostic collection.
Audit Metadata