gitilante-bin
The package installs a prebuilt binary from the project's official GitLab release infrastructure, which is a normal and expected practice for AUR binary packages; the low severity is due to the limited trust context of the host and recent upload, but the source is verifiable and checksummed.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt binary from the project's official GitLab release infrastructure, which is a normal and expected practice for AUR binary packages; the low severity is due to the limited trust context of the host and recent upload, but the source is verifiable and checksummed.
PKGBUILD
# Maintainer: Riccardo Marotti
#
# Generated from packaging/aur-bin/PKGBUILD.in by
# scripts/generate-aur-bin-package.sh: do not edit the generated PKGBUILD by
# hand.
pkgname=gitilante-bin
pkgver=0.3.0
pkgrel=1
pkgdesc="A focused Git GUI for diffs, hunks and history (prebuilt binary)"
arch=('x86_64')
url="https://gitlab.com/rutilante/gitilante"
license=('GPL-3.0-or-later')
depends=(
'git'
'gtk4'
'gtksourceview5'
'libadwaita'
)
provides=("gitilante=$pkgver")
conflicts=('gitilante')
source=(
"gitilante-$pkgver-linux-x86_64.tar.gz::https://gitlab.com/api/v4/projects/rutilante%2Fgitilante/packages/generic/gitilante/0.3.0/gitilante-0.3.0-linux-x86_64.tar.gz"
)
sha256sums=('0f31b5ac24a54e7b2f39972f96c8867c882ae50de0a0217b9bcea284b214409e')
package() {
cd "$srcdir/gitilante-$pkgver-linux-x86_64"
install -Dm755 bin/gitilante \
"$pkgdir/usr/bin/gitilante"
# Short command name.
ln -s gitilante "$pkgdir/usr/bin/gila"
install -Dm644 \
share/applications/dev.gitilante.Gitilante.desktop \
"$pkgdir/usr/share/applications/dev.gitilante.Gitilante.desktop"
install -Dm644 \
share/icons/hicolor/scalable/apps/dev.gitilante.Gitilante.svg \
"$pkgdir/usr/share/icons/hicolor/scalable/apps/dev.gitilante.Gitilante.svg"
install -Dm644 \
share/metainfo/dev.gitilante.Gitilante.metainfo.xml \
"$pkgdir/usr/share/metainfo/dev.gitilante.Gitilante.metainfo.xml"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 19:40:47 | Low | 2 |