crown-nightly-bin

MEDIUM
maintainer dbartolini 0 votes scanned 2026-09-18 07:27:46.046490
View on AUR
Why flagged

The package downloads a prebuilt binary tarball from Google Drive, which is an unverifiable and swappable host, creating a supply-chain risk if the source were tampered with.

Triggered rules

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:20 source=("crown-${_upstream_version}-master-${_commit}-linux-x64.tar.gz::https://drive.usercontent.google.com/download?id=${_gdrive_id}&export=download&confirm=t"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt binary tarball from Google Drive, which is an unverifiable and swappable host, creating a supply-chain risk if the source were tampered with.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Daniele Bartolini <dbartolini crownengine org>
2
3pkgname=crown-nightly-bin
4pkgver=0.65.0.r9834.g6c18096fc
5pkgrel=1
6pkgdesc="A complete and cross-platform game engine designed for flexibility, performance, and fast-iterations."
7arch=(x86_64)
8url="https://www.crownengine.org"
9license=('MIT' 'GPL3')
10depends=('glib2>=2.64.6'
11 'gtk3>=3.24'
12 'libgl'
13 'libpulse'
14 'libx11'
15 'libxrandr'
16 )
17_upstream_version=0.65.0
18_commit=6c18096fc
19_gdrive_id=1ZKVTvltqdL9XUrpFZLZLcdh3Btr9DGjY
20source=("crown-${_upstream_version}-master-${_commit}-linux-x64.tar.gz::https://drive.usercontent.google.com/download?id=${_gdrive_id}&export=download&confirm=t"
21 "crown.sh"
22 )
23sha256sums=('e7acd93b5141284c20d7d77dd1445f34016bd465337fb85af1e3923535cfebee'
24 '514892dfc9ccfb0d83c847d459642186f532a527af9f46bdb1402218820f7062')
25options=('!strip')
26
27package() {
28 install -d "$pkgdir"/opt
29 cp -r crown-${_upstream_version}-master-${_commit}-linux-x64 "$pkgdir/opt/crown-nightly"
30
31 # Launcher.
32 install -D -m755 crown.sh "${pkgdir}/usr/bin/crown-nightly"
33
34 # License.
35 install -D -m644 crown-${_upstream_version}-master-${_commit}-linux-x64/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
36
37 # .desktop and icons.
38 install -D -m644 crown-${_upstream_version}-master-${_commit}-linux-x64/org.crownengine.Crown.desktop "${pkgdir}/usr/share/applications/org.crownengine.CrownNightly.desktop"
39 sed -i -e 's/^Name=Crown$/Name=Crown Nightly/' \
40 -e 's/^Exec=crown$/Exec=crown-nightly/' \
41 -e 's/^TryExec=crown$/TryExec=crown-nightly/' \
42 -e 's/^Icon=org\.crownengine\.Crown$/Icon=org.crownengine.CrownNightly/' \
43 "${pkgdir}/usr/share/applications/org.crownengine.CrownNightly.desktop"
44 install -D -m644 crown-${_upstream_version}-master-${_commit}-linux-x64/org.crownengine.Crown.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/org.crownengine.CrownNightly.svg"
45}
46

Changes since previous scan

--- PKGBUILD @ 2026-09-18 01:27
+++ PKGBUILD @ 2026-09-18 07:27
@@ -1,7 +1,7 @@
# Maintainer: Daniele Bartolini <dbartolini crownengine org>
pkgname=crown-nightly-bin
-pkgver=0.65.0.r9833.g5f73606fa
+pkgver=0.65.0.r9834.g6c18096fc
pkgrel=1
pkgdesc="A complete and cross-platform game engine designed for flexibility, performance, and fast-iterations."
arch=(x86_64)
@@ -15,12 +15,12 @@
'libxrandr'
)
_upstream_version=0.65.0
-_commit=5f73606fa
-_gdrive_id=1a8Pp1ExCK9dmW19PnPcFV7BGrKqooZgx
+_commit=6c18096fc
+_gdrive_id=1ZKVTvltqdL9XUrpFZLZLcdh3Btr9DGjY
source=("crown-${_upstream_version}-master-${_commit}-linux-x64.tar.gz::https://drive.usercontent.google.com/download?id=${_gdrive_id}&export=download&confirm=t"
"crown.sh"
)
-sha256sums=('d1eccaaae6b5f19f170d3be8128ebd4202982159157716fd2974f21418845c2e'
+sha256sums=('e7acd93b5141284c20d7d77dd1445f34016bd465337fb85af1e3923535cfebee'
'514892dfc9ccfb0d83c847d459642186f532a527af9f46bdb1402218820f7062')
options=('!strip')

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 07:27:46 Medium 2
2026-09-18 01:27:18 Medium 2
2026-09-18 00:17:11 Medium 2
2026-09-17 23:26:45 Medium 2
2026-09-17 13:25:46 Medium 2
2026-09-17 03:24:22 Medium 2
2026-09-17 00:27:14 Medium 2
2026-09-16 13:22:46 Medium 2
2026-09-16 07:21:35 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 23:20:44 Medium 2
2026-09-15 19:20:17 Medium 2
2026-09-15 15:19:57 Medium 2
2026-09-15 03:18:22 Medium 2
2026-09-15 01:18:20 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 17:17:35 Medium 2
2026-09-14 15:17:35 Medium 2
2026-09-14 13:17:35 Medium 2
2026-09-14 01:15:25 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion