mlv-operations-cli
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution via Azure CLI: The skill instructs the agent to use the
az restcommand to interact with Microsoft Fabric's control-plane APIs. This is a standard administrative pattern that leverages the user's existing authentication and the official Azure CLI environment. - Automated Execution Considerations: The skill features an 'Eval mode' that skips confirmation prompts if the user includes phrases such as 'I pre-approve' or 'proceed without confirmation.' While designed to facilitate automated testing and streamlined workflows, this pattern should be used in trusted contexts to ensure that all actions are intended by the user.
- Safety Confirmations: By default, the skill implements a 'human-in-the-loop' requirement for impactful operations like creating, updating, or deleting schedules. This acts as a security best practice to prevent accidental resource modification.
- Reliance on Established APIs: All operations target official Microsoft Fabric endpoints (
api.fabric.microsoft.com). The skill provides structured guidance on payload construction and error handling based on official API specifications. - External Resource References: The skill points to common documentation and troubleshooting guides within the repository and on Microsoft Learn. These references provide context for authentication and environment setup without introducing external code execution risks.
Audit Metadata