crown-nightly-bin

maintainer dbartolini · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt binary archive from Google Drive, 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 archive from Google Drive, 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.64.0.r9578.gf0274a269
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.64.0
18_commit=f0274a269
19_gdrive_id=1uy1vX-RzpdYYo4J2NGlsrgrdlRX7OV_R
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=('8f99b13694aa406b829a8368e1307a3e8030545e74ed755aee169f671dc33986'
24 'b554a46722c56bbdd9b3e14c336b3b6cf03fd1aa4f8f8f52acb29d8733435974')
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-08-01 05:20
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: Daniele Bartolini <dbartolini crownengine org>
pkgname=crown-nightly-bin
-pkgver=0.64.0.r9576.g15d3cd433
+pkgver=0.64.0.r9578.gf0274a269
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.64.0
-_commit=15d3cd433
-_gdrive_id=1Ta3k--HnEGBemDY3eIvNrJanqzkRwi64
+_commit=f0274a269
+_gdrive_id=1uy1vX-RzpdYYo4J2NGlsrgrdlRX7OV_R
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=('2e5dd405efa7af046ef2fa46577fe1414701842d1bf58a03bce672181c0164f6'
+sha256sums=('8f99b13694aa406b829a8368e1307a3e8030545e74ed755aee169f671dc33986'
'b554a46722c56bbdd9b3e14c336b3b6cf03fd1aa4f8f8f52acb29d8733435974')
options=('!strip')

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 11:20:22 MEDIUM 2
2026-08-01 05:20:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 19:18:43 MEDIUM 2
2026-07-31 17:18:23 MEDIUM 2
2026-07-31 13:18:10 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 09:11:06 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 15:39:03 MEDIUM 2
2026-07-28 09:37:42 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 23:36:42 MEDIUM 2
2026-07-27 19:35:21 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 01:31:24 MEDIUM 2
2026-07-26 00:07:32 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