kudu-bin
maintainer VVS
· 0 votes
· scanned 2026-08-18 11:39:43.480180
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method for Electron apps; the binary is from a trusted project source and no malicious behavior is evident.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method for Electron apps; the binary is from a trusted project source and no malicious behavior is evident.
PKGBUILD
1
# Maintainer: Vitaliy VVS Star <vitaliy <dot> star <at> Gmail-DOT-Com>
2
3
pkgname=kudu-bin
4
pkgver=2.1.0
5
pkgrel=1
6
pkgdesc="A modern, open-source system cleaner for Windows, macOS, and Linux"
7
arch=('x86_64')
8
url="https://github.com/AdventDevInc/kudu"
9
license=('MIT')
10
depends=(
11
'gtk3'
12
'nss'
13
'libxss'
14
'alsa-lib'
15
'mesa'
16
'fuse2'
17
)
18
provides=('kudu')
19
conflicts=('kudu')
20
options=('!strip')
21
noextract=("${pkgname}-${pkgver}.deb")
22
source_x86_64=("${pkgname}-${pkgver}.deb::https://github.com/AdventDevInc/kudu/releases/download/v${pkgver}/Kudu-${pkgver}-amd64.deb")
23
sha256sums_x86_64=('a03b0eafdd61f24df5f260966b3156b3682f7f2413407b4ac46f8a2c2af60668')
24
25
package() {
26
bsdtar -xf "${pkgname}-${pkgver}.deb" data.tar.xz
27
bsdtar -xJf data.tar.xz -C "${pkgdir}"
28
29
# SUID sandbox (upstream postinst does the same)
30
chmod 4755 "${pkgdir}/opt/Kudu/chrome-sandbox"
31
32
install -d "${pkgdir}/usr/bin"
33
ln -s /opt/Kudu/kudu "${pkgdir}/usr/bin/kudu"
34
35
install -Dm644 "${pkgdir}/opt/Kudu/LICENSE.electron.txt" \
36
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 11:39:43 | LOW | 2 |