CRX aminer
Extension icon

Ugly Email

Version 4.1.2 View in Chrome Web Store

Last scanned: about 5 hours ago

Extension Details

Developer: http://uglyemail.com/
Rating: 3.7 ★ (350 ratings)
Users: 30,000

Context-Aware Verdict

CRITICAL
Overall Risk
Trust Factors:

The extension has a moderate user base of 30,000 users and a decent rating of 3.7/5 from 350 reviews, suggesting some level of community acceptance. However, the extension's purpose appears to be email-related functionality for Gmail, and the developer website (uglyemail.com) provides some transparency about the extension's origin.

Concerns:

The extension presents several serious security concerns that justify the critical risk rating. The combination of webRequest and webRequestBlocking permissions allows complete interception and modification of web traffic, which is extremely powerful for a Gmail-focused tool. The Content Security Policy permits unsafe JavaScript evaluation, creating vulnerability to code injection attacks. The extension uses the older Manifest V2, which lacks modern security protections. Given that this extension operates on Gmail, it has access to highly sensitive email communications and could potentially intercept, modify, or steal email content and attachments.

Recommendations:

Due to the critical risk level, avoid installing this extension on your primary browser profile. If you must use it, create a dedicated Chrome profile specifically for this extension and limit its use to non-sensitive email accounts. Consider alternative email privacy tools that use Manifest V3 and have more restrictive permissions. Regularly monitor your email account for any suspicious activity if you choose to use this extension. The powerful web request permissions combined with email access create significant potential for data compromise.

Findings

HIGH
Dangerous Permission Combination: webRequest + webRequestBlocking
This extension can intercept, modify, and block web requests in real-time. This combination could be used to modify sensitive web traffic or steal data.
HIGH
High-Risk Permission: webRequest
This extension has the webRequest permission. Can intercept and modify web requests. This could potentially be used maliciously to compromise security or privacy.
HIGH
High-Risk Permission: webRequestBlocking
This extension has the webRequestBlocking permission. Can block and modify web requests in real-time. This could potentially be used maliciously to compromise security or privacy.
HIGH
Unsafe JavaScript Evaluation
This extension's Content Security Policy allows 'unsafe-eval', which permits dynamic JavaScript code execution using eval() and similar functions. This is a significant security risk as it could allow execution of malicious code.
MEDIUM
Older Manifest Version
This extension uses Manifest Version 2, which has fewer security restrictions than Manifest V3. Consider using extensions that have upgraded to V3.