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-blob and azure-identity from the official Python Package Index.
  • Communicates with the blob.core.windows.net domain 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() in SKILL.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 via upload_blob().
  • Sanitization: The provided code examples do not include sanitization or validation of the downloaded content before processing.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 1, 2026, 05:03 PM