clamav-gui
maintainer tiziodcaio
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own GitHub source, applies a public patch, and installs a GUI for ClamAV; no remote code execution, untrusted binaries, or malicious behavior is present.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own GitHub source, applies a public patch, and installs a GUI for ClamAV; no remote code execution, untrusted binaries, or malicious behavior is present.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Calogero e Angelo Scarnà <info@codelinsoft.it>
2
pkgname=clamav-gui
3
pkgver=1.1.8
4
pkgrel=1
5
pkgdesc="Graphical user interface for clamav and freshclam with an integrated service menu for Konqueror/Dolphin to scan files directly from your file manager."
6
arch=('x86_64')
7
url="https://github.com/wusel1007/clamav-gui"
8
license=(GPL-3.0-or-later)
9
depends=('qt6-base' 'qt6-connectivity' 'qt6-declarative' 'qt6-svg' 'qt6-tools' 'qt6-translations' 'clamav' 'desktop-file-utils')
10
source=("clamav-gui-${pkgver}.tar.gz::https://github.com/wusel1007/clamav-gui/archive/refs/tags/v${pkgver}.tar.gz"
11
clamav-gui-QRegExp.patch::https://github.com/wusel1007/clamav-gui/commit/8abd8893356749b54e615aff5a167720862a17f3.patch
12
)
13
sha256sums=('1e4a85618a8b681a834097fc87af78d1ba3ef892d7e31080506d989903826d9a'
14
'8db343d8bd6e753ad25c50b06f62c67f05a285d541c1a012467eda73792f158a')
15
16
prepare() {
17
cd "${pkgname}-${pkgver}"
18
patch -Np1 -i ../clamav-gui-QRegExp.patch
19
}
20
21
build() {
22
cd "${pkgname}-${pkgver}"
23
qmake6 PREFIX=/usr
24
make
25
}
26
27
package() {
28
cd "${pkgname}-${pkgver}"
29
make install DESTDIR=${pkgdir}
30
install -Dm644 "extra/ClamAV-GUI.desktop" "${pkgdir}/etc/xdg/autostart/ClamAV-GUI.desktop"
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 15:27:57 | MEDIUM | 1 |
| 2026-07-24 13:27:52 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |