For some reasons it often works for Windows and MacOS, why wouldn't it work for Linux?
> The problems listed on the page are real and we should tackle them.
Considering the number of breaches of NPM/Ruby repos and other projects hosted on github/gitlab, it surely looks like no one really does anything to tackle them.
> Instead security should be treated in a systematic way
As the article mentions even distro maintainers do not actually care about the issue that much - often because the maintainers do not get paid for their work and do it in their spare time. You cannot expect much from that while a basic AV could provide at least a modicum of additional protection and safety.
> Security is not an app to be installed. It's an architectural problem.
Android solves it by not allowing the user to get root permissions and completely isolating apps. That's unlikely to ever happen to Linux on the desktop.
> Namely, are distro maintainers qualified to verify antivirus code?
AV vendors have a reputation to keep. There are not that many of them actually, and a lot fewer than software packages in an average Linux disto (to the tune of many thousands).
> They also commonly run with elevated privileges (the point about sudo).
That's absolutely true but they work this way to fight off low level malware/rootkits. You can't have it any other way. The same applies to Linux unfortunately - in order to protect against malicious kernel modules you need to hook into the kernel.