azure-data-tables-java
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [Credential Management Patterns]: The skill demonstrates the use of
DefaultAzureCredential, Shared Keys, and SAS tokens for authentication. It appropriately uses placeholders (e.g.,<your-connection-string>) for sensitive values, encouraging secure configuration practices rather than hardcoding secrets. - [Official Dependency References]: The Maven configuration examples reference official Azure SDK libraries (
com.azure:azure-data-tablesandcom.azure:azure-identity). These are standard, vendor-provided packages for interacting with Azure services. - [External Data Processing]: The skill is designed to interact with Azure Table Storage and Cosmos DB. While it demonstrates how to retrieve and list entities, it does not perform any dangerous operations with that data, such as dynamic execution or shell command interpolation. As a best practice, developers should ensure data retrieved from external storage is validated before being used in sensitive application logic.
Audit Metadata