Is "Fresh New Tab" on Chrome Web Store Safe to Install?

[email protected] · chrome · v1.0.0

A new tab with a Pomodoro timer and simple Kanban task management. It's incredibly small in size and requires almost no permissions.

Risk Assessment

Analyzed
61.76
out of 100
MEDIUM

49 security findings detected across all analyzers

Chrome extension requesting 3 permissions

Severity Breakdown

0
Critical
0
High
31
Medium
18
Low
0
Info

Finding Categories

2
Network
29
IoC Indicators

YARA Rules Matched

7 rules(18 hits)
postinstall file manipulation postinstall system command postinstall crypto operations postinstall network communication postinstall file download postinstall environment access NoUseWeakRandom

Requested Permissions

3 permissions
notifications
Low
alarms
Low
storage
Low

About This Extension

A new tab with a Pomodoro timer and simple Kanban task management. It's incredibly small in size and requires almost no permissions.

Detailed Findings

20 total

YARA Rule Matches

7 rules

Indicators of Compromise

Network indicators, suspicious strings, and potential IoCs extracted during analysis

URLs
3
IP Addresses
1
Domains
25
Strings
29

All Indicators · 29

Domain
detected Domain: task-item.is

XIOC detected Domain: task-item.is

extracted_from_files

Domain
detected Domain: task-list.is

XIOC detected Domain: task-list.is

extracted_from_files

IP
detected IP: ::af

XIOC detected IP: ::af

extracted_from_files

Domain
detected Domain: deletebtn.dataset.id

XIOC detected Domain: deletebtn.dataset.id

extracted_from_files

Domain
detected Domain: event.target

XIOC detected Domain: event.target

extracted_from_files

Domain
detected Domain: actionbtn.dataset.id

XIOC detected Domain: actionbtn.dataset.id

extracted_from_files

Domain
detected Domain: taskel.dataset.id

XIOC detected Domain: taskel.dataset.id

extracted_from_files

URL
detected URL: https://clients2.google.com/service/update2/crx

XIOC detected URL: https://clients2.google.com/service/update2/crx

extracted_from_files

Domain
detected Domain: input.click

XIOC detected Domain: input.click

extracted_from_files

URL
detected URL: https://support.apple.com/guide/mac-help/mh40583/mac

XIOC detected URL: https://support.apple.com/guide/mac-help/mh40583/mac

extracted_from_files

Domain
detected Domain: el.dataset.id

XIOC detected Domain: el.dataset.id

extracted_from_files

Domain
detected Domain: rect.top

XIOC detected Domain: rect.top

extracted_from_files

Domain
detected Domain: trackedels.map

XIOC detected Domain: trackedels.map

extracted_from_files

Domain
detected Domain: preview.style.top

XIOC detected Domain: preview.style.top

extracted_from_files

Domain
detected Domain: itemel.dataset.id

XIOC detected Domain: itemel.dataset.id

extracted_from_files

Domain
detected Domain: menubtn.dataset.id

XIOC detected Domain: menubtn.dataset.id

extracted_from_files

Domain
detected Domain: donebtn.dataset.id

XIOC detected Domain: donebtn.dataset.id

extracted_from_files

Domain
detected Domain: rawtask.id

XIOC detected Domain: rawtask.id

extracted_from_files

Domain
detected Domain: rawlist.map

XIOC detected Domain: rawlist.map

extracted_from_files

Domain
detected Domain: anchor.download

XIOC detected Domain: anchor.download

extracted_from_files

Domain
detected Domain: anchor.click

XIOC detected Domain: anchor.click

extracted_from_files

Domain
detected Domain: object.prototype.hasownproperty.call

XIOC detected Domain: object.prototype.hasownproperty.call

extracted_from_files

URL
detected URL: https://support.google.com/chrome/answer/3220216

XIOC detected URL: https://support.google.com/chrome/answer/3220216

extracted_from_files

Domain
detected Domain: task.id

XIOC detected Domain: task.id

extracted_from_files

Domain
detected Domain: alarm.name

XIOC detected Domain: alarm.name

extracted_from_files

Domain
detected Domain: date.now

XIOC detected Domain: date.now

extracted_from_files

Domain
detected Domain: support.google.com

XIOC detected Domain: support.google.com

extracted_from_files

Domain
detected Domain: support.apple.com

XIOC detected Domain: support.apple.com

extracted_from_files

Domain
detected Domain: columns.map

XIOC detected Domain: columns.map

extracted_from_files

AI Security Report

AI Security Review

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

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

Fresh New Tab is a productivity extension claiming to provide Pomodoro timer and Kanban board functionality on the new tab page. The extension is published by [email protected], a personal Gmail address with no corporate attribution. The extension has zero users and is at version 1.0.0.

The 29 IoC findings are predominantly false positives. Four findings—menubtn.dataset.id, trackedels.map, el.dataset.id, and itemel.dataset.id—are property access chains misread as domains, a documented XIOC extractor error pattern. The finding ::af is an IPv6 fragment, another known false positive pattern. Legitimate support URLs (support.google.com, support.apple.com) comprise additional false positives. Only two domains warrant scrutiny: rect.top and preview.style.top, both using the .top TLD commonly associated with adware and spam infrastructure.

Two network findings in background.js:52 and newtab.js:130 detect generic fetch calls without destination information. These are expected for a new tab extension that may need to load content or sync data. The 18 code-smell findings are all severity=low and represent noise per CVEQ guidelines—they match basic JavaScript patterns and should not drive verdict decisions.

The strongest counterargument is the anonymous developer and suspicious .top domains. A skeptic would argue that rect.top and preview.style.top could be tracking or ad-serving endpoints. However, no malware signatures exist in the evidence bundle, no obfuscation is present, and the extension's stated functionality (Pomodoro timer, Kanban board) is legitimate. The .top domains could be legitimate service endpoints for the extension's features. Without runtime analysis or destination URLs from the fetch calls, the purpose of these domains cannot be determined.

Verdict: needs_follow_up. Investigation of rect.top and preview.style.top is required to determine if they serve legitimate extension functionality or represent ad/tracking infrastructure. Runtime analysis would reveal the actual network destinations and data flows.

Key Reasons

  • Most IoC findings are known false positive patterns (property chains, IPv6 fragments, legitimate URLs)
  • No malware signatures detected in evidence bundle
  • No obfuscation detected
  • Two suspicious .top TLD domains (rect.top, preview.style.top) require investigation
  • Anonymous developer with zero user base

False Positive Considerations

  • Property access chains misread as domains (menubtn.dataset.id, trackedels.map, el.dataset.id, itemel.dataset.id)
  • IPv6 fragments (::af)
  • Code-smell findings (18 total, all severity=low)
  • Legitimate support URLs (support.google.com, support.apple.com)

Frequently Asked Questions