data-fetching
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [Data Ingestion Consideration]: The skill facilitates the generation of React code that executes DAX queries against Power BI semantic models. While the skill recommends using pre-validated queries, any implementation that interpolates user input into these queries should include appropriate sanitization to prevent DAX injection at the application level.
- [Connection Security]: The instructions mandate the use of connection aliases defined in configuration files (fabric.yaml) rather than hardcoded dataset IDs. This is a recommended security and maintenance practice that prevents sensitive environment details from being hardcoded in the application source code.
- [Error Handling Patterns]: The skill correctly instructs the developer to handle query and service errors by checking response status codes rather than assuming successful execution, which is a best practice for building resilient and secure data-driven interfaces.
Audit Metadata