akizip-git
CLEAN
maintainer Giteeajake
0 votes
scanned 2026-09-27 00:07:07.510666
Triggered rules
Clean
AI review downgraded a static finding
llm_review
The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the low-vote and recent upload are not indicators of maliciousness, and all other aspects follow standard packaging guidelines.
1 higher static finding superseded - not the current verdict (shown for transparency)
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.
PKGBUILD
1
#Maintainer: Mumi Jim <echo "=02bj5yav9Gb0V3bA1Waq9VatVXb" | rev | base64 -d>
2
# a funny project
3
4
pkgname="akizip-git"
5
_appname="AkiZip"
6
pkgver=0.4.0.r0.g377a1cdc
7
pkgrel=1
8
pkgdesc='A modern archive manager for the Linux desktop.'
9
url='https://github.com/AkiZip/AkiZip'
10
_app_website='https://www.akizip.top/'
11
arch=('x86_64' 'aarch64')
12
license=('GPL-3.0-or-later')
13
source=("git+$url.git")
14
sha256sums=('SKIP')
15
depends=('7zip' 'cairo' 'dconf' 'gtk4' 'hicolor-icon-theme' 'libadwaita' 'python-gobject' 'pango')
16
makedepends=('gettext' 'git' 'gobject-introspection' 'meson' 'ninja' 'pkgconf')
17
18
pkgver() {
19
cd "${srcdir}/${_appname}"
20
git describe --long --tags --abbrev=8 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21
}
22
23
build() {
24
cd "${srcdir}/${_appname}"
25
arch-meson . build
26
meson compile -C build
27
}
28
29
package() {
30
cd "${srcdir}/${_appname}"
31
meson install -C build --destdir "$pkgdir"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 00:07:07 | Clean | 2 |
| 2026-09-26 11:15:02 | Low | 1 |