add-table-to-offline-profile
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Local Script Execution: The skill performs several operations by executing Node.js scripts located within the project's relative directory structure (e.g.,
resolve-environment.js,dataverse-request.js). These scripts are used to resolve environment details and manage Dataverse requests, which is consistent with the skill's purpose of automating cloud configuration. - Environment Interaction: The workflow includes making HTTP requests (GET, POST, PATCH) to a Dataverse environment. These operations are directed at the user's specific environment URL to manage profile items and publishing settings.
- File System Operations: The skill reads local configuration files such as
power.config.jsonand.datamodel-manifest.jsonto extract project state, and updates artifacts likeoffline-profile.jsonandmemory-bank.md. These are standard practices for maintaining project synchronization. - Command Line Argument Processing: The skill parses arguments to determine the scope of the table addition (e.g.,
--table,--all-new). This input drives the internal workflow logic rather than being used for arbitrary command execution.
Audit Metadata