azure-data-tables-java
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Standard SDK Usage: The skill demonstrates the use of official Azure SDK libraries for Java (com.azure). All code samples align with established Azure development patterns for interacting with Table Storage and Cosmos DB.
- Secure Credential Management: The skill correctly uses placeholders for sensitive information such as connection strings and account keys. It also encourages the use of
DefaultAzureCredential, which is the recommended practice for secure identity management in Azure environments. - Trusted Dependencies: The libraries referenced (e.g.,
azure-data-tables,azure-identity) are published by a well-known organization and are standard for the described tasks. - Absence of Risky Patterns: A thorough review found no evidence of prompt injection, data exfiltration, obfuscation, or unauthorized command execution. The skill focus is strictly on providing documentation and examples for Java developers.
Audit Metadata