mullvad-browser
The package downloads source code and checksums from the official Mullvad and Tor Project infrastructure; the non-whitelisted host cdn.mullvad.net is legitimate and used by the project, posing no supply-chain risk.
Triggered rules
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 and checksums from the official Mullvad and Tor Project infrastructure; the non-whitelisted host cdn.mullvad.net is legitimate and used by the project, posing no supply-chain risk.
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:41
git+https://gitlab.torproject.org/tpo/applications/tor-browser-build.git -
PKGBUILD:42
https://cdn.mullvad.net/browser/$pkgver/sha256sums-unsigned-build.txt
PKGBUILD
2 offending line(s) highlighted# Maintainer: NourEddineX
# Contributor: Ralph Torres <mail at ralphptorr dot es>
# Contributor: éclairevoyant
# Contributor: tarball <bootctl at gmail dot com>
# NOTE: fetch keys to allow verification of sigs in sha256sums-unsigned-build.txt:
# gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org
# TODO: enable incremental builds, add addarmor
pkgname=mullvad-browser
pkgver=15.0.16
_buildver=build1
pkgrel=1
pkgdesc='Privacy-focused web browser developed by Mullvad VPN and the Tor Project'
arch=(x86_64)
url=https://mullvad.net/browser
license=(MPL-2.0)
depends=(
alsa-lib at-spi2-core bash cairo dbus ffmpeg fontconfig freetype2 gcc-libs
gdk-pixbuf2 glib2 glibc gtk3 hicolor-icon-theme libpulse libx11 libxcb
libxcomposite libxdamage libxext libxfixes libxrandr libxss libxt mime-types
nspr nss pango ttf-font
)
makedepends=(
git perl-capture-tiny perl-data-dump perl-data-uuid perl-datetime
perl-digest-sha1 perl-file-copy-recursive perl-file-slurp perl-io-all
perl-json perl-lwp-protocol-https perl-parallel-forkmanager perl-path-tiny
perl-sort-versions perl-string-shellquote perl-sys-syscall
perl-template-toolkit perl-xml-libxml perl-yaml perl-yaml-libyaml
perl-yaml-tiny wget zstd
)
optdepends=(
'hunspell-en_US: Spell checking, american english'
'libnotify: Notification integration'
'networkmanager: Location detection via available wifi networks'
'speech-dispatcher: Text-to-speech'
'xdg-desktop-portal: Screensharing with wayland'
)
source=(
git+https://gitlab.torproject.org/tpo/applications/tor-browser-build.git
https://cdn.mullvad.net/browser/$pkgver/sha256sums-unsigned-build.txt
https://cdn.mullvad.net/browser/$pkgver/sha256sums-unsigned-build.txt.asc
$pkgname.desktop
)
sha256sums=('SKIP'
'1465715f3a35a32bb4d4ea0339a16e383b8d34f5b90290caffffcebffc826a7c'
'SKIP'
'a7f82f8d89b00bc0ea368299e979b900c87710b86b89eafb7122a502e5b47eaf')
validpgpkeys=(
EF6E286DDA85EA2A4BA7DE684E2C6E8793298290 # Tor Browser Developers (signing key) <torbrowser@torproject.org>
CAAE408AEBE2288E96FC5D5E157432CF78A65729 # Older one
)
_builder=tor-browser-build
_pkgname=mullvadbrowser
_pkgver=mb-$pkgver-$_buildver
_export_perllib() {
export PERLLIB="${srcdir}/sys-ph-includes:${srcdir}/sys-ph-includes/usr/include:${srcdir}/sys-ph-includes/usr/include/sys:${srcdir}/sys-ph-includes/usr/include/asm:${srcdir}/sys-ph-includes/usr/include/bits"
}
prepare() {
mkdir -p sys-ph-includes
h2ph -d sys-ph-includes /usr/include/{sys/syscall.h,asm/unistd.h,asm/unistd_64.h,bits/syscall.h}
_export_perllib
cd "$srcdir"/$_builder
git checkout -f tags/$_pkgver
make submodule-update
gpg --no-default-keyring --no-auto-check-trustdb \
--keyring /tmp/$_pkgver.gpg --import keyring/* || true
}
build() {
_export_perllib
cd "$srcdir"/$_builder
make $_pkgname-release-linux-$arch
}
check() {
cd "$srcdir"/$_builder/$_pkgname/release/unsigned/$pkgver-build1
sha256sum --ignore-missing -c "${srcdir}"/sha256sums-unsigned-build.txt
}
package() {
install -d "$pkgdir"/usr/lib/$pkgname "$pkgdir"/usr/bin
tar -C "$pkgdir"/usr/lib/$pkgname --strip-components=2 \
-xf "$srcdir"/$_builder/$_pkgname/release/unsigned/$pkgver-build1/$pkgname-linux-$arch-$pkgver.tar.xz
ln -srfv "$pkgdir"/usr/lib/$pkgname/start-$pkgname "$pkgdir"/usr/bin/$pkgname
install -Dm644 -t "$pkgdir"/usr/share/applications "$srcdir"/$pkgname.desktop
# fix perms
cd "$pkgdir"/usr/lib/$pkgname
chmod -R a+r .
find . -executable -execdir chmod a+x '{}' +
# replicate mb official deb pkg quirks to "blend with the crowd".
# is-packaged-app sets browser_home to HOME
cd "$pkgdir"/usr/lib/$pkgname
rm -r .config/ start-$pkgname.desktop
install -Dm644 -T /dev/null is-packaged-app
# for docs. doc/Licenses is also a deb quirk
cd "$pkgdir"/usr/lib/$pkgname/MullvadBrowser/Docs
install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname ChangeLog.txt
install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname/Licenses Licenses/*
install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname Licenses/*
# for icons
cd "$pkgdir"/usr
for i in 16 32 48 64 128 scalable
do
if test $i == "scalable"
then
dir=share/icons/hicolor/scalable/apps
fr=lib/$pkgname/browser/chrome/icons/default/about-logo.svg
to=$dir/$pkgname.svg
else
dir=share/icons/hicolor/${i}x${i}/apps
fr=lib/$pkgname/browser/chrome/icons/default/default${i}.png
to=$dir/$pkgname.png
fi
install -d $dir
ln -srf $fr $to
done
}
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 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 |
| 2026-08-29 00:29:17 | Low | 2 |