eventschemaset-consumption-cli
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- Official API Integration: The skill interacts with 'api.fabric.microsoft.com' using the 'az rest' command. This is the standard, authoritative endpoint for Microsoft Fabric operations, and its use here is consistent with the skill's intended administrative functions.
- Secure Data Decoding: It retrieves base64-encoded JSON definitions from the Fabric service and decodes them using 'base64' and 'jq'. This process allows the agent to summarize item definitions without executing external code or scripts.
- Standard Maintenance Procedures: The skill includes a session-based update check that compares local version metadata against a remote repository. This is a common development pattern used to ensure that the agent is using the most current and secure version of the skill.
- Least Privilege Enforcement: The instructions explicitly require the agent to refuse any write requests (create, update, delete) and direct users to official authoring APIs. This enforces a read-only boundary, minimizing the potential impact of accidental or malicious command execution.
Audit Metadata