azure-data-tables-java
Pass
Audited by Gen Agent Trust Hub on Feb 13, 2026
Risk Level: LOWNO_CODE
Full Analysis
The skill consists of three markdown files: SKILL.md, references/acceptance-criteria.md, and references/examples.md. All files are descriptive and contain Java code snippets for using the Azure Data Tables SDK. There is no executable script or binary provided for the AI agent to run.
- Prompt Injection: No patterns indicative of prompt injection were found in any of the files, including metadata fields.
- Data Exfiltration: The skill itself does not perform any data exfiltration. The code examples use placeholders for sensitive information (e.g.,
<your-connection-string>,<account-key>) andreferences/acceptance-criteria.mdexplicitly warns against hardcoding credentials, advocating for environment variables (System.getenv()). This promotes secure credential handling by the user. - Obfuscation: No obfuscation techniques (Base64, zero-width characters, homoglyphs, URL/hex/HTML encoding) were detected in any of the files.
- Unverifiable Dependencies: The skill references Maven dependencies
com.azure:azure-data-tablesandcom.azure:azure-identity. These are official Azure SDKs maintained by Microsoft, which is a trusted GitHub organization (microsoft,azure). The repositoryhttps://github.com/Azure/azure-sdk-for-javais also a trusted source. Therefore, these dependencies are considered low risk. - Privilege Escalation: No commands or instructions for privilege escalation (e.g.,
sudo,chmod 777) were found. - Persistence Mechanisms: No attempts to establish persistence (e.g., modifying
.bashrc, creating cron jobs) were found. - Metadata Poisoning: The
nameanddescriptionfields inSKILL.mdare benign and accurately reflect the skill's purpose. No malicious instructions were found in any metadata. - Indirect Prompt Injection: As the skill is purely informational and does not process external user input, it is not susceptible to indirect prompt injection.
- Time-Delayed / Conditional Attacks: No conditional logic or time-delayed triggers for malicious behavior were identified.
Overall, the skill is a safe, descriptive resource for developers using the Azure Data Tables SDK for Java.
Audit Metadata