bluebrick-extras-lgauge

maintainer mysticx · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads schematic part files for a LEGO planning tool from the project's own domain; these are non-executable data files, so even though the host is not whitelisted, the worst-case impact of a swapped source is limited to data tampering, not code execution.

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 schematic part files for a LEGO planning tool from the project's own domain; these are non-executable data files, so even though the host is not whitelisted, the worst-case impact of a swapped source is limited to data tampering, not code execution.

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:10 source=("http://l-gauge.org/downloads/SchematicRCv.1.2.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Frederik Leonhardt <frederik at leonhardt dot co dot nz>
2pkgname=bluebrick-extras-lgauge
3pkgver=1.2
4pkgrel=1
5pkgdesc="BlueBrick Lego Layout Planer - L-Gauge Extra Parts"
6arch=('any')
7url="https://l-gauge.org/wiki/index.php/CAD_Tools"
8license=('unknown')
9depends=('bluebrick')
10source=("http://l-gauge.org/downloads/SchematicRCv.1.2.zip"
11 "http://l-gauge.org/downloads/Schematic9Vv.1.2.zip")
12sha256sums=('bfecc1e16cf31a461c04f08b31e89585bc93f63aab2e3a9682c62d72f70a6979'
13 '1e8c50cc581de7f30fb32fc0b8f8357eb41a6edcf70d0bff58632c50a8e2f714')
14
15package() {
16 local partsdir='/opt/bluebrick/parts/'
17
18 install -Ddm757 "$pkgdir/$partsdir"
19
20 # RC schematics
21 install -d "$pkgdir/$partsdir/Schematic RC/"
22 find "$srcdir" -maxdepth 1 -type f -name "*RC*" \
23 -exec install -m 644 -D {} "$pkgdir/$partsdir/Schematic RC/" \;
24
25 # 9V schematics
26 install -d "$pkgdir/$partsdir/Schematic 9V/"
27 find "$srcdir" -maxdepth 1 -type f -name "*9V*" \
28 -exec install -m 644 -D {} "$pkgdir/$partsdir/Schematic 9V/" \;
29}
30
31

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