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
3pkgname=kudu-bin
4pkgver=2.1.0
5pkgrel=1
6pkgdesc="A modern, open-source system cleaner for Windows, macOS, and Linux"
7arch=('x86_64')
8url="https://github.com/AdventDevInc/kudu"
9license=('MIT')
10depends=(
11 'gtk3'
12 'nss'
13 'libxss'
14 'alsa-lib'
15 'mesa'
16 'fuse2'
17)
18provides=('kudu')
19conflicts=('kudu')
20options=('!strip')
21noextract=("${pkgname}-${pkgver}.deb")
22source_x86_64=("${pkgname}-${pkgver}.deb::https://github.com/AdventDevInc/kudu/releases/download/v${pkgver}/Kudu-${pkgver}-amd64.deb")
23sha256sums_x86_64=('a03b0eafdd61f24df5f260966b3156b3682f7f2413407b4ac46f8a2c2af60668')
24
25package() {
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)SeverityRules
2026-08-18 11:39:43 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion