azure-storage-file-share-py
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- Trusted External Dependency: The skill relies on the
azure-storage-file-sharepackage, which is the official SDK maintained by Microsoft for Azure Storage. This is a well-known and trusted library. - Secure Credential Management: The skill utilizes
DefaultAzureCredentialandManagedIdentityCredential, which are best-practice authentication methods for Azure. It encourages the use of environment variables for configuration, avoiding hardcoded secrets. - Indirect Prompt Injection Surface: The skill includes functionality to download and read content from remote Azure File Shares. This creates a surface for indirect prompt injection if the agent processes malicious instructions embedded in stored files. This is an inherent risk of file-processing skills and is documented here for awareness.
Audit Metadata