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.

  1. Prompt Injection: No patterns indicative of prompt injection were found in any of the files, including metadata fields.
  2. 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>) and references/acceptance-criteria.md explicitly warns against hardcoding credentials, advocating for environment variables (System.getenv()). This promotes secure credential handling by the user.
  3. Obfuscation: No obfuscation techniques (Base64, zero-width characters, homoglyphs, URL/hex/HTML encoding) were detected in any of the files.
  4. Unverifiable Dependencies: The skill references Maven dependencies com.azure:azure-data-tables and com.azure:azure-identity. These are official Azure SDKs maintained by Microsoft, which is a trusted GitHub organization (microsoft, azure). The repository https://github.com/Azure/azure-sdk-for-java is also a trusted source. Therefore, these dependencies are considered low risk.
  5. Privilege Escalation: No commands or instructions for privilege escalation (e.g., sudo, chmod 777) were found.
  6. Persistence Mechanisms: No attempts to establish persistence (e.g., modifying .bashrc, creating cron jobs) were found.
  7. Metadata Poisoning: The name and description fields in SKILL.md are benign and accurately reflect the skill's purpose. No malicious instructions were found in any metadata.
  8. Indirect Prompt Injection: As the skill is purely informational and does not process external user input, it is not susceptible to indirect prompt injection.
  9. 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
Risk Level
LOW
Analyzed
Feb 13, 2026, 10:25 AM