bluebrick
maintainer mysticx
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from the project's official domain (bluebrick.lswproject.com), which hosts the project's own release files; this is normal for AUR packages and not inherently dangerous, even though the host is not on a standard whitelist.
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 a source archive from the project's official domain (bluebrick.lswproject.com), which hosts the project's own release files; this is normal for AUR packages and not inherently dangerous, even though the host is not on a standard whitelist.
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
source=("$pkgname-$pkgver.zip::https://bluebrick.lswproject.com/download/BlueBrick.${pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Frederik Leonhardt <frederik at leonhardt dot co dot nz>
2
pkgname=bluebrick
3
pkgver=1.9.2
4
pkgrel=1
5
pkgdesc="BlueBrick Lego Layout Planer"
6
arch=('x86_64')
7
url="https://bluebrick.lswproject.com"
8
license=('GPL-3.0-only')
9
depends=('mono')
10
optdepends=('xchm: to read the documentation')
11
options=(!strip)
12
source=("$pkgname-$pkgver.zip::https://bluebrick.lswproject.com/download/BlueBrick.${pkgver}.zip"
13
"$pkgname.desktop"
14
"$pkgname.xml")
15
sha256sums=('4e0682a9083b4026cbf2a03e71dc9e8b3865cc72e3beac65c299197c7e492847'
16
'3ef1c6c69ee75a4f4044197c8c38a7a739c5ab3b190aab579f6a29433ef88f5f'
17
'881df2737967036622ab829035de0d52e9e65bcba867cd5da69bed5206369072')
18
19
package() {
20
21
install -Dd "$pkgdir/opt/$pkgname"
22
23
# The parts library folder and global config file locations are not configurable,
24
# and need to be writable for the user running the program.
25
install -dm757 "$pkgdir/opt/$pkgname/parts"
26
install -m666 "$srcdir/BlueBrick.exe.config" "$pkgdir/opt/$pkgname/"
27
28
# The remaining files can be taken from the distribution.
29
local item
30
local files=(
31
config/
32
icons/
33
parts/
34
BlueBrick.chm
35
BlueBrick.exe
36
ReadMe.txt
37
)
38
for item in "${files[@]}" ; do
39
cp -r "$srcdir/$item" "$pkgdir/opt/$pkgname/"
40
done
41
42
# Meta: desktop and mimetypes.
43
install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
44
install -Dm644 "$srcdir/$pkgname.xml" "$pkgdir/usr/share/mime/packages/$pkgname.xml"
45
}
46
47
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 |