bielebridge
maintainer thisven
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-owned GitLab instance (digitalcourage.de), which hosts the official project; building from source is normal for AUR, and the host, while not a major forge, is plausibly legitimate and specific to the project.
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 source is a tarball from a project-owned GitLab instance (digitalcourage.de), which hosts the official project; building from source is normal for AUR, and the host, while not a major forge, is plausibly legitimate and specific to the project.
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:12
"https://gitlab.digitalcourage.de/georg/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: this.ven <https://this.ven.uber.space>
2
pkgname=bielebridge
3
pkgver=v0.0.7+20250305
4
pkgrel=3
5
pkgdesc="Challenging 2D bridge construction game"
6
arch=(x86_64)
7
url="https://bielebridge.net"
8
license=(GPL-3.0-or-later)
9
makedepends=(cmake)
10
depends=(glu lua sdl2_gfx sdl2_image sdl2_ttf)
11
source=(
12
"https://gitlab.digitalcourage.de/georg/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
13
"bielebridge-install.patch"
14
)
15
sha256sums=('6bc61186e88974570b0c55abbca0b86c24b686b231c425e18f375bdad87f83b6'
16
'004977840d2074ab0d32d58807afcedf9fefbc526aba76fa923773b3f12d0b40')
17
18
prepare() {
19
cd "$pkgname-$pkgver"
20
patch -p1 < "${srcdir}/bielebridge-install.patch"
21
}
22
23
24
build() {
25
cd "$pkgname-$pkgver"
26
27
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=/usr
28
cmake --build build -- -j"$(nproc)"
29
}
30
31
check() {
32
cd "$pkgname-$pkgver"
33
34
ctest -VV
35
}
36
37
package() {
38
cd "$pkgname-$pkgver"
39
DESTDIR="$pkgdir" cmake --install build
40
41
mv "$pkgdir/usr/share/bielebridge/resources" "$pkgdir/usr/share/bielebridge/data"
42
mv "$pkgdir/usr/bin/bielebridge" "$pkgdir/usr/share/bielebridge/bielebridge.bin"
43
44
# Wrapper script for working directory
45
cat > "$pkgdir/usr/bin/bielebridge" << 'EOF'
46
#!/bin/sh
47
# bielebridge Launcher - setting working directory
48
cd /usr/share/bielebridge
49
exec ./bielebridge.bin "$@"
50
EOF
51
chmod +x "$pkgdir/usr/bin/bielebridge"
52
}
53
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 |