basilisk-bin
maintainer twa022
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
MEDIUM
source=() URL on a non-standard host
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
1
# Maintainer: twa022 <twa022 at gmail dot com>
2
# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
3
4
_pkgname=basilisk
5
pkgname=${_pkgname}-bin
6
epoch=1
7
_buildid_x86_64=20260613193747
8
_buildid_i686=20260614135849
9
_buildid_aarch64=20260613182632
10
_buildid_loongarch64=20260613181555
11
_date=2026.06.12
12
pkgver=52.9.${_date}
13
pkgrel=1
14
pkgdesc="A XUL-based web-browser demonstrating the Unified XUL Platform (UXP)."
15
url="https://www.basilisk-browser.org"
16
arch=('x86_64' 'aarch64' 'i686' 'loongarch64')
17
license=('MPL-2.0')
18
depends=('gtk3' 'dbus-glib' 'libxt' 'mime-types' 'nss' 'alsa-lib' 'icu')
19
optdepends=('hunspell: spell checker and morphological analyzer'
20
'hyphen: library for hyphenation and justification'
21
'ffmpeg: record, convert, and stream audio and video')
22
options=('!strip')
23
source=('basilisk.desktop')
24
source_x86_64=(https://dl.basilisk-browser.org/basilisk-${_buildid_x86_64}.linux-x86_64-gtk3.tar.xz)
25
source_aarch64=(https://dl.basilisk-browser.org/basilisk-${_buildid_aarch64}.linux-aarch64-gtk3.tar.xz)
26
source_i686=(https://dl.basilisk-browser.org/basilisk-${_buildid_i686}.linux-i686-gtk3.tar.xz)
27
source_loongarch64=(https://dl.basilisk-browser.org/basilisk-${_buildid_loongarch64}.linux-i686-gtk3.tar.xz)
28
29
sha256sums=('c4223e966bc404467fece4a524cc2db3e99c12455087da2ade9a47b8d99d3a45')
30
sha256sums_x86_64=('adfc719e1764c933dafdacb0bb21b8ea880c1df6b97112516ff1d31cff4b2317')
31
sha256sums_aarch64=('398860c46f9a8e572b9c43a4a8ed42c5fff2f51f60876b4122be685a98b69f2c')
32
sha256sums_i686=('eb71be4b58c96cb3c9bd5f8a3eb64aee31f69ba10596169a7d55d3f8e563dda5')
33
sha256sums_loongarch64=('bd33733a874d84330d8baa72dae30708e7cc8e836b40ee9a1a76875becfb169f')
34
provides=("${_pkgname}=${pkgver}")
35
conflicts=("${_pkgname}")
36
37
package() {
38
mkdir -p "$pkgdir"/opt
39
cp -ar --no-preserve=ownership "$srcdir"/basilisk "$pkgdir"/opt
40
mkdir -p "${pkgdir}"/usr/bin
41
cat > "${pkgdir}"/usr/bin/basilisk <<- __EOF__
42
#!/bin/sh
43
exec /opt/basilisk/basilisk "\$@"
44
__EOF__
45
chmod 755 "${pkgdir}"/usr/bin/basilisk
46
install -Dm644 "${srcdir}"/basilisk.desktop "${pkgdir}"/usr/share/applications/basilisk.desktop
47
install -Dm644 "${srcdir}"/basilisk/browser/icons/mozicon128.png "${pkgdir}"/usr/share/pixmaps/basilisk.png
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |