azure-aigateway
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- EXTERNAL_DOWNLOADS (SAFE): The skill documentation references official Azure SDK packages for Python, TypeScript, and .NET. All referenced libraries (e.g.,
azure-ai-contentsafety,@azure-rest/ai-content-safety) are published by Microsoft, a trusted organization, and are standard dependencies for cloud integration. - CREDENTIALS_UNSAFE (SAFE): The quick-start guides explicitly recommend using
DefaultAzureCredentialand environment variables. This demonstrates a strong security posture by discouraging the hardcoding of API keys or secrets. - DATA_EXFILTRATION (SAFE): No unauthorized network operations or data transmission logic was found. The code snippets are restricted to standard service client initialization.
- NO_CODE (SAFE): The skill contains only markdown reference files and no executable scripts or automation logic, significantly reducing the attack surface.
Audit Metadata