bolt-launcher

LOW
maintainer Adamcake 23 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The non-standard host hosts a minimal CEF build which is a data dependency for the application, not an executable; the source is checksummed and the main code is from a trusted project repository, making the risk 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 non-standard host hosts a minimal CEF build which is a data dependency for the application, not an executable; the source is checksummed and the main code is from a trusted project repository, making the risk 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:16 "https://adamcake.com/cef/cef-139.0.7258.139-linux-x86_64-minimal-ungoogled.tar.xz"

PKGBUILD

1 offending line(s) highlighted
1## Maintainer: Adam <classygopher@gmail.com>
2pkgname=bolt-launcher
3pkgver=0.23.2
4pkgrel=1
5pkgdesc="Free open-source third-party implementation of the Jagex Launcher"
6license=('AGPL3')
7url="https://bolt.adamcake.com/"
8arch=('x86_64')
9depends=('alsa-lib' 'at-spi2-core' 'cairo' 'dbus' 'expat' 'fmt' 'gcc-libs' 'gdk-pixbuf2'
10 'glib2' 'glibc' 'gtk3' 'hicolor-icon-theme' 'libarchive' 'libdrm' 'libx11' 'libxcb'
11 'libxcomposite' 'libxdamage' 'libxext' 'libxfixes' 'libxkbcommon' 'libxrandr' 'luajit'
12 'mesa' 'nspr' 'nss' 'pango' 'libffi')
13makedepends=('cmake' 'git')
14optdepends=('jre17-openjdk: runelite/hdos' 'gtk2: rs3' 'openssl-1.1: rs3' 'umu-launcher: osrs official client')
15source=("git+https://codeberg.org/Adamcake/Bolt.git#tag=${pkgver}"
16 "https://adamcake.com/cef/cef-139.0.7258.139-linux-x86_64-minimal-ungoogled.tar.xz"
17 "fmt.patch"
18 "cef-no-fortify.patch")
19sha256sums=('SKIP'
20 'aeb98ff1f621c8f7c5f0be6c34acefaf4fe4be763004a9d2a9e933d1cd914650'
21 '90bc35d3226b9f71daf4149304ff7559f0c8734df2660f16d99da07f20d006f8'
22 '20b60ea029fe7fc95d5b8e3d4dcf035a418267d0b3c445bd821205784b037258')
23
24prepare() {
25 git -C "$srcdir/Bolt" submodule update --init --recursive
26 git -C "$srcdir/Bolt" apply "$srcdir/fmt.patch"
27 patch -p1 -d "$srcdir/dist" < "$srcdir/cef-no-fortify.patch"
28}
29
30build() {
31 cmake -S Bolt -B build -G "Unix Makefiles" -D CMAKE_BUILD_TYPE=Release -D CEF_ROOT="$srcdir"/dist -D CMAKE_INSTALL_PREFIX="$pkgdir" -D BOLT_BINDIR=usr/bin -D BOLT_LIBDIR=usr/lib -D BOLT_SHAREDIR=usr/share -D BOLT_META_NAME="$pkgname"
32 cmake --build build
33}
34
35package() {
36 cmake --install build
37}
38

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 17:18:20 Medium 1
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

Report a package

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

0 / 4000
Your suggestion