fabric-cli-core

Pass

Audited by Gen Agent Trust Hub on Feb 23, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • System Command Interaction: The included health check script (scripts/health_check.py) uses system-level calls to interface with the Fabric CLI. This is a standard method for verifying environment readiness and connectivity to the Fabric service.
  • Sensitive Data Handling Rules: The skill explicitly instructs the agent to avoid logging or outputting tokens, passwords, or secrets (Section 4 of SKILL.md). It also provides guidance on using secure authentication patterns like Managed Identities and Service Principals, which helps prevent credential exposure.
  • Input Validation and Verification: To mitigate risks associated with processing external data, the skill mandates the validation of paths and GUIDs and requires explicit verification (e.g., using fab exists) before executing destructive commands like deletion.
  • Data Processing Surface: The skill is designed to process metadata from the Microsoft Fabric environment (such as workspace and item names). While processing external data is an inherent part of cloud management, the skill includes specific operational rules to ensure the agent remains within the user's intended context.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 23, 2026, 05:16 PM