basilisk-bin
The package downloads prebuilt binaries from the official project's download domain (dl.basilisk-browser.org), which is plausibly controlled by the project maintainers; while the host is not a common whitelist entry, it is project-specific and the binaries are verified via sha256sums, reducing supply-chain risk to low.
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 prebuilt binaries from the official project's download domain (dl.basilisk-browser.org), which is plausibly controlled by the project maintainers; while the host is not a common whitelist entry, it is project-specific and the binaries are verified via sha256sums, reducing supply-chain risk to low.
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:24
source_x86_64=(https://dl.basilisk-browser.org/basilisk-${_buildid_x86_64}.linux-x86_64-gtk3.tar.xz)
PKGBUILD
1 offending line(s) highlighted# Maintainer: twa022 <twa022 at gmail dot com>
# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
_pkgname=basilisk
pkgname=${_pkgname}-bin
epoch=1
_buildid_x86_64=20260613193747
_buildid_i686=20260614135849
_buildid_aarch64=20260613182632
_buildid_loongarch64=20260613181555
_date=2026.06.12
pkgver=52.9.${_date}
pkgrel=1
pkgdesc="A XUL-based web-browser demonstrating the Unified XUL Platform (UXP)."
url="https://www.basilisk-browser.org"
arch=('x86_64' 'aarch64' 'i686' 'loongarch64')
license=('MPL-2.0')
depends=('gtk3' 'dbus-glib' 'libxt' 'mime-types' 'nss' 'alsa-lib' 'icu')
optdepends=('hunspell: spell checker and morphological analyzer'
'hyphen: library for hyphenation and justification'
'ffmpeg: record, convert, and stream audio and video')
options=('!strip')
source=('basilisk.desktop')
source_x86_64=(https://dl.basilisk-browser.org/basilisk-${_buildid_x86_64}.linux-x86_64-gtk3.tar.xz)
source_aarch64=(https://dl.basilisk-browser.org/basilisk-${_buildid_aarch64}.linux-aarch64-gtk3.tar.xz)
source_i686=(https://dl.basilisk-browser.org/basilisk-${_buildid_i686}.linux-i686-gtk3.tar.xz)
source_loongarch64=(https://dl.basilisk-browser.org/basilisk-${_buildid_loongarch64}.linux-i686-gtk3.tar.xz)
sha256sums=('c4223e966bc404467fece4a524cc2db3e99c12455087da2ade9a47b8d99d3a45')
sha256sums_x86_64=('adfc719e1764c933dafdacb0bb21b8ea880c1df6b97112516ff1d31cff4b2317')
sha256sums_aarch64=('398860c46f9a8e572b9c43a4a8ed42c5fff2f51f60876b4122be685a98b69f2c')
sha256sums_i686=('eb71be4b58c96cb3c9bd5f8a3eb64aee31f69ba10596169a7d55d3f8e563dda5')
sha256sums_loongarch64=('bd33733a874d84330d8baa72dae30708e7cc8e836b40ee9a1a76875becfb169f')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
package() {
mkdir -p "$pkgdir"/opt
cp -ar --no-preserve=ownership "$srcdir"/basilisk "$pkgdir"/opt
mkdir -p "${pkgdir}"/usr/bin
cat > "${pkgdir}"/usr/bin/basilisk <<- __EOF__
#!/bin/sh
exec /opt/basilisk/basilisk "\$@"
__EOF__
chmod 755 "${pkgdir}"/usr/bin/basilisk
install -Dm644 "${srcdir}"/basilisk.desktop "${pkgdir}"/usr/share/applications/basilisk.desktop
install -Dm644 "${srcdir}"/basilisk/browser/icons/mozicon128.png "${pkgdir}"/usr/share/pixmaps/basilisk.png
}
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 |