azure-fabric
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as technical documentation for Microsoft Fabric analytics. It contains no malicious code, obfuscation, or unauthorized access attempts.
- [COMMAND_EXECUTION]: The documentation includes standard shell examples (using
curl) for interacting with official Microsoft Fabric REST APIs. These commands utilize environment variables (e.g.,$FABRIC_TOKEN) for authentication, which is a recommended security practice. - [EXTERNAL_DOWNLOADS]: The skill documents the installation of well-known data science and utility libraries (e.g.,
scikit-learn,xgboost,pandas,mlflow) using standard package managers likepipandconda. These are intended for setting up development environments. - [CREDENTIALS_UNSAFE]: No hardcoded credentials, API keys, or secrets were found. The skill correctly demonstrates how to retrieve secrets using secure SDK methods such as
mssparkutils.credentials.getSecret.
Audit Metadata