activator-cli
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFE
Full Analysis
- Standard API Interaction: The skill facilitates interaction with official Microsoft Fabric APIs (
api.fabric.microsoft.com) using established tools such as the Azure CLI (az rest),jqfor JSON processing, and Python for data handling. These are standard practices for cloud resource management. - Secure Data Handling: It explicitly instructs the agent to use Python for building and serializing JSON payloads. This is a recommended security best practice to ensure payload integrity and prevent command injection or data corruption that can occur with shell-based serialization.
- Validation Gate: The skill implements a 'Source Validation Gate,' requiring the agent to resolve and validate data sources before authoring alert rules. This reduces the risk of errors and ensures the agent operates on verified data.
- Trusted Dependencies: The skill utilizes well-known and reputable Python packages (
mcp,httpx,azure-identity,aiohttp) for its functionality, particularly for connecting to Model Context Protocol (MCP) servers.
Audit Metadata