azure-storage-blob-py
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches official libraries and connects to well-known service infrastructure.
- Installs
azure-storage-blobandazure-identityfrom the official Python Package Index. - Communicates with the
blob.core.windows.netdomain for storage operations. - [PROMPT_INJECTION]: The skill facilitates the ingestion of external data, which could potentially contain malicious instructions targeting the agent (indirect prompt injection).
- Ingestion points: Reads content from external Azure blobs using
blob_client.download_blob().readall()inSKILL.md. - Boundary markers: No specific delimiters or markers are demonstrated to help the agent distinguish between data and instructions.
- Capability inventory: Includes capabilities to write to the local filesystem using
open()and perform network-based data transfers viaupload_blob(). - Sanitization: The provided code examples do not include sanitization or validation of the downloaded content before processing.
Audit Metadata