activator-cli

Pass

Audited by Gen Agent Trust Hub on Aug 9, 2026

Risk Level: SAFE
Full Analysis
  • Update Verification Procedure: The skill includes a procedure to check for version updates by comparing the local package.json with the remote repository version via standard git commands. This is a common maintenance pattern for ensuring users have the latest features and security patches.
  • Telemetry Integration: API calls to Microsoft Fabric are instructed to include a specific telemetry header (x-ms-fabric-skill). This is a standard industry practice for internal service monitoring and usage analysis by the platform provider.
  • Authenticated Service Interaction: All network operations utilize the official Microsoft Fabric API (api.fabric.microsoft.com) and are performed through authenticated tools like the Azure CLI, ensuring that data access remains within the user's authorized environment.
  • Secure Data Serialization: The instructions emphasize the use of Python's json.dumps() for constructing complex nested payloads. This ensures proper data serialization and helps prevent formatting errors that could lead to API processing issues.
  • Official Dependency Usage: For advanced history querying, the skill references standard, well-known libraries such as azure-identity and mcp. These are official or widely recognized tools for interacting with Azure services and Model Context Protocol servers.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 9, 2026, 08:57 AM
Security Audit — agent-trust-hub — activator-cli