signoz-explaining-dashboards
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [SAFE]: The skill uses official SigNoz MCP tools (
signoz:signoz_get_dashboard,signoz:signoz_list_dashboards) to interact with dashboard configurations, ensuring that data access is restricted to the intended observability platform. - [SAFE]: Instructions mandate the use of pagination when listing dashboards, which ensures complete data retrieval and prevents the model from missing relevant resources.
- [SAFE]: The workflow enforces fetching the complete dashboard JSON before providing any explanation, preventing the model from guessing or hallucinating details based on titles alone.
- [SAFE]: Clear scope boundaries are defined, explicitly directing the agent to refer users to a different skill for modification tasks, which minimizes the risk of unintended configuration changes.
- [SAFE]: External references to
signoz.ioare for official documentation and setup guidance, originating from the verified vendor. - [NO_CODE]: The skill consists exclusively of markdown instructions and evaluation JSON; no executable scripts or binaries are included.
Audit Metadata