angkorgit-bin

MEDIUM
maintainer Dominiquini 1 votes scanned 2026-08-24 01:21:42.645556
View on AUR
Why flagged

The package downloads a prebuilt .deb binary from GitHub releases without source availability or build verification, creating an unverifiable supply-chain risk.

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.

Medium AI review of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from GitHub releases without source availability or build verification, creating an unverifiable supply-chain risk.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_packagename=AngKorGit
4_gitauthor=cheat2001
5_gitname=angkorgit
6_appname=${_gitname}
7pkgname=${_appname}-bin
8pkgdesc="A modern, fast, beautiful open-source Git client"
9
10pkgver=0.6.6
11pkgrel=1
12_gitversion=v${pkgver}
13
14arch=('x86_64')
15_barch=('amd64')
16
17_ghurl="https://github.com/${_gitauthor}/${_gitname}"
18_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
19url="https://angkorgit.app/"
20
21license=('MIT')
22
23provides=("${_appname}")
24conflicts=("${pkgname%-bin}")
25depends=('git' 'glibc' 'libgcc' 'glib2' 'cairo' 'libsoup3' 'zlib' 'gtk3' 'gdk-pixbuf2' 'dbus' 'webkit2gtk-4.1' 'hicolor-icon-theme')
26
27options=('!strip')
28
29source=("README-${pkgver}.md::${_ghurlraw}/README.md"
30 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
31source_x86_64=("${_appname}-${arch[0]}-${pkgver}.deb::${_ghurl}/releases/download/${_gitversion}/${_packagename}_${pkgver}_${_barch[0]}.deb")
32sha256sums=('d608c34e2ff678d4d461c1656d9ea1138882f064e6261921e58523acd598a156'
33 'e2e20cd37ca31853f05df3cfdc3053208ead8f26279cea442fb6930bd4cc59fe')
34sha256sums_x86_64=('2cca53f772a00358da466ec6a1627c5b6a5be3884fe8f2c001137ef9876c0ae9')
35
36
37package() {
38 cd "${pkgdir}/" || exit
39
40 tar -xf "${srcdir}/data.tar.gz"
41
42 install -Dm644 "${srcdir}/README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
43
44 install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
45}
46

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 01:21:42 Medium 2

Report a package

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

0 / 4000
Your suggestion