azure-ai-projects-dotnet
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Secure Authentication Patterns: The skill correctly promotes the use of
DefaultAzureCredentialfrom theAzure.Identitypackage. This is a recommended security practice for Azure development as it avoids the need for hardcoded secrets and supports managed identities. - Trusted External Dependencies: All referenced packages and URLs originate from official and well-known sources, including the NuGet registry and Microsoft's official GitHub repositories. These are verified sources for development tools.
- Sensitive Operation Transparency: The documentation mentions capabilities such as retrieving connection details with credentials (
includeCredentials: true). While this allows access to sensitive data, it is presented as a standard part of the SDK's project management functionality and is not used in a hidden or suspicious manner. - No Malicious Patterns Detected: A thorough review of the instructions and code samples found no evidence of prompt injection, obfuscation, data exfiltration, or unauthorized privilege escalation.
Audit Metadata