alacrium-browser
The source is a git checkout from the maintainer's own GitHub repository, which is a normal practice for AUR packages; building from a non-whitelisted host is not inherently dangerous when it's the project's own source code.
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 source is a git checkout from the maintainer's own GitHub repository, which is a normal practice for AUR packages; building from a non-whitelisted host is not inherently dangerous when it's the project's own source code.
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:66
"depot_tools::git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#commit=${_depot_tools_commit}"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Braulio Oliveira <brauliobo at gmail dot com>
pkgname=alacrium-browser
pkgver=153.0.8010.47
pkgrel=1
pkgdesc='Performance-focused Chromium browser tracking stable releases'
arch=('x86_64')
url='https://github.com/brauliobo/alacrium'
license=('BSD-3-Clause')
depends=(
'alsa-lib'
'at-spi2-core'
'cairo'
'dbus'
'expat'
'glib2'
'gtk3'
'libcups'
'libx11'
'libxcb'
'libxcomposite'
'libxdamage'
'libxext'
'libxfixes'
'libxkbcommon'
'libxrandr'
'mesa'
'nspr'
'nss'
'pango'
'systemd-libs'
'ttf-liberation'
'vulkan-icd-loader'
'xdg-utils'
)
makedepends=(
'bison'
'clang'
'flex'
'git'
'gperf'
'java-runtime-headless'
'lld'
'nasm'
'ninja'
'nodejs'
'perl'
'pkgconf'
'python'
'rust'
'unzip'
'wget'
'yasm'
)
optdepends=(
'gnome-keyring: password storage in GNOME'
'kdialog: native file dialogs in KDE'
'kwallet: password storage in KDE'
'pipewire: WebRTC desktop sharing under Wayland'
)
options=('!debug' '!strip')
_commit=837899bf0f57af21d3e5c6557478e097058ca207
_depot_tools_commit=7bd73dcd391b3f83437f2bd50724c04044806728
source=(
"alacrium::git+https://github.com/brauliobo/alacrium.git#commit=${_commit}"
"depot_tools::git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#commit=${_depot_tools_commit}"
)
sha256sums=('SKIP' 'SKIP')
prepare() {
export HOME="$srcdir"
export PATH="$srcdir/depot_tools:$PATH"
cd alacrium
./trunk.sh
./version.sh
./setup.sh
}
build() {
local jobs
jobs="$(nproc)"
if [[ ${MAKEFLAGS:-} =~ -j([0-9]+) ]]; then
jobs="${BASH_REMATCH[1]}"
fi
export HOME="$srcdir"
export PATH="$srcdir/depot_tools:$PATH"
cd alacrium
./build.sh "$jobs"
}
package() {
local deb_path="$srcdir/alacrium/chromium/src/out/alacrium/alacrium-browser_${pkgver}_AVX.deb"
local logo size
bsdtar -xOf "$deb_path" data.tar.xz | bsdtar -xf - -C "$pkgdir"
rm -rf "$pkgdir/etc/cron.daily"
chmod 4755 "$pkgdir/opt/alacrium-browser/chrome-sandbox"
for logo in "$pkgdir"/opt/alacrium-browser/product_logo_*.png; do
size="${logo##*_}"
size="${size%.png}"
[[ "$size" =~ ^[0-9]+$ ]] || continue
install -Dm644 "$logo" \
"$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/alacrium-browser.png"
done
install -Dm644 "$pkgdir/opt/alacrium-browser/alacrium.svg" \
"$pkgdir/usr/share/icons/hicolor/scalable/apps/alacrium-browser.svg"
install -Dm644 "$srcdir/alacrium/LICENSE.md" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-16 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -1,7 +1,7 @@ # Maintainer: Braulio Oliveira <brauliobo at gmail dot com> pkgname=alacrium-browser-pkgver=153.0.8010.36+pkgver=153.0.8010.47 pkgrel=1 pkgdesc='Performance-focused Chromium browser tracking stable releases' arch=('x86_64')@@ -59,7 +59,7 @@ 'pipewire: WebRTC desktop sharing under Wayland' ) options=('!debug' '!strip')-_commit=a58a842c4146da041132e6949204398ebe140d5e+_commit=837899bf0f57af21d3e5c6557478e097058ca207 _depot_tools_commit=7bd73dcd391b3f83437f2bd50724c04044806728 source=( "alacrium::git+https://github.com/brauliobo/alacrium.git#commit=${_commit}"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 09:21:46 | Medium | 1 |
| 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 09:14:07 | Medium | 1 |
| 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 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 |