Starting analysis...
Version 1.0.4 View in Chrome Web Store
The extension has a perfect 5.0 rating, though based on only 4 reviews, which limits reliability. With 1,000 users, it has modest adoption but lacks widespread validation. The extension appears to be unofficial and lacks clear developer information, which reduces trustworthiness. The specific focus on GitHub integration suggests legitimate functionality, but the unofficial nature raises questions about ongoing support and security updates.
The extension requests scripting permissions and host access specifically to GitHub, which is appropriate for its stated purpose of adding DeepWiki functionality. However, the "broad host permissions" finding suggests the extension may have wider access than necessary. The access to GitHub as a "sensitive domain" is concerning given that developers often store private repositories and sensitive code there. The lack of developer transparency and unofficial status means there's no clear accountability for data handling practices.
Consider running this extension in a separate Chrome profile dedicated to development work to isolate any potential risks from your main browsing. Before installation, verify that the extension's functionality truly requires the permissions requested. Monitor the extension for any unusual behavior or unauthorized data access. Given the unofficial nature, consider looking for official alternatives or well-established GitHub enhancement tools with better developer transparency and larger user bases for increased security confidence.
| https://clients2.google.com/service/update2/crx | https://github.com/ | |
| https://deepwiki.com/ | https://github.com/yamadashy/github-deepwiki |
{ "name": "GitHub DeepWiki Button (Unofficial)", "icons": { "16": "images/icon-16.png", "19": "images/icon-19.png", "32": "images/icon-32.png", "38": "images/icon-38.png", "48": "images/icon-48.png", "64": "images/icon-64.png", "128": "images/icon-128.png" }, "version": "1.0.4", "background": { "service_worker": "scripts/background.js" }, "short_name": "gh-deepwiki", "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_appDescription__", "permissions": [ "scripting" ], "default_locale": "en", "content_scripts": [ { "js": [ "scripts/content.js" ], "css": [ "styles/content.css" ], "run_at": "document_start", "matches": [ "https://github.com/*" ], "all_frames": true } ], "host_permissions": [ "https://github.com/*" ], "manifest_version": 3, "minimum_chrome_version": "88.0", "web_accessible_resources": [ { "matches": [ "https://github.com/*" ], "resources": [ "images/icon-16.png", "images/icon-19.png", "images/icon-32.png", "images/icon-38.png", "images/icon-48.png", "images/icon-64.png", "images/icon-128.png" ] } ] }
ⓘ 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.