dataverse-sdk-use
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFE
Full Analysis
- Standard SDK Integration: The skill documents the use of the
PowerPlatform-Dataverse-Clientandazure-identitylibraries. These are standard components for interacting with Dataverse and Microsoft Entra ID (formerly Azure AD). - Secure Credential Handling: The instructions advocate for using official
azure-identitycredential providers such asClientSecretCredentialandCertificateCredential. It correctly uses placeholders for sensitive information and recommends context managers for session security. - Network and Data Operations: The skill facilitates interactions with Dataverse API endpoints (e.g.,
*.dynamics.com). The use of OData, FetchXML, and SQL queries are standard features of the SDK designed for structured data access. - Data Ingestion Surface: As a data-integration skill, it fetches information from external Dataverse tables. While this creates a surface for processing external data, the skill focuses on the SDK's native mechanisms for retrieval and batching. Users should apply standard validation when processing results in downstream logic.
Audit Metadata