Security Warning: High Security Risk
ReAPI Extension
ID: afgjkfoekcdikiaiglomnpcihlpnnbnn
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- peisongoView Profile
- Help
- Help Center
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
Bypass CORS when using ReAPI.com explorer.
This is a ReAPI.com extension used to by pass Chrome CORS when debugging Rest APIs in ReAPI explorer.
The bundled manifest declares webRequest, declarativeNetRequestFeedback, storage, and tabs — none of which appear in the CWS-published manifest (which lists only cookies and declarativeNetRequest). webRequest in particular grants real-time interception of all browser traffic, far exceeding what the CORS-helper purpose requires. The mismatch between what Google shows users in the store listing and what is actually installed is itself a high-severity red flag under the schema's manifest-mismatch rule.
{ "permissions": [ "webRequest", "declarativeNetRequest", "declarativeNetRequestFeedback", "storage", "tabs" ], "declarative_net_request": { "rule_resources": [] }}A static rule file exists that would inject a non-standard synthetic header A6666: 69699696 into every XHR/WebTransport response with no domain condition. While the manifest's rule_resources array is empty so this file is not currently loaded, its presence alongside an undisclosed webRequest permission and a publisher with a 100% malware rate for other extensions is anomalous. The header value has no apparent legitimate purpose and could serve as an extension fingerprint readable by any page script.
[ { "id": 1, "priority": 1, "action": { "type": "modifyHeaders", "responseHeaders": [ { "header": "Access-Control-Allow-Origin", "operation": "set", "value": "*" }, { "header": "A6666", "operation": "set", "value": "69699696" } ] }, "condition": { "resourceTypes": [ "xmlhttprequest", "webtransport", "other" ] } }]By severity
Versions scanned
Showing 1 of 22 scanned versions with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 0.0.3 | 2 |
Files with findings
2 distinct paths — top paths by unique finding count:
- manifest.json1
- rules_1.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.
