fleet-management
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous examples of using
curlto interact with Grafana Fleet Management APIs. These commands are standard for the management of the service and include placeholders for authentication tokens rather than hardcoded credentials. - [COMMAND_EXECUTION]: Provides instructions for using
kubectlandjournalctlto view logs for troubleshooting purposes. These are standard operations for managing containerized or systemd-based applications. - [EXTERNAL_DOWNLOADS]: References the official Grafana documentation and GitHub repositories for Alloy and OpAMP. These are well-known, trusted sources associated with the skill's primary purpose.
- [CREDENTIALS_UNSAFE]: The skill demonstrates best practices by using
env("GRAFANA_CLOUD_API_KEY")in configuration examples and providing placeholders like<API_TOKEN>for user input, avoiding the inclusion of any hardcoded secrets.
Audit Metadata