Insights required on my naive aproach to audit Firefox extensions [closed]

I tried to search the web on existing projects, but after failed attempts, I decided to code something on my own way, one approach, open to comments and improvements:
#!/usr/bin/env python3

import zipfile
import json
import re
import os
i… Continue reading Insights required on my naive aproach to audit Firefox extensions [closed]

Late 2025/2026 equivalent of ExtAnalysis to audit Firefox extensions? [closed]

I discovered ExtAnalysis, tried to run it in a Docker container, but this seems that this project is abandoned.
There’s too many errors. Some issues are opened since 2023 in the repository.
So my question, is: is there a similar project th… Continue reading Late 2025/2026 equivalent of ExtAnalysis to audit Firefox extensions? [closed]

What a malicious website can do in the worst scenario on a upgraded system [closed]

I use last Debian stable (buster as June 2020).

system upgraded everyday (and browser addons updated automatically)
Firefox 68.9.0esr (64 bits) (the one from apt package system)
decent hardware (less than 5 years old)
Debian security upgr… Continue reading What a malicious website can do in the worst scenario on a upgraded system [closed]