spark-consumption-cli
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill uses
az restandcurlto interact with Microsoft Fabric and Azure Storage APIs. These are standard methods for authenticating and managing cloud resources within the Azure ecosystem. - [Temporary File Usage]: It writes Spark code and session configurations to
/tmp/body.jsonbefore sending them to the Livy API. This is a common pattern for handling multi-line JSON payloads in shell environments. - [External Communication]: Network requests are directed exclusively to well-known Microsoft and Azure domains (
api.fabric.microsoft.com,storage.azure.com) for resource management and data access. - [Update Mechanism]: The skill includes an instruction to run a
check-updatesroutine once per session, which is a standard maintenance practice to ensure the CLI environment is up-to-date.
Audit Metadata