uipath-governance
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEDATA_EXFILTRATIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies extensively on the
Bashtool to executeuip govCLI commands and internal Node.js scripts for policy synthesis, deployment, and troubleshooting. - [DATA_EXPOSURE]: The instructions require the agent to read sensitive data from the
~/.uipath/.authfile, including theUIPATH_ACCESS_TOKEN, which is necessary for authenticated API interactions but exposes session credentials to the agent context. - [DYNAMIC_EXECUTION]: The skill uses
node -ecommands to programmatically update JSON files and executes local.mjsscripts to merge policy overrides at runtime. - [EXTERNAL_DOWNLOADS]: The skill prompts for the installation of the official
@uipath/clipackage from the npm registry if the tool is missing from the host environment. - [INDIRECT_PROMPT_INJECTION]: The skill processes data (such as policy names and descriptions) retrieved from external UiPath APIs. This creates a surface for indirect prompt injection, which the skill mitigates through mandatory manual review loops (Policy Spec approval) and a final confirmation gate before any mutation occurs.
Audit Metadata