AliExpress Rating & Fake Review Checker — a Firefox add-on that hijacks AliExpress affiliate commissions and reports your product clicks to alihelp.xyz, while declaring it collects no data
[email protected] (v1.4.6) shows seller trust scores, but also strips affiliate tags and re-asserts its own s.click.aliexpress.com deep link (connected_by=alihelp, key _c4WvcFkP), and POSTs each product click to alihelp.xyz/api/track — while its manifest declares data_collection: { required: ['none'] }.
AliExpress Rating & Fake Review Checker (ID [email protected]) computes a seller “trust score”. It also carries the campaign's affiliate hijack and product-click telemetry, structurally identical to the other AliHelp add-ons. Its own AMO listing description reuses the phrase “AliHelp gives every AliExpress product…”.
Commission hijack. src/background.js uses the same stripAffiliateParams() → scheduleRedirect() → chrome.scripting.executeScript chain to force location.href to its own s.click.aliexpress.com deep link, up to 5× per tab. Consent is captured through a dark-pattern “OK, Got it” tutorial in src/content.js.
Undisclosed telemetry. trackProductClick() beacons {type:'product_click', …, referrer} to alihelp.xyz/api/track, and the add-on fetches the Alibaba cna device cookie (credentials:'include') and an exchange-rate API — all while declaring it requires no data collection.
This surfaced during the campaign sweep that followed CLR-2026-3054 (AliHelp). Reviewing the same publisher — Shadow Code (AMO user 20125879) — we found all four of its AliExpress add-ons already sitting scanned in the codelake corpus, ingested from the AMO recent feed on 2026-09-25, each carrying the same affiliate-redirect machinery. Detection was never the gap here; surfacing was.
Confirmed on manual, flag-safe static review of the published .xpi — reading background.js/bg.js and the content scripts, no execution. This advisory is part of the alihelp.xyz / Shadow Code affiliate-hijack campaign (CLR-2026-3058).
Analysed: 1.4.6 (alihelp_product_trust_score-1.4.6.xpi). The affiliate-hijack logic is core to the add-on across its releases.
[email protected] — “AliExpress Rating & Fake Review Checker” v1.4.6https://alihelp.xyz/api/track · config: alihelp.xyz/api/ext/configs.click.aliexpress.com/deep_link.htm?aff_short_key=_c4WvcFkP&…&connected_by=alihelpalihelp_product_trust_score-1.4.6.xpistripAffiliateParams(), scheduleRedirect(), trackProductClick(), Alibaba cna cookie fetch (credentials:'include')Verified by static code + dataflow review of the published .xpi; no execution, no live callback.
Scope: AliExpress + Alibaba + alihelp.xyz; redirect gated behind a dark-pattern tutorial, telemetry is not.