e2e-medallion-architecture
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- Administrative Resource Management: The skill utilizes standard az rest commands to interact with Microsoft Fabric APIs for workspace and lakehouse creation. This activity is restricted to the user's authenticated session and is a core part of the skill's management functionality.
- Secure Ingestion Patterns: It instructs users on landing data in OneLake via curl or Fabric Pipelines, specifically warning against direct Spark access to arbitrary external URLs. This approach centralizes data entry points and follows security-first ingestion practices.
- Update Verification Routine: A mandatory update check is included at the start of sessions to maintain version parity, which is a common practice in development skills to ensure feature compatibility.
- Automated Notebook Deployment: The skill generates and deploys PySpark notebooks using the Fabric REST API. These deployment patterns include specific structural requirements to ensure successful execution within the Fabric environment.
Audit Metadata