azure-data-tables-py

Pass

Audited by Gen Agent Trust Hub on Feb 13, 2026

Risk Level: LOWEXTERNAL_DOWNLOADS
Full Analysis

================================================================================

✅ VERDICT: SAFE

This skill is deemed SAFE. It primarily serves as documentation and a guide for using the Azure Tables SDK for Python. It explicitly recommends secure practices like using environment variables for credentials and parameterized queries, which is a positive security indicator. The only external dependency is a pip install command for the official Azure SDK, which is considered a trusted source.

Total Findings: 2

🔵 LOW Findings: • Indirect Prompt Injection Risk

  • The skill processes external data (Azure Table entities). While it recommends parameterized queries, there's an inherent risk of indirect prompt injection if the data processed by the skill contains malicious instructions. This is a general risk for skills interacting with external content, not a specific vulnerability in the skill's instructions.

ℹ️ TRUSTED SOURCE References: • External Dependency (pip install)

  • SKILL.md Line 13: pip install azure-data-tables azure-identity
  • The azure-data-tables and azure-identity packages are part of the official Azure SDK for Python, hosted under the trusted Azure GitHub organization (https://github.com/Azure/azure-sdk-for-python). This dependency is from a reputable source, and the finding is downgraded to informational.

================================================================================

Audit Metadata
Risk Level
LOW
Analyzed
Feb 13, 2026, 10:25 AM