Is "FocalBrief" on Chrome Web Store Safe to Install?

[email protected] · chrome · v1.0.14

Fitness Tracker but for Browser. Track how much time and brain energy you spend per each site, category or interest of yours. The Optimism Analysis™ and Expertise Analysis™ are coming soon as add-ons to fully understand your habits and taste.

Risk Assessment

Analyzed
58.74
out of 100
MEDIUM

10 security findings detected across all analyzers

Chrome extension requesting 6 permissions

Severity Breakdown

0
Critical
1
High
9
Medium
0
Low
0
Info

Finding Categories

1
Obfuscation
8
Network

Requested Permissions

6 permissions
identity

Access your identity and sign-in tokens

High
tabs
Medium
activeTab
Medium
storage
Low
scripting
Low
webNavigation
Low

About This Extension

Fitness Tracker but for Browser. Track how much time and brain energy you spend per each site, category or interest of yours. The Optimism Analysis™ and Expertise Analysis™ are coming soon as add-ons to fully understand your habits and taste.

Detailed Findings

10 total

AI Security Report

AI Security Review

Risky Plugins reviewed this extension with an AI-assisted security workflow on 2026-04-28. The review verdict is needs follow up with 62% confidence.

Recommended action: runtime analysis.
Risk context: MEDIUM risk, score 59/100.
Evidence context: threat category unknown malware; evidence quality moderate.

The FocalBrief extension presents a genuinely ambiguous security profile requiring further investigation. The most significant finding is the OBFUSCATION-UNICODE_HEAVY detection in content-scripts/content.js:1, which flags heavy Unicode character usage that could indicate steganographic hiding of functionality. Unlike zero-width characters in locale files (a documented false positive), this obfuscation appears in JavaScript logic where it warrants scrutiny.

The extension declares the tabs permission in manifest.json (MANIFEST-SENSITIVE-PERM-TABS), which aligns with its stated purpose of tracking user consumption across web pages. However, eight network findings show generic fetch calls across background.js (lines 5, 12, 17, 30, 31) and content-scripts/content.js (lines 1, 2), but critically, there are zero IoC findings—no specific suspicious domains, IPs, or external endpoints were extracted. This absence of concrete network destinations is notable: the extension makes network requests, but we cannot determine where from static analysis.

The developer attribution ([email protected]) provides some accountability, though the email domain (superclear.uk) is not a well-known brand. With only 6 users, this extension has minimal real-world exposure, which reduces potential harm but also means fewer users to report issues.

Counterargument: A skeptic could argue this is benign—a small developer using Unicode for legitimate internationalization or encoding purposes, with fetch calls for normal API interactions. The absence of malware signatures, suspicious domains, and code-smell findings supports this view. However, the unicode_heavy obfuscation in a content script is atypical for legitimate tracking extensions, which usually have transparent code. Without runtime analysis to observe what the obfuscated code actually does, we cannot rule out hidden data exfiltration or other malicious behavior.

Runtime analysis is required to execute the obfuscated content and observe actual network destinations and behavior.

Key Reasons

  • unicode_heavy obfuscation in content-scripts/content.js:1 indicates potential hidden functionality
  • Zero IoC findings despite 8 network fetch calls—destinations unknown
  • No malware signatures detected
  • Low user count (6) limits exposure but also reporting
  • tabs permission aligns with stated tracking functionality

False Positive Considerations

  • Generic fetch detections without specific domains
  • Unicode characters may be legitimate encoding

Frequently Asked Questions