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
3pkgname=gitty-desktop-bin
4pkgver=2026.8.5
5pkgrel=1
6pkgdesc="A lightweight, modern Git client built with Tauri (prebuilt Arch package)"
7arch=('x86_64')
8url="https://git.cbsk-tech.de/Christoph/GitLite"
9license=('MIT')
10depends=('git' 'git-lfs' 'webkit2gtk-4.1' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk3' 'librsvg' 'xdotool')
11provides=('gitty-desktop')
12conflicts=('gitty-desktop')
13options=('!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"
17source=("${_package}::${_artifact_url}")
18noextract=("${_package}")
19sha256sums=('08493741c02eeb378db72e7fcd4dd4e7f64ad75927a6e1862ae71e04c2784539')
20
21package() {
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 package

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion