signoz-modifying-dashboards
Pass
Audited by Gen Agent Trust Hub on May 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses a dedicated set of SigNoz-specific tools (MCP) to interact with dashboard configurations. It explicitly instructs the agent to avoid raw HTTP calls or manual editing, ensuring operations stay within the managed tool environment.
- [SAFE]: The instructions include robust safety guardrails. Specifically, Step 3 mandates user confirmation before performing any destructive operations, such as deleting panels or variables, even if the user expresses urgency. This prevents accidental data loss.
- [SAFE]: Data integrity is maintained by the requirement to fetch the full dashboard state (
signoz_get_dashboard) and preserve all unmodified fields during the update process (signoz_update_dashboard). This 'diff-and-merge' approach prevents unintentional configuration stripping. - [SAFE]: The skill utilizes official SigNoz MCP resources (e.g.,
signoz://dashboard/query-builder-example) for query construction and schema compliance, ensuring that all modifications follow the vendor's expected formats and naming conventions (OpenTelemetry semantic conventions).
Audit Metadata