bricklink-studio
The package downloads a legitimate installer from the official Bricklink domain over HTTPS, uses it to extract and install the application via Wine, and includes no obfuscated or suspicious code; the non-whitelisted host is still the project's official download infrastructure, making this a standard AUR package with low risk.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a legitimate installer from the official Bricklink domain over HTTPS, uses it to extract and install the application via Wine, and includes no obfuscated or suspicious code; the non-whitelisted host is still the project's official download infrastructure, making this a standard AUR package with low risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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
"$pkgname-$pkgver.exe::https://studio.download.bricklink.info/Studio2.0/Archive/$pkgver/Studio+2.0.exe"
PKGBUILD
1 offending line(s) highlighted# Maintainer: <ayedeil at posteo dot com>
pkgname=bricklink-studio
pkgver=2.26.8_1
pkgrel=1
pkgdesc="Lego cad software created by Bricklink"
arch=('x86_64')
url="https://www.bricklink.com/v3/studio/download.page"
license=('custom')
depends=('wine')
makedepends=('innoextract-crazy-max')
source=(
"$pkgname-$pkgver.exe::https://studio.download.bricklink.info/Studio2.0/Archive/$pkgver/Studio+2.0.exe"
"$pkgname.sh"
"$pkgname.desktop"
"$pkgname.xml"
"icon.png"
)
noextract=("$pkgname-$pkgver.exe")
sha256sums=('f5ea4582b04fd0e9a5056f6b7476787b30cd7d290ea8e745886f887f7239142b'
'3656055a9d5a87238c9a206c8b1df5e4892b05f8dd797edf43c35041a5cbdc67'
'cd760f9ad2a3210359ff6c0862cc3aa548a78a81246962748896f624364da47b'
'799ebcbfd268cba96294f128abb2ea4b24f6841a8ee4863a10ef4ad4912419f3'
'edfb03fbc30b6c39d0a63e5e04296a58439db44e2bc50434c270cdf441978927')
options=(!strip !debug)
prepare() {
innoextract -d "$srcdir" "$pkgname-$pkgver.exe"
}
package() {
install -Dd "$pkgdir/usr/share/$pkgname"
cp -r "$srcdir/app"/* "$pkgdir/usr/share/$pkgname"
install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
install -Dm644 "$srcdir/$pkgname.xml" "$pkgdir/usr/share/mime/packages/$pkgname.xml"
install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/$pkgname.png"
install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/application-bricklink-studio-model.png"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |