add-sample-data
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Internal Script Execution: The skill executes local Node.js scripts (e.g.,
dataverse-request.jsandverify-dataverse-access.js) located within the skill's own directory. These scripts act as wrappers for the Microsoft Dataverse OData API, ensuring that authentication and requests follow a standardized path. - Network Interaction with User Environments: The skill performs network operations to interact with Dataverse OData endpoints. This includes retrieving metadata about custom tables and posting sample records. This behavior is consistent with the skill's stated purpose and relies on authentication acquired via standard developer tools like the PAC CLI and Azure CLI.
- Human-in-the-Loop Validation: The workflow is designed with multiple manual checkpoints. The agent is instructed to present discovered tables for user selection and to provide a full preview of generated sample records in markdown format before any data insertion occurs. This allows the user to verify the integrity and appropriateness of the data before it is committed.
- Structured Progress Tracking: The skill utilizes task management tools (
TaskCreate,TaskUpdate) to maintain a clear audit trail of its phases. This provides the user with visibility into current operations and ensures the workflow remains deterministic and observable.
Audit Metadata