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-Client and azure-identity libraries. 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-identity credential providers such as ClientSecretCredential and CertificateCredential. 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
Risk Level
SAFE
Analyzed
Aug 19, 2026, 11:41 PM
Security Audit — agent-trust-hub — dataverse-sdk-use