mandible-bin
CLEAN
maintainer Dominiquini
1 votes
scanned 2026-08-23 00:10:13.866130
Triggered rules
Clean
AI review downgraded a static finding
llm_review
The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package downloads prebuilt binaries from GitHub releases using verified checksums; the source is the project's official repository, and the binaries are installed without further execution or modification.
1 higher static finding superseded - not the current verdict (shown for transparency)
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.
PKGBUILD
1
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_gitauthor=AS-FOSS
4
_gitname=mandible
5
_appname=${_gitname}
6
pkgname=${_appname}-bin
7
pkgdesc="A TUI manual viewer for every command-line tool you have"
8
9
pkgver=0.4.0
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'aarch64')
14
_barch=('x86_64-unknown-linux-gnu' 'aarch64-unknown-linux-gnu')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('Apache-2.0' 'MIT')
21
22
provides=("${_appname}")
23
conflicts=("${_appname}")
24
depends=('glibc' 'libgcc')
25
26
options=('!strip')
27
28
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[0]}.tar.gz")
29
source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[1]}.tar.gz")
30
sha256sums_x86_64=('53f5df8fffdbaefe48d17e1ae2b62719b3ac446b56e5a97cc52c8618144a36b5')
31
sha256sums_aarch64=('cb1f030681d1c83a911cb99c1fb3fc8655d854af26d80cdb188e8feea3be03b2')
32
33
34
case ${CARCH} in
35
${arch[0]})
36
_CARCH=${_barch[0]}
37
;;
38
39
${arch[1]})
40
_CARCH=${_barch[1]}
41
;;
42
esac
43
44
package() {
45
cd "${srcdir}/${_gitname}-${_gitversion}-${_CARCH}/" || exit
46
47
install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
48
49
install -Dm644 "${_appname}.1" "${pkgdir}/usr/share/man/man1/${_appname}.1"
50
51
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
52
53
install -Dm644 "NOTICE" "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE"
54
install -Dm644 "LICENSE-MIT" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
55
install -Dm644 "LICENSE-APACHE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
56
}
57
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-23 00:10@@ -6,7 +6,7 @@ pkgname=${_appname}-bin pkgdesc="A TUI manual viewer for every command-line tool you have" -pkgver=0.3.2+pkgver=0.4.0 pkgrel=1 _gitversion=v${pkgver} @@ -27,8 +27,8 @@ source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[0]}.tar.gz") source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[1]}.tar.gz")-sha256sums_x86_64=('188f94e8e86ab8fab5fc645c27eb90d9e54e29f7b04db4d1b71b8fbc25571ffa')-sha256sums_aarch64=('697b8c0ea81a2c2180515d2a2eaeaf83529985b63ac87aac9a347ada4fec6a95')+sha256sums_x86_64=('53f5df8fffdbaefe48d17e1ae2b62719b3ac446b56e5a97cc52c8618144a36b5')+sha256sums_aarch64=('cb1f030681d1c83a911cb99c1fb3fc8655d854af26d80cdb188e8feea3be03b2') case ${CARCH} inScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 00:10:13 | Clean | 2 |
| 2026-08-22 23:18:41 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 23:38:16 | Low | 1 |
| 2026-08-17 00:18:29 | Low | 2 |
| 2026-08-16 00:03:42 | Low | 2 |
| 2026-08-15 05:30:14 | Low | 2 |
| 2026-08-14 00:03:41 | Clean | 2 |
| 2026-08-13 05:25:33 | Low | 1 |
| 2026-08-12 00:27:08 | Clean | 2 |
| 2026-08-11 13:21:13 | Low | 1 |