unl0kr
buffybox
scanned 2026-09-17 00:27:14.276658
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
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)
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# Maintainer: Vladimir Stoiakin <VStoiakin at lavabit dot com>
pkgbase=buffybox
pkgname=(buffyboard unl0kr)
pkgver=3.6.0
pkgrel=1
pkgdesc="A suite of graphical applications for the terminal"
url="https://gitlab.postmarketos.org/postmarketOS/buffybox/"
arch=('x86_64' 'aarch64')
license=('GPL-3.0-or-later')
depends=(libinih libinput systemd-libs libxkbcommon libdrm)
makedepends=(meson scdoc)
_lvgl_commit=85aa60d18b3d5e5588d7b247abf90198f07c8a63
source=(
"https://gitlab.postmarketos.org/postmarketOS/buffybox/-/archive/$pkgver/buffybox-$pkgver.tar.bz2"
"https://github.com/lvgl/lvgl/archive/$_lvgl_commit.tar.gz"
"sd-unl0kr"
"unl0kr-install"
"unl0kr-hooks"
)
b2sums=('6ac253b5dc9abd468cebc75ed87d642868f20655d24a76b3414a72845ea279749ce8944ce9a0e9535597c41b312b6af0eeba245d956e744216c6dee10a95d166'
'8aa93853b58f4ab589dde891136b2de4353353f663808b111ab8672fb5a4e55686ea90ff90ea041dae6f6198dc97ba6a1d72204080bb608787a818459bb1b46c'
'SKIP'
'SKIP'
'SKIP')
prepare() {
rm -rf "buffybox-$pkgver/lvgl"
mv -f "lvgl-$_lvgl_commit" "buffybox-$pkgver/lvgl"
}
build() {
arch-meson "buffybox-$pkgver" build -Dsystemd=true
meson compile -C build
}
package_buffyboard() {
depends=(libinih libinput systemd-libs)
meson install -C build --tags=buffyboard --destdir "$pkgdir"
}
package_unl0kr() {
meson install -C build --tags=unl0kr --destdir "$pkgdir"
install -Dm644 "sd-unl0kr" "$pkgdir/usr/lib/initcpio/install/sd-unl0kr"
install -Dm644 "unl0kr-install" "$pkgdir/usr/lib/initcpio/install/unl0kr"
install -Dm644 "unl0kr-hooks" "$pkgdir/usr/lib/initcpio/hooks/unl0kr"
}
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) | Severity | Rules |
|---|---|---|
| 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 |