The skill exposes direct Azure CLI
Claims to do
Azure Storage Services: | Service | Use When | MCP Tools | CLI | |---------|----------|-----------|-----| | Blob Storage | Objects, files, backups, static content | `azure__storage` | `az storage blob` | | File Shares | SMB file shares, lift-and-shift | - | `az storage file` | | Queue Storage | Async messaging, task queues | - | `az storage queue` | | Table Storage | NoSQL key-value (consider Cosmos DB) | - | `az storage table` | | Data Lake | Big data analytics, hierarchical namespace | - | `az storage fs` |
Actually does
The skill utilizes the `azure__storage` MCP tool and `az` CLI to list Azure storage accounts, containers, and blobs, and to upload and download blob content. It also provides informational text and documentation links for various Azure Storage services.
The skill provides direct `bash` commands for Azure CLI (`az storage`) operations, including listing, downloading, and uploading blobs. If an agent executes these commands without strict input validation or sandboxing, it could lead to arbitrary command execution, data exfiltration (downloading sensitive files), or data injection (uploading malicious content) on the host system or within the Azure environment.
```bash az storage account list --output table ... az storage blob download --account-name ACCOUNT --container-name CONTAINER --name BLOB --file LOCAL_PATH az storage blob upload --account-name ACCOUNT --container-name CONTAINER --name BLOB --file LOCAL_PATH ```
The skill's stated purpose claims to cover Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake, but its executable commands (both MCP and CLI) are exclusively for Blob Storage operations.
The 'Services' table lists all five storage types, but the 'MCP Server' and 'CLI Fallback' sections only provide commands for `storage_account`, `storage_container`, and `storage_blob` operations, with no commands for File Shares, Queues, Tables, or Data Lake.
[](https://mondoo.com/ai-agent-security/skills/github/microsoft/azure-skills/azure-storage)<a href="https://mondoo.com/ai-agent-security/skills/github/microsoft/azure-skills/azure-storage"><img src="https://mondoo.com/ai-agent-security/api/badge/github/microsoft/azure-skills/azure-storage.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/microsoft/azure-skills/azure-storage.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.