azure-storage-queue-py
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified. The code snippets demonstrate standard integration with Azure Queue Storage and follow security best practices by utilizing DefaultAzureCredential for authentication.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing official SDK packages from Microsoft, specifically azure-storage-queue and azure-identity, to facilitate interaction with Azure services.
- [PROMPT_INJECTION]: The skill defines a surface for processing external data by receiving messages from Azure Storage Queues.
- Ingestion points: The
receive_messagesmethod is used to ingest untrusted data into the agent's context (SKILL.md). - Boundary markers: No delimiters or ignore instructions are present to wrap external message content.
- Capability inventory: The provided examples only demonstrate printing and deleting messages; no dangerous operations like shell execution or code evaluation are performed on the message data.
- Sanitization: No sanitization or validation of the message content is implemented in the documentation snippets.
Audit Metadata