zgit-bin
maintainer zaidejjo
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the project's own GitHub releases, which is a common and acceptable practice; the low severity is due to the unverifiable binary from a non-whitelisted host, but it is not inherently malicious.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from the project's own GitHub releases, which is a common and acceptable practice; the low severity is due to the unverifiable binary from a non-whitelisted host, but it is not inherently malicious.
PKGBUILD
1
# Maintainer: zaidejjo <zaid@ejjo.me>
2
# Contributor: zaidejjo <zaid@ejjo.me>
3
# shellcheck shell=bash
4
5
pkgname=zgit-bin
6
pkgver=0.2.0
7
pkgrel=1
8
pkgdesc="A modern, fast Git & GitHub client — TUI binary"
9
arch=('x86_64')
10
url="https://github.com/zaidejjo/zgit"
11
license=('Apache')
12
depends=('git' 'glibc')
13
makedepends=()
14
provides=("${pkgname%-bin}=${pkgver}")
15
conflicts=("${pkgname%-bin}")
16
source=("${url}/releases/download/v${pkgver}/zgit-v${pkgver}-linux-amd64.tar.gz")
17
sha256sums=('19a35ce73e084d60209bbd97a2e54229c3debf8c29b540df5ec3f1f367dc023a')
18
19
package() {
20
install -Dm755 "zgit-v${pkgver}-linux-amd64/zgit" "${pkgdir}/usr/bin/zgit"
21
}
22
23
# vim:set ts=2 sw=2 et:
24
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -3,7 +3,7 @@ # shellcheck shell=bash pkgname=zgit-bin-pkgver=0.1.2+pkgver=0.2.0 pkgrel=1 pkgdesc="A modern, fast Git & GitHub client — TUI binary" arch=('x86_64')@@ -14,7 +14,7 @@ provides=("${pkgname%-bin}=${pkgver}") conflicts=("${pkgname%-bin}") source=("${url}/releases/download/v${pkgver}/zgit-v${pkgver}-linux-amd64.tar.gz")-sha256sums=('a575c1dd2a5d369c40c4490d54c368ab35175ecb16ee2cc0768c47f59c422a7a')+sha256sums=('19a35ce73e084d60209bbd97a2e54229c3debf8c29b540df5ec3f1f367dc023a') package() { install -Dm755 "zgit-v${pkgver}-linux-amd64/zgit" "${pkgdir}/usr/bin/zgit"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 03:13:55 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 01:40:32 | LOW | 2 |