eventstream-authoring-cli
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- Official API Usage: The skill exclusively utilizes the official Microsoft Fabric API endpoint (
api.fabric.microsoft.com) for all operations, ensuring data is transmitted to authorized services. - Standard Tooling: The instructions leverage
az rest(Azure CLI), which is a trusted and standard tool for managing Azure resources. - Legitimate Payload Encoding: The use of Base64 encoding is documented as a technical requirement for the Microsoft Fabric API definition payloads, rather than an attempt to obfuscate malicious content.
- Safe Credential Handling: The skill does not contain hardcoded credentials or secrets; it appropriately uses environment variables and standard authentication flows through the Azure CLI.
Audit Metadata