azure-storage-file-datalake-py
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions include steps to install
azure-storage-file-datalakeandazure-identity. These are the official, well-known libraries provided by Microsoft for Azure service integration. - [DATA_EXPOSURE]: The skill demonstrates how to read from and write to local files (e.g.,
local-file.txt,downloaded.txt) to facilitate data transfer to and from Azure storage. This is the intended core functionality of the skill. - [INDIRECT_PROMPT_INJECTION]: The skill processes data retrieved from external Azure storage containers, which constitutes a potential attack surface if the stored content contains malicious instructions.
- Ingestion points: Data is ingested through
file_client.download_file()anddownload.readall()inSKILL.md. - Boundary markers: None present in the provided examples.
- Capability inventory: The skill can perform network operations via the Azure SDK and write to the local file system.
- Sanitization: The examples do not show explicit validation or sanitization of the downloaded content before processing.
Audit Metadata