activator-consumption-cli
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Standard API Interaction: The skill utilizes the
az restCLI tool to interact with Microsoft Fabric's official REST API endpoints. It follows security best practices by specifying the correct resource audience and handling API-specific requirements like POST body parameters and Long-Running Operations (LRO). - Dependency Management: For advanced features like activation history, the skill suggests installing well-known Python libraries (
mcp,httpx,azure-identity,aiohttp) from standard registries. These are established tools for interacting with Model Context Protocol (MCP) servers and Azure identity services. - Transparent Version Management: It includes a routine check to ensure the skill is up-to-date by comparing local version metadata against the official source repository. This process is informative and ensures the agent uses the most current and secure instructions.
- Data Handling and Inspection: The skill provides templates for processing JSON data and decoding Base64 payloads returned by the Fabric API. This is a standard part of inspecting item definitions and does not involve executing the decoded content.
- Dynamic Resource Resolution: The instructions emphasize dynamic discovery of workspace and item IDs through authenticated listing calls rather than using hardcoded values, which aligns with secure operational practices.
Audit Metadata