schema-discovery
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill uses
npx fabric-app-data queryto execute DAX queries against semantic models. This is a standard method for interacting with Power BI models via CLI and is used here specifically for schema discovery purposes. The instructions include guardrails such as preferring read-onlyINFO.VIEWfunctions and handling permission failures gracefully. - [Schema Discovery Strategy]: The skill implements a progressive discovery strategy to minimize data volume, using
SELECTCOLUMNSandFILTERto narrow results. This approach follows best practices for efficient metadata exploration and reduces the risk of large, unnecessary data transfers.
Audit Metadata