bolt-launcher
maintainer Adamcake
· 23 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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>
2
pkgname=bolt-launcher
3
pkgver=0.23.2
4
pkgrel=1
5
pkgdesc="Free open-source third-party implementation of the Jagex Launcher"
6
license=('AGPL3')
7
url="https://bolt.adamcake.com/"
8
arch=('x86_64')
9
depends=('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')
13
makedepends=('cmake' 'git')
14
optdepends=('jre17-openjdk: runelite/hdos' 'gtk2: rs3' 'openssl-1.1: rs3' 'umu-launcher: osrs official client')
15
source=("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")
19
sha256sums=('SKIP'
20
'aeb98ff1f621c8f7c5f0be6c34acefaf4fe4be763004a9d2a9e933d1cd914650'
21
'90bc35d3226b9f71daf4149304ff7559f0c8734df2660f16d99da07f20d006f8'
22
'20b60ea029fe7fc95d5b8e3d4dcf035a418267d0b3c445bd821205784b037258')
23
24
prepare() {
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
30
build() {
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
35
package() {
36
cmake --install build
37
}
38
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 |