UiPath is a legitimate and well-known robotic process automation (RPA) company with enterprise-grade software solutions. The extension has 200,000 users, indicating widespread adoption in business environments. However, the low rating of 2.5 stars from 48 reviews suggests user dissatisfaction or functionality issues, which is concerning for a product from an established company.
The extension requests extremely broad permissions that are appropriate for automation software but create significant security exposure. The management permission allows control over other extensions, while <all_urls> grants access to all websites including sensitive financial and personal sites. The combination of tabs and webNavigation permissions enables comprehensive browsing activity monitoring. The use of 'unsafe-eval' in the Content Security Policy allows dynamic JavaScript execution, creating potential code injection vulnerabilities. The older Manifest V2 framework provides fewer security protections than the current standard.
Given the critical risk level, install this extension only in a dedicated Chrome profile used exclusively for UiPath automation tasks. Avoid using this profile for personal browsing, banking, or accessing sensitive websites. Regularly audit which websites the extension accesses and disable it when not actively performing automation work. Consider whether your organization truly requires this level of browser automation, as the security trade-offs are substantial. Monitor for updates that might migrate to Manifest V3 for improved security.
| http://www.google.com | http://www.w3.org/1999/xhtml | |
| http://www.w3.org/2000/svg | https://clients2.google.com/service/update2/crx |
{ "name": "UiPath Web Automation", "icons": { "16": "uiPath16.png", "32": "uiPath32.png", "48": "uiPath48.png", "128": "uiPath128.png" }, "version": "9.0.6827", "background": { "scripts": [ "Loader.js" ] }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "UiPath component for browser interaction", "permissions": [ "management", "nativeMessaging", "tabs", "webNavigation", "<all_urls>" ], "content_scripts": [ { "js": [ "ContentLoader.js" ], "run_at": "document_start", "matches": [ "http://*/*", "https://*/*", "file://*/*" ], "all_frames": true } ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.