zraii - Web extension security analyzer

Zraii is designed to speed the process of analyzing web browser extensions, plugins and add-ons. It sifts through extension files, manifests and configurations to build a profile on the extension and how it operates. This information can help you as you review extensions for security issues

Presently Zraii can work with Chrome extensions and will analyze all of the extensions that you have installed

Prep for use:

  • Install virtualenv (sudo pip virtualenv)
  • Activate your virtual environment (source /path/to/virtual_env/bin/activate)
  • pip install -r requirements.txt

Looking for more information?

Visit the project page on GitHub