Security Warning: High Security Risk
Summarizer
ID: majmehefocdbcngkghicollbnbbakcbl
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- 23amitvyasView Profile
- Privacy
- Privacy Policy
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
Gives AI generated Summaries
This extension uses eden ai api to get ai generated summaries from open ai api.
This extension requests no permissions and has no recorded risk factors.
User-entered text is POSTed to a personal PythonAnywhere account (`vyasamit23.pythonanywhere.com`) that does not match the publisher identity ('23amitvyas') or the declared backend (Eden AI / OpenAI). This constitutes routing potentially sensitive user text to an unverified third-party server. No data-collection category covering 'text typed by user' is disclosed in the CWS listing, so this is not covered by disclosure.
const apiUrl = 'https://vyasamit23.pythonanywhere.com/summary/';const requestOptions = { method: 'POST', body: JSON.stringify({ "text": selectedText.value }), headers: { 'Content-Type': 'application/json' }};fetch(apiUrl, requestOptions)All text the user enters in the popup textarea is unconditionally POSTed to a personal pythonanywhere.com backend (vyasamit23.pythonanywhere.com). This endpoint is not disclosed in the CWS data-collection declaration (none declared) and is not a well-known SaaS. The server operator can log every string submitted, including potentially sensitive content pasted by the user. The listing describes use of 'eden ai api' and 'openai api', but the actual destination is a personal Python server, not those services.
const apiUrl = 'https://vyasamit23.pythonanywhere.com/summary/';const requestOptions = { method: 'POST', body: JSON.stringify({ "text": selectedText.value }), headers: { 'Content-Type': 'application/json' }};fetch(apiUrl, requestOptions)By severity
Versions scanned
Showing 1 of 1 scanned version with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 3.0 | 2 |
Files with findings
1 distinct path — top paths by unique finding count:
- popup.js2
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
Gain full insight into all external connections.
Upgrade for full visibility.
Gain full insight into all external connections.
Upgrade for full visibility.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.