activator-authoring-cli
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- CLI Tool Integration: The skill uses standard command-line utilities such as the Azure CLI (
az),curl,jq, andpython. These are employed for legitimate administrative tasks including authentication and interacting with Microsoft Fabric REST APIs. - Structured Data Handling: It provides patterns for processing Activator definitions, which involve decoding and encoding Base64 JSON payloads. This functionality is essential for the tool's purpose and utilizes standard Python libraries for robust data handling.
- Network and API Security: All network requests are targeted at official Microsoft domains (e.g.,
api.fabric.microsoft.com). The skill relies on external authentication mechanisms (likeaz login), ensuring that sensitive credentials are not hardcoded or exposed. - Integrity Management: A version check routine is included that uses
gitto verify the skill's currency. This practice helps ensure the agent uses the most recent, secure version of the authoring logic. - Data Ingestion Surface: The skill processes external JSON data retrieved from the Fabric API. While this represents a common interaction pattern, it utilizes standard parsing methods to manage the data lifecycle safely.
Audit Metadata