azure-data-tables-py
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- Standard Dependency Usage: The skill utilizes
azure-data-tablesandazure-identitypackages. These are official libraries maintained by a well-known technology provider and are standard for this type of integration. - Credential Management Practices: Instructions and examples focus on using
DefaultAzureCredentialand environment variables for configuration. The documentation explicitly flags the hardcoding of connection strings or keys as an anti-pattern, promoting secure identity management. - Injection Mitigation: The skill includes a dedicated section on best practices that recommends using parameterized queries (
query_filterwithparameters) when working with external data to ensure safe operations. - Data Ingestion Surface: The skill is designed to query and retrieve entities from external table storage. While this involves processing external data, the skill provides the necessary patterns for secure querying and data handling.
Audit Metadata