15 comments (15 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,582 stars (1,582 stars)167 forks (167 forks)batch import
help wanted
Description
it doesn't detect sites that use coin mining proxy as a disguised 1st party extension..
Contributor guide
- Tech stack
- javascript
- Domain
- security
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- JavaScriptbrowser extension development
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Review the current coin miner detection algorithm in the extension's content script (e.g., `src/content.js` or similar). Identify how coin mining proxies can be disguised as first party extensions. Then propose modifications to the detection logic to account for such disguised scripts. Check existing comments in the issue for any suggested approaches.