CRX aminer
Extension icon

myViewBoard extension

Version 2.27.2 View in Chrome Web Store

Last scanned: about 6 hours ago

Extension Details

Developer: myviewboard.com
Rating: 4.2 ★ (5 ratings)

Context-Aware Verdict

CRITICAL
Overall Risk
Trust Factors:

The extension comes from myviewboard.com, which appears to be a legitimate educational technology company. However, the extension has very limited user adoption with only 5 ratings and a 4.2-star rating, indicating minimal community validation. The lack of visible user count and recent update information raises additional concerns about maintenance and popularity.

Concerns:

The extension exhibits several alarming security characteristics that justify the critical risk rating. The combination of identity, tabs, and all_urls permissions creates an extremely powerful access profile that far exceeds what most legitimate extensions require. The ability to inject content scripts into every website visited, coupled with unsafe-eval in the CSP, creates significant attack vectors. The broad permissions allow the extension to access personal identity information, manipulate browser tabs, and interact with all websites without restriction. The use of the older Manifest V2 framework provides fewer security protections than modern alternatives.

Recommendations:

Given the critical risk level, avoid installing this extension unless absolutely necessary for work or educational purposes. If required, run it in a completely isolated Chrome profile with no access to personal accounts, banking sites, or sensitive information. Regularly audit what data the extension might be accessing and consider alternative solutions. Monitor for any suspicious browser behavior and remove immediately if concerns arise. Contact the developer to inquire about security practices and future Manifest V3 migration plans.

Findings

HIGH
Broad Content Script Injection
This extension can inject scripts into any website. This means it could potentially read sensitive data, modify website content, or steal credentials.
HIGH
High-Risk Permission: <all_urls>
This extension has the <all_urls> permission. Can access all websites and their content. This could potentially be used maliciously to compromise security or privacy.
HIGH
High-Risk Permission: identity
This extension has the identity permission. Can access your identity information. This could potentially be used maliciously to compromise security or privacy.
HIGH
High-Risk Permission: tabs
This extension has the tabs permission. Can access browser tab information and manipulate tabs. 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.