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>
2pkgname=bielebridge
3pkgver=v0.0.7+20250305
4pkgrel=3
5pkgdesc="Challenging 2D bridge construction game"
6arch=(x86_64)
7url="https://bielebridge.net"
8license=(GPL-3.0-or-later)
9makedepends=(cmake)
10depends=(glu lua sdl2_gfx sdl2_image sdl2_ttf)
11source=(
12 "https://gitlab.digitalcourage.de/georg/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
13 "bielebridge-install.patch"
14)
15sha256sums=('6bc61186e88974570b0c55abbca0b86c24b686b231c425e18f375bdad87f83b6'
16 '004977840d2074ab0d32d58807afcedf9fefbc526aba76fa923773b3f12d0b40')
17
18prepare() {
19 cd "$pkgname-$pkgver"
20 patch -p1 < "${srcdir}/bielebridge-install.patch"
21}
22
23
24build() {
25 cd "$pkgname-$pkgver"
26
27 cmake -B build -S . -DCMAKE_INSTALL_PREFIX=/usr
28 cmake --build build -- -j"$(nproc)"
29}
30
31check() {
32 cd "$pkgname-$pkgver"
33
34 ctest -VV
35}
36
37package() {
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
48cd /usr/share/bielebridge
49exec ./bielebridge.bin "$@"
50EOF
51 chmod +x "$pkgdir/usr/bin/bielebridge"
52}
53

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