azure-storage-file-datalake-py
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documentation utilizes official, well-known Python packages from Microsoft (
azure-storage-file-datalakeandazure-identity) for cloud storage management. - [SAFE]: Authentication examples prioritize security by using
DefaultAzureCredential, which manages identity through environment variables and managed identities rather than hardcoded secrets. - [SAFE]: Local file operations (reading and writing) are standard for a storage SDK skill and align with the stated purpose of uploading/downloading data to/from Azure Data Lake.
- [SAFE]: Network connectivity is directed toward legitimate Azure endpoints (
dfs.core.windows.net), and sensitive configuration values use safe placeholders like<account>. - [SAFE]: No patterns of prompt injection, obfuscation, or persistence mechanisms were detected in the skill's instructions or metadata.
Audit Metadata