alacrium-browser
Triggered rules
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:67
"depot_tools::git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#commit=${_depot_tools_commit}"
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): The build clones the maintainer's own GitHub repo and runs several unreviewed shell scripts (trunk.sh, version.sh, setup.sh, build.sh) that download and build Chromium at build time, then packages a locally-built RPM; the SKIP'd checksums and opaque scripts mean the full build pipeline is unverifiable, but the primary risk is the maintainer-controlled scripts executing arbitrary code during build rather than a clearly malicious payload.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Braulio Oliveira <brauliobo at gmail dot com>
pkgname=alacrium-browser
pkgver=151.0.7922.71
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'
'rpm-tools'
'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=028ee37e0da2eda3f069f380e40322faddf2a39b
_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 rpm_path="$srcdir/alacrium/chromium/src/out/alacrium/alacrium-browser_${pkgver}_AVX.rpm"
rpm2cpio "$rpm_path" | bsdtar -xf - -C "$pkgdir"
rm -rf "$pkgdir/etc/cron.daily"
ln -s /opt/alacrium-browser/alacrium-browser \
"$pkgdir/usr/bin/alacrium-browser"
chmod 4755 "$pkgdir/opt/alacrium-browser/chrome-sandbox"
install -Dm644 "$srcdir/alacrium/LICENSE.md" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 3 |
| 2026-08-02 00:16:08 | MEDIUM | 3 |
| 2026-08-01 00:11:18 | MEDIUM | 3 |
| 2026-07-31 11:19:29 | MEDIUM | 3 |
| 2026-07-31 11:17:50 | MEDIUM | 3 |