Is "ModBox – Modify headers, block requests" on Chrome Web Store Safe to Install?

[email protected] · chrome · v0.2.4

⚡ ModBox 🎉 Summary Create global or domain scoped rules to modify headers, block assets/domains & redirect. Organise by folder and tab, with a focus on clean UX for developers. 👌 Open Source https://github.com/hellraiserrob/mod-box 🤟 Features - Create rules to modify HTTP request and response headers - Create rules to block HTTP requests & even block entire sites - Create rules to redirect requests to your own assets - Scope your tabs and rules to specific domains and url criteria - Organise your rules by a folder and tab structure, with drag'n'drop and clone - Quickly toggle individual rules, tabs, folders and globally - Export & Import rules by folder - Compact mode - No tracking, no commercial version, no funny business 🚀 Change log 0.2.4 - (feature) note column 0.2.3 - (fix) export bug - (fix) reset rules bug 0.2.2 - (feature) edit in overlay - (fix) ux display issues 0.2.1 - (feature) compact mode 0.2.0 - (feature) import / export rules 0.1.0 - (feature) rule actions - (feature) compress domain display 0.0.9 - (feature) rule drag'n'drop 0.0.8 - (feature) misc UX enhancements 0.0.7 - (feature) rule reset moved into settings area with confirmation 0.0.6 - (feature) redirect requests - (feature) restore active tab - (fix) active folder bug 0.0.5 - (fix) cloning bug 0.0.4 - global rule validation - request/response operation 0.0.3 - drag'n'drop folders and tabs - tab level requestDomain - clone folder and tab 0.0.2 - add confirmation dialog before delete - add service worker to restore badge 0.0.1 - Initial release

Risk Assessment

Analyzed
43.58
out of 100
MEDIUM

3 security findings detected across all analyzers

Chrome extension requesting 4 permissions

Severity Breakdown

0
Critical
0
High
3
Medium
0
Low
0
Info

Finding Categories

3
Network

Requested Permissions

4 permissions
*://*/*
Dangerous
storage
Low
declarativeNetRequest
Low
clipboardWrite
Low

About This Extension

⚡ ModBox 🎉 Summary Create global or domain scoped rules to modify headers, block assets/domains & redirect. Organise by folder and tab, with a focus on clean UX for developers. 👌 Open Source https://github.com/hellraiserrob/mod-box 🤟 Features - Create rules to modify HTTP request and response headers - Create rules to block HTTP requests & even block entire sites - Create rules to redirect requests to your own assets - Scope your tabs and rules to specific domains and url criteria - Organise your rules by a folder and tab structure, with drag'n'drop and clone - Quickly toggle individual rules, tabs, folders and globally - Export & Import rules by folder - Compact mode - No tracking, no commercial version, no funny business 🚀 Change log 0.2.4 - (feature) note column 0.2.3 - (fix) export bug - (fix) reset rules bug 0.2.2 - (feature) edit in overlay - (fix) ux display issues 0.2.1 - (feature) compact mode 0.2.0 - (feature) import / export rules 0.1.0 - (feature) rule actions - (feature) compress domain display 0.0.9 - (feature) rule drag'n'drop 0.0.8 - (feature) misc UX enhancements 0.0.7 - (feature) rule reset moved into settings area with confirmation 0.0.6 - (feature) redirect requests - (feature) restore active tab - (fix) active folder bug 0.0.5 - (fix) cloning bug 0.0.4 - global rule validation - request/response operation 0.0.3 - drag'n'drop folders and tabs - tab level requestDomain - clone folder and tab 0.0.2 - add confirmation dialog before delete - add service worker to restore badge 0.0.1 - Initial release

Detailed Findings

3 total

AI Security Report

AI Security Review

Risky Plugins reviewed this extension with an AI-assisted security workflow on 2026-04-30. The review verdict is likely false positive with 85% confidence.

Recommended action: suppress false positive.
Risk context: MEDIUM risk, score 44/100.
Evidence context: threat category none; evidence quality strong.

This extension, "ModBox – Modify headers, block requests," is a legitimate developer tool for modifying HTTP headers and blocking requests. The three findings in assets/index-D0y-2Wgb.js are all generic network operations: two NET-SOCKET_IO calls at lines 24 and 26, and one NET-FETCH call at line 1. These are standard JavaScript networking APIs that any extension performing request interception would use. Socket.io is a widely-used WebSocket library for real-time communication, and fetch is the standard browser API for HTTP requests. Neither indicates malicious behavior.

Critically, the evidence bundle shows zero malware signatures, zero obfuscation findings, zero suspicious IoCs (no malicious domains extracted), and zero code-smell findings. The extension's name and description directly match its functionality—modifying headers and blocking requests is a legitimate use case for developer tools and privacy extensions. The findings do not reveal any credential theft, browser hijacking, or data exfiltration patterns.

The developer uses a personal Gmail address ([email protected]) rather than a verified company account, which is a mild concern but not uncommon for legitimate developer tools. Many open-source developers and independent creators publish extensions with personal emails. This alone does not constitute evidence of malicious intent, especially given the complete absence of other red flags.

The strongest counterargument would be that the extension's ability to modify HTTP headers could theoretically be weaponized for MITM attacks or credential theft. However, this capability is the stated and legitimate purpose of the extension, and there is no evidence in the code findings that it misuses this capability. The network findings show only standard socket_io and fetch operations, not connections to suspicious domains or data exfiltration patterns. If the extension were malicious, we would expect to see: (1) suspicious domains in IoC findings, (2) obfuscation to hide malicious logic, (3) malware signatures, or (4) code-smell patterns indicating credential harvesting. None of these are present. The findings are simply the expected network calls for an extension that intercepts and modifies HTTP traffic.

This is a clear case of CVEQ's network detection rules flagging legitimate network operations. The verdict is likely_false_positive with high confidence.

Key Reasons

  • Zero malware signatures in the entire codebase
  • Zero obfuscation findings
  • Zero suspicious IoCs or malicious domains
  • Network findings are standard socket_io and fetch APIs expected for this extension type
  • Extension name and description match legitimate functionality

False Positive Considerations

  • Generic network API detection (fetch, socket_io) flagged as findings
  • No malicious domains or IoCs extracted from code

Frequently Asked Questions