add-sample-data
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Local Script Execution: The skill utilizes several Node.js scripts located within the plugin's local directory to perform specialized tasks such as OData API communication and authentication verification. These are standard management operations for this environment.\n- Dataverse API Interaction: It performs GET and POST operations against the Dataverse OData Web API to retrieve schema information and create records. This is the primary mechanism for the skill's functionality.\n- Credential Management: The workflow relies on existing command-line tool authentication (PAC CLI and Azure CLI) to access the Dataverse environment, ensuring that actions are performed using the user's established security credentials.\n- User-Centric Validation: The process includes mandatory checkpoints where the agent presents a preview of the sample data for user approval. This human-in-the-loop pattern ensures transparency and prevents unintended data modifications.\n- Schema Data Handling: The skill reads environment-specific metadata (table and column names) to generate contextual data. The preview and approval process mitigates potential issues arising from unexpected or malicious schema definitions.
Audit Metadata