dv-query
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Data Ingestion Surface]: The skill is designed to retrieve records from external Dataverse environments, which introduces a surface for processing external content. \n
- Ingestion points: Data is ingested through
client.records.get()andurllib.request.urlopen()calls within Python scripts generated by the agent. \n - Boundary markers: The instructions do not specify explicit delimiters or 'ignore' warnings for the data being processed. \n
- Capability inventory: The skill utilizes network access for API queries, file-writing capabilities via pandas for data export, and local execution of Python scripts. \n
- Sanitization: Content is processed as-is for the purpose of analysis and reporting. \n- [Network Connectivity]: The skill performs authenticated network requests to Dataverse API endpoints. These operations are essential for its functionality and target well-known infrastructure associated with the vendor. \n- [Dependency Management]: The skill references the official
PowerPlatform-Dataverse-Clientand established libraries likepandasandmatplotlib, which are standard for data science and analysis tasks.
Audit Metadata