gitty-desktop-bin
maintainer christoph_xd
· 0 votes
· scanned 2026-08-18 00:03:42.021799
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a personal domain with a SKIP'd checksum, creating a supply-chain risk if the host is compromised.
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 90%): The package installs a prebuilt binary from a personal domain with a SKIP'd checksum, creating a supply-chain risk if the host is compromised.
PKGBUILD
1
# Maintainer: Christoph Brandau <c.brandau91@googlemail.com>
2
3
pkgname=gitty-desktop-bin
4
pkgver=2026.8.5
5
pkgrel=1
6
pkgdesc="A lightweight, modern Git client built with Tauri (prebuilt Arch package)"
7
arch=('x86_64')
8
url="https://git.cbsk-tech.de/Christoph/GitLite"
9
license=('MIT')
10
depends=('git' 'git-lfs' 'webkit2gtk-4.1' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk3' 'librsvg' 'xdotool')
11
provides=('gitty-desktop')
12
conflicts=('gitty-desktop')
13
options=('!strip')
14
15
_package="gitty-desktop-2026.8.5-1-x86_64.pkg.tar.zst"
16
_artifact_url="https://git.cbsk-tech.de/Christoph/GitLite/releases/download/2026.8.5/gitty-desktop-2026.8.5-1-x86_64.pkg.tar.zst"
17
source=("${_package}::${_artifact_url}")
18
noextract=("${_package}")
19
sha256sums=('08493741c02eeb378db72e7fcd4dd4e7f64ad75927a6e1862ae71e04c2784539')
20
21
package() {
22
# Extract only the native package payload, without carrying its package
23
# metadata (.PKGINFO, .BUILDINFO and .MTREE) across.
24
bsdtar -xf "$srcdir/$_package" -C "$pkgdir" usr
25
}
26
Changes since previous scan
--- PKGBUILD @ 2026-08-17 00:18+++ PKGBUILD @ 2026-08-18 00:03@@ -1,22 +1,22 @@ # Maintainer: Christoph Brandau <c.brandau91@googlemail.com> pkgname=gitty-desktop-bin-pkgver=2026.8.4+pkgver=2026.8.5 pkgrel=1 pkgdesc="A lightweight, modern Git client built with Tauri (prebuilt Arch package)" arch=('x86_64') url="https://git.cbsk-tech.de/Christoph/GitLite" license=('MIT')-depends=('git' 'webkit2gtk-4.1' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk3' 'librsvg' 'xdotool')+depends=('git' 'git-lfs' 'webkit2gtk-4.1' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk3' 'librsvg' 'xdotool') provides=('gitty-desktop') conflicts=('gitty-desktop') options=('!strip') -_package="gitty-desktop-2026.8.4-1-x86_64.pkg.tar.zst"-_artifact_url="https://git.cbsk-tech.de/Christoph/GitLite/releases/download/2026.8.4/gitty-desktop-2026.8.4-1-x86_64.pkg.tar.zst"+_package="gitty-desktop-2026.8.5-1-x86_64.pkg.tar.zst"+_artifact_url="https://git.cbsk-tech.de/Christoph/GitLite/releases/download/2026.8.5/gitty-desktop-2026.8.5-1-x86_64.pkg.tar.zst" source=("${_package}::${_artifact_url}") noextract=("${_package}")-sha256sums=('a0f956b8a52a2ef4dddb1bc5a664f322d33a89841646581d005125b0844f8f58')+sha256sums=('08493741c02eeb378db72e7fcd4dd4e7f64ad75927a6e1862ae71e04c2784539') package() { # Extract only the native package payload, without carrying its packageScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | MEDIUM | 2 |
| 2026-08-17 23:38:16 | MEDIUM | 2 |
| 2026-08-17 00:18:29 | MEDIUM | 2 |
| 2026-08-16 11:32:23 | MEDIUM | 2 |
| 2026-08-16 00:03:42 | MEDIUM | 2 |
| 2026-08-15 23:31:34 | MEDIUM | 2 |