add-table-to-offline-profile
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- Local Script Execution: The skill executes several scripts located within the project's internal directory (e.g.,
resolve-environment.js,dataverse-request.js) to handle environment resolution and API communication. These operations are performed using theBashtool to interact with the configured environment. - Project Artifact Modification: The skill updates local configuration and documentation files, such as
.datamodel-manifest.jsonandmemory-bank.md, to record changes made to the offline profile. This ensures local project artifacts remain synchronized with the remote environment state. - Environment API Interaction: Network operations are performed to communicate with Microsoft Dataverse endpoints. These interactions involve retrieving metadata and updating profile configurations via standard HTTP methods (GET, POST, PATCH), which are necessary for the skill's primary function of profile management.
Audit Metadata