fabric-sdk
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- External Package Reference: The skill documentation references the
@microsoft/fabric-app-datapackage. This is a standard vendor-provided library used for connecting applications to Fabric data sources and is consistent with the skill's stated purpose. - CLI Tool Integration: The guide recommends using
npx fabric-app-datafor initializing configurations and generating TypeScript files. These commands are part of the intended developer workflow for managing connections to Fabric services. - Data Ingestion Surface: The SDK facilitates querying external semantic models, which represents an ingestion surface for data.
- Ingestion points: Data is ingested through query results returned by the
FabricClientas described inSKILL.md. - Boundary markers: The documentation does not specify explicit boundary markers for distinguishing between retrieved data and instructions.
- Capability inventory: The SDK provides structured querying and data retrieval capabilities.
- Sanitization: The SDK performs standard data type conversion; users should apply additional sanitization if the retrieved data is used as input for further AI processing.
Audit Metadata