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
5pkgname=${_pkgname}-bin
6epoch=1
7_buildid_x86_64=20260613193747
8_buildid_i686=20260614135849
9_buildid_aarch64=20260613182632
10_buildid_loongarch64=20260613181555
11_date=2026.06.12
12pkgver=52.9.${_date}
13pkgrel=1
14pkgdesc="A XUL-based web-browser demonstrating the Unified XUL Platform (UXP)."
15url="https://www.basilisk-browser.org"
16arch=('x86_64' 'aarch64' 'i686' 'loongarch64')
17license=('MPL-2.0')
18depends=('gtk3' 'dbus-glib' 'libxt' 'mime-types' 'nss' 'alsa-lib' 'icu')
19optdepends=('hunspell: spell checker and morphological analyzer'
20 'hyphen: library for hyphenation and justification'
21 'ffmpeg: record, convert, and stream audio and video')
22options=('!strip')
23source=('basilisk.desktop')
24source_x86_64=(https://dl.basilisk-browser.org/basilisk-${_buildid_x86_64}.linux-x86_64-gtk3.tar.xz)
25source_aarch64=(https://dl.basilisk-browser.org/basilisk-${_buildid_aarch64}.linux-aarch64-gtk3.tar.xz)
26source_i686=(https://dl.basilisk-browser.org/basilisk-${_buildid_i686}.linux-i686-gtk3.tar.xz)
27source_loongarch64=(https://dl.basilisk-browser.org/basilisk-${_buildid_loongarch64}.linux-i686-gtk3.tar.xz)
28
29sha256sums=('c4223e966bc404467fece4a524cc2db3e99c12455087da2ade9a47b8d99d3a45')
30sha256sums_x86_64=('adfc719e1764c933dafdacb0bb21b8ea880c1df6b97112516ff1d31cff4b2317')
31sha256sums_aarch64=('398860c46f9a8e572b9c43a4a8ed42c5fff2f51f60876b4122be685a98b69f2c')
32sha256sums_i686=('eb71be4b58c96cb3c9bd5f8a3eb64aee31f69ba10596169a7d55d3f8e563dda5')
33sha256sums_loongarch64=('bd33733a874d84330d8baa72dae30708e7cc8e836b40ee9a1a76875becfb169f')
34provides=("${_pkgname}=${pkgver}")
35conflicts=("${_pkgname}")
36
37package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion