basilisk-bin

LOW
maintainer twa022 6 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion