buffyboard

LOW
maintainer VStoiakin 1 votes base buffybox scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads source code from the project's own GitLab and an upstream GitHub repository for a dependency; building from these sources is normal AUR packaging behavior despite the non-whitelisted hosts.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads source code from the project's own GitLab and an upstream GitHub repository for a dependency; building from these sources is normal AUR packaging behavior despite the non-whitelisted hosts.

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
3pkgbase=buffybox
4pkgname=(buffyboard unl0kr)
5pkgver=3.6.0
6pkgrel=1
7pkgdesc="A suite of graphical applications for the terminal"
8url="https://gitlab.postmarketos.org/postmarketOS/buffybox/"
9arch=('x86_64' 'aarch64')
10license=('GPL-3.0-or-later')
11depends=(libinih libinput systemd-libs libxkbcommon libdrm)
12makedepends=(meson scdoc)
13
14_lvgl_commit=85aa60d18b3d5e5588d7b247abf90198f07c8a63
15source=(
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)
22b2sums=('6ac253b5dc9abd468cebc75ed87d642868f20655d24a76b3414a72845ea279749ce8944ce9a0e9535597c41b312b6af0eeba245d956e744216c6dee10a95d166'
23 '8aa93853b58f4ab589dde891136b2de4353353f663808b111ab8672fb5a4e55686ea90ff90ea041dae6f6198dc97ba6a1d72204080bb608787a818459bb1b46c'
24 'SKIP'
25 'SKIP'
26 'SKIP')
27
28prepare() {
29 rm -rf "buffybox-$pkgver/lvgl"
30 mv -f "lvgl-$_lvgl_commit" "buffybox-$pkgver/lvgl"
31}
32
33build() {
34 arch-meson "buffybox-$pkgver" build -Dsystemd=true
35 meson compile -C build
36}
37
38package_buffyboard() {
39 depends=(libinih libinput systemd-libs)
40
41 meson install -C build --tags=buffyboard --destdir "$pkgdir"
42}
43
44package_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

Changes since previous scan

--- PKGBUILD @ 2026-09-07 00:30
+++ PKGBUILD @ 2026-09-17 00:27
@@ -2,7 +2,7 @@
pkgbase=buffybox
pkgname=(buffyboard unl0kr)
-pkgver=3.5.1
+pkgver=3.6.0
pkgrel=1
pkgdesc="A suite of graphical applications for the terminal"
url="https://gitlab.postmarketos.org/postmarketOS/buffybox/"
@@ -19,7 +19,7 @@
"unl0kr-install"
"unl0kr-hooks"
)
-b2sums=('c697780785c6ad63a9820eb72219bf90febe6dddd8b171a52fcf82e8fef9da6e130ac4f0f66a2c7123d71cd56bc079ee09c0471a64c6ea27fd0ee6f38d170124'
+b2sums=('6ac253b5dc9abd468cebc75ed87d642868f20655d24a76b3414a72845ea279749ce8944ce9a0e9535597c41b312b6af0eeba245d956e744216c6dee10a95d166'
'8aa93853b58f4ab589dde891136b2de4353353f663808b111ab8672fb5a4e55686ea90ff90ea041dae6f6198dc97ba6a1d72204080bb608787a818459bb1b46c'
'SKIP'
'SKIP'

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 17:15:15 Medium 1
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2

Report a package

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

0 / 4000
Your suggestion