TORPEDO is a security-focused WebExtension for Thunderbird and Firefox that intercepts link hover events, analyzes the target URL for phishing indicators, and shows an inline tooltip with a security verdict before the user can click.
Assembles a compressed .zip file for the respective target platform.
# Thunderbird
python build.py --version thunderbird
# Chrome
python build.py --version browser --browser chrome
# Firefox
python build.py --version browser --browser firefoxThe browser version of the webextension supports the following webmail clients:
- GoogleMail
- owa.kit.edu
| Library | Used for |
|---|---|
floating-ui |
Tooltip positioning |
browser-polyfill |
Normalizes browser.* API across versions |