Prodigy Hacking Extension (PHEx)
PHEx is an extension made to raise awareness of security issues for Prodigy
What is Prodigy Hacking Extension (PHEx)?
Prodigy Hacking Extension (PHEx) is an Edge add-on by Prodigy Hacking. This add-on has 5,669 weekly active users and an average user rating of 3.90. The latest version, 2.1.5, was updated 2 years ago.
Stats
- webRequest
- webRequestBlocking
- *://*.prodigygame.com/*
- https://raw.githubusercontent.com/*
ChromeStats Rank
Summary
The goal of the Prodigy Hacking Organization is to raise awareness of the game security issues that SMARTeacher has blatantly ignored. This is a Chrome extension that allows users of SMARTeacher products (currently: Prodigy) to explore security issues within the game without exposing any functionality that could be damaging to another user's expierence. For more information, seehttps://prodigyhacking.com
Prodigy Hacking is in no way associated with Prodigy Math Game or SMARTeacher. The code and extension is covered by the MPL 2.0 License. Learn more herehttps://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/LICENSE
Safety
Risk impact
Prodigy Hacking Extension (PHEx) requires a number of risky permissions that can potentially harm your browser and steal your data. Exercise caution when installing this add-on. Review carefully before installing. We recommend that you only install Prodigy Hacking Extension (PHEx) if you trust the publisher.
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypass your security settings, and access your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.
Risk likelihood
Prodigy Hacking Extension (PHEx) has earned a fairly good reputation and likely can be trusted.
Risk likelihood measures the probability that an Edge add-on may turn malicious. This is determined by the publisher and the Edge add-on reputation on Edge Add-on Store, the amount of time the Edge add-on has been around, and other signals about the Edge add-on. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing an Edge add-on, especially ones with higher risk impact and/or higher risk likelihood.
Subscribe to the premium plan to see more risk analysis detailsUser reviews
Manifest
The manifest file declares the requirements and permissions that an Edge add-on will have access to. By reviewing the manifest, you may be able to determine if an Edge add-on is over-reaching (for example, if an extension is overriding your new tab page, or search provider, or requesting access to your web activities without any good reason).
{ "name": "Prodigy Hacking Extension (PHEx)", "version": "2.1.5", "description": "PHEx is an extension made to raise awareness of security issues for Prodigy", "permissions": [ "webRequest", "webRequestBlocking", "*://*.prodigygame.com/*", "https://raw.githubusercontent.com/*" ], "icons": { "16": "assets/x16.png", "48": "assets/x48.png", "128": "assets/x128.png" },