记灵Start

ID: mdlkdelnchilkeedllnnjfigkhhadlff

Supported Languages

🇨🇳Chinese (Simplified)

Extension Info & Metadata

Status
Active
Version
1.3.3
Size
0.42 MB
Rating
0.0/5
Reviews
0
Users
10
Type
Extension
Updated
Jul 17, 2026
Category
Tools
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
remeins.comView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
1
Active
1
Obsolete
0
Listed
1
Unlisted
0
Total Users
10
Screenshot 1

记灵Start:自定义新标签页起始页,分类导航与多端同步。搜索使用浏览器默认搜索引擎。

记灵Start,一个最简单的起始页,使用极简的涉及方案,不做复杂的操作,就是最极简的一个起始页,还具备书签的功能。同时我们还具备一个快速搜索框,其中的搜索提示是调用的百度的搜索提示词,帮助您快速从起始页即可快速打开搜索结果。

Item
Type
Severity
Description
scripting
Permission
Critical
This permission allows injection and execution of JavaScript on any webpage. Rated Critical because it can modify page content, steal sensitive data, and inject malicious code into any site the extension has access to.
https://*/*
Host
Critical
Broad host access — the extension can read/modify content on every website.
http://*/*
Host
Critical
Broad host access — the extension can read/modify content on every website.
Contextual Risk Factors
Risk Factor
High
The following context increases the overall risk:• 25% increase: Unsafe code evaluation capabilities increase attack surface
Unsafe WebAssembly Execution
Risk Factor
High
This extension's CSP allows "wasm-unsafe-eval".
storage
Permission
Medium
This permission allows storing data locally in the browser. Rated Medium because it can persist sensitive user data, track user activities over time, and potentially store malicious payloads.
tabs
Permission
Medium
This permission enables tab management and monitoring. Rated Medium because it can track open tabs, access tab metadata, and monitor user browsing patterns.
activeTab
Permission
Medium
This permission grants temporary access to the current tab. Rated Medium because it can access current page content when invoked, though limited to user-initiated actions.
https://api.remeins.com/
Host
Medium
Host permission — access limited to this URL pattern.
https://static.remeins.com/
Host
Medium
Host permission — access limited to this URL pattern.
https://bres.vmx.wang/
Host
Medium
Host permission — access limited to this URL pattern.
https://remeins.com/
Host
Medium
Host permission — access limited to this URL pattern.
contextMenus
Permission
Low
This permission adds items to browser context menus. Rated Medium because it only modifies right-click menus without access to page content.
search
Permission
Low
This permission accesses search functionality. Rated Low because it only interacts with the browser's search feature without accessing search history.

The bundled manifest declares `https://*/*` and `http://*/*` as host_permissions, granting the extension read/write access to every website the user visits. The CWS-published manifest lists only `https://suggestion.baidu.com/` as a host_permission. This gap — disclosing narrow permissions publicly while bundling broad ones — is a standard evasion technique used by malicious extensions to pass store review. Combined with the `scripting` permission, these host_permissions enable silent JavaScript injection into any page.

manifest.json (Line 28)
{  "host_permissions": [    "https://api.remeins.com/",    "https://static.remeins.com/",    "https://bres.vmx.wang/",    "https://remeins.com/",    "https://*/*",    "http://*/*"  ]}

Every search query the user types is sent to `https://api.remeins.com/start/su` (via `mxpost` which automatically appends the user auth token `vtoken`). Rather than contacting Baidu's suggestion API directly (as the description implies), all queries are proxied through the publisher's server, allowing remeins.com to maintain a server-side log of every search keyword tied to the authenticated user identity. This constitutes undisclosed server-side collection of search query history.

web/js/app.ea566fe1.js (Line 1374)
async function l(t, e) {  const i = (t || "").trim();  if (!i) return [];  if ("function" !== typeof e) return [];  const s = await e("start/su", {    wd: i  });  return c(s)}

The popup page's message handler accepts an `accessCode` (auth token) from any window without validating `event.origin`. Although the popup is a chrome-extension:// page (reducing direct web exposure), any other extension or privileged context that can post a message to the popup can silently overwrite the stored auth token, potentially hijacking the user's remeins.com session or replacing it with an attacker-controlled token. The new-tab page correctly gates on `t.origin.startsWith('https://remeins.com')` (app.ea566fe1.js:2967) but the popup does not.

js/popup.js (Line 449)
window.addEventListener('message', (event) => {  if (!event.data || !event.data.accessCode) {    return;  }  persistToken(event.data.accessCode)    .then(() => {      ...loaduserinfo();    });});

By severity

Critical0
High1
Medium2
Low0

Versions scanned

Showing 1 of 2 scanned versions with more than one unique finding. Counts are unique findings that include each version.

Extension VersionCode Review Findings
1.3.33

Files with findings

3 distinct paths — top paths by unique finding count:

  • js/popup.js1
  • manifest.json1
  • web/js/app.ea566fe1.js1
S.No.
Category
Severity
File
Summary
Found in Version
1Other
high
manifest.json (line 28)The bundled manifest declares `https://*/*` and `http://*/*` as host_permissions, granting the extension read/write access to every website the user visits. The CWS-published manifest lists only `https://suggestion.ba…
2Other
medium
js/popup.js (line 449)The popup page's message handler accepts an `accessCode` (auth token) from any window without validating `event.origin`. Although the popup is a chrome-extension:// page (reducing direct web exposure), any other exten…
3Tracking
medium
web/js/app.ea566fe1.js (line 1374)Every search query the user types is sent to `https://api.remeins.com/start/su` (via `mxpost` which automatically appends the user auth token `vtoken`). Rather than contacting Baidu's suggestion API directly (as the d…
URLs
23
IPv4
0
IPv6
0

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.

api.remeins.com/note/noteaddhttps://api.remeins.com/note/noteadd
api.remeins.com/note/addurlhttps://api.remeins.com/note/addurl
api.remeins.com/start/data/allhttps://api.remeins.com/start/data/all
api.remeins.com/user/gethttps://api.remeins.com/user/get
remeins.com/login/indexhttps://remeins.com/login/index?from=chrome-plugin
api.remeins.com/start/data/addhttps://api.remeins.com/start/data/add
icons.getbootstrap.com-https://icons.getbootstrap.com/
github.com/twbs/icons/blob/main/LICENSEhttps://github.com/twbs/icons/blob/main/LICENSE
www.baidu.com/shttps://www.baidu.com/s?wd=
www.so.com/shttps://www.so.com/s?ie=utf-8&fr=none&q=
Showing 1 to 10 of 30 rows
Rows per page:

Gain full insight into all external connections.

Upgrade for full visibility.

No IP addresses found
Version
Size
Is Malicious
Findings
Permhash
1.3.3
Latest
0.42 MB
Malicious
3
1.1
0.33 MB
Malicious
Showing 1 to 2 of 10 rows
Rows per page:

Code Diff

Compare extension code between any two versions.

0 changed files (scanned top 25 shared text files)

No comparable text files found between these versions.

Browse and explore files within this extension package

Gain full insight into all external connections.

Upgrade for full visibility.