dv-metadata
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [Environment Confirmation Workflow]: The skill includes a mandatory step to confirm the target environment with the user before any metadata modifications. This reduces the risk of accidental changes to sensitive environments.
- [Secure Credential Handling]: Authentication is handled through environment variables and dedicated helper modules rather than hardcoded credentials, which is consistent with secure development practices.
- [Official SDK Integration]: The instructions emphasize the use of the PowerPlatform.Dataverse Python SDK for common operations, which provides a higher level of abstraction and safety compared to manual API construction.
- [Standard Tooling Usage]: The workflow leverages the official Power Platform CLI (pac) for solution management, ensuring that changes are properly tracked and versioned within the platform's native ecosystem.
- [Programmatic Content Generation]: The skill recommends using Python's standard library for generating unique identifiers (GUIDs), ensuring data integrity and preventing collisions in metadata definitions.
Audit Metadata