unl0kr
maintainer VStoiakin
· 0 votes
· base
buffybox
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source code from the project's own GitLab and a well-known upstream GitHub repository for a dependency; both are legitimate development hosts, and the build process is transparent and standard.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads source code from the project's own GitLab and a well-known upstream GitHub repository for a dependency; both are legitimate development hosts, and the build process is transparent and standard.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:16
"https://gitlab.postmarketos.org/postmarketOS/buffybox/-/archive/$pkgver/buffybox-$pkgver.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vladimir Stoiakin <VStoiakin at lavabit dot com>
2
3
pkgbase=buffybox
4
pkgname=(buffyboard unl0kr)
5
pkgver=3.5.1
6
pkgrel=1
7
pkgdesc="A suite of graphical applications for the terminal"
8
url="https://gitlab.postmarketos.org/postmarketOS/buffybox/"
9
arch=('x86_64' 'aarch64')
10
license=('GPL-3.0-or-later')
11
depends=(libinih libinput systemd-libs libxkbcommon libdrm)
12
makedepends=(meson scdoc)
13
14
_lvgl_commit=85aa60d18b3d5e5588d7b247abf90198f07c8a63
15
source=(
16
"https://gitlab.postmarketos.org/postmarketOS/buffybox/-/archive/$pkgver/buffybox-$pkgver.tar.bz2"
17
"https://github.com/lvgl/lvgl/archive/$_lvgl_commit.tar.gz"
18
"sd-unl0kr"
19
"unl0kr-install"
20
"unl0kr-hooks"
21
)
22
b2sums=('c697780785c6ad63a9820eb72219bf90febe6dddd8b171a52fcf82e8fef9da6e130ac4f0f66a2c7123d71cd56bc079ee09c0471a64c6ea27fd0ee6f38d170124'
23
'8aa93853b58f4ab589dde891136b2de4353353f663808b111ab8672fb5a4e55686ea90ff90ea041dae6f6198dc97ba6a1d72204080bb608787a818459bb1b46c'
24
'SKIP'
25
'SKIP'
26
'SKIP')
27
28
prepare() {
29
rm -rf "buffybox-$pkgver/lvgl"
30
mv -f "lvgl-$_lvgl_commit" "buffybox-$pkgver/lvgl"
31
}
32
33
build() {
34
arch-meson "buffybox-$pkgver" build -Dsystemd=true
35
meson compile -C build
36
}
37
38
package_buffyboard() {
39
depends=(libinih libinput systemd-libs)
40
41
meson install -C build --tags=buffyboard --destdir "$pkgdir"
42
}
43
44
package_unl0kr() {
45
meson install -C build --tags=unl0kr --destdir "$pkgdir"
46
47
install -Dm644 "sd-unl0kr" "$pkgdir/usr/lib/initcpio/install/sd-unl0kr"
48
49
install -Dm644 "unl0kr-install" "$pkgdir/usr/lib/initcpio/install/unl0kr"
50
install -Dm644 "unl0kr-hooks" "$pkgdir/usr/lib/initcpio/hooks/unl0kr"
51
}
52
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 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |