setup-offline-profile
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- Standard API Interaction: The skill interacts with Dataverse environment URLs through a local utility script (
dataverse-request.js). These network operations (GET, POST, PATCH) are necessary for creating and managing Mobile Offline Profiles in the cloud environment. - Authentication via Azure CLI: Authentication is handled through the
azCLI, which is a standard and secure method for managing identity and access to Microsoft services. The skill provides clear instructions for users to re-authenticate if necessary. - Local Project File Management: The skill reads from and writes to project-specific configuration files such as
power.config.jsonandoffline-profile.json. These actions are confined to the project directory and are essential for maintaining the application's offline configuration. - Use of Local Utility Scripts: The skill executes several Node.js scripts located within its directory structure (e.g.,
resolve-environment.js,verify-offline-profile.js). This approach safely encapsulates the logic required to validate the environment and the generated artifacts.
Audit Metadata