The extension has a substantial user base of 1 million users, which suggests some level of community adoption. However, the extremely low rating of 1.8 out of 5 stars from 124 reviews is a significant red flag, indicating widespread user dissatisfaction or potential issues with functionality or security. The lack of clear author and developer information reduces transparency and accountability.
The extension's broad host permissions (*://*/*) combined with content script injection capabilities across all websites creates a dangerous combination that could enable comprehensive data harvesting, credential theft, or malicious website modifications. The native messaging permission allows communication with local applications, potentially expanding the attack surface beyond the browser. The poor user rating suggests either broken functionality or concerning behavior that users have experienced firsthand.
Given the high-risk profile and poor user feedback, consider avoiding this extension entirely. If the Web eID functionality is essential for your work or organization, run it in a completely isolated Chrome profile with no access to personal accounts or sensitive websites. Before installation, research the specific organization or government entity that should be providing this extension, as Web eID typically relates to national digital identity systems. Only install from official sources and verify the publisher's authenticity through official channels.
| https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts | https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes | |
| https://github.com/web-eid/web-eid-webextension#hwcrypto-compatibility | http://mozilla.org/MPL/2.0/. | |
| https://github.com/mozilla/webextension-polyfill/issues/130 | https://clients2.google.com/service/update2/crx |
{ "name": "Web eID", "icons": { "128": "icons/web-eid-icon-128.png" }, "action": { "default_icon": "icons/web-eid-icon-128.png" }, "version": "2.3.0", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Use your electronic identification card for secure authentication and digital signing.", "permissions": [ "nativeMessaging" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*://*/*" ], "all_frames": true } ], "host_permissions": [ "*://*/*" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "token-signing-page-script.js" ] } ] }
ⓘ 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.