crown-nightly-bin

MEDIUM
maintainer dbartolini 0 votes scanned 2026-09-17 03:24:22.735270
View on AUR
Why flagged

The package downloads a prebuilt binary archive from Google Drive, an unverifiable and swappable host, which constitutes 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, which constitutes 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.r9825.ge583e383c
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=e583e383c
19_gdrive_id=1UBMhwfKBfA2nEOcSRnyoAvQxvyRQn6WT
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=('e40c292d87114d218a80057896821d9815d14c76eda854b8e4219039ef7ed008'
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-17 00:27
+++ PKGBUILD @ 2026-09-17 03:24
@@ -1,7 +1,7 @@
# Maintainer: Daniele Bartolini <dbartolini crownengine org>
pkgname=crown-nightly-bin
-pkgver=0.65.0.r9824.g410cfc6bc
+pkgver=0.65.0.r9825.ge583e383c
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=410cfc6bc
-_gdrive_id=1DF04MWHKZ9WWv9X0mgXo-WkgJ4clV-ww
+_commit=e583e383c
+_gdrive_id=1UBMhwfKBfA2nEOcSRnyoAvQxvyRQn6WT
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=('a2da6e784aca6601308325493d37a2628d76d5c067630e2f4404ead0ed6174a5'
+sha256sums=('e40c292d87114d218a80057896821d9815d14c76eda854b8e4219039ef7ed008'
'514892dfc9ccfb0d83c847d459642186f532a527af9f46bdb1402218820f7062')
options=('!strip')

Scan history

Scanned at (UTC)SeverityRules
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
2026-09-14 00:27:57 Medium 2
2026-09-13 19:15:06 Medium 2
2026-09-13 17:14:56 Medium 2
2026-09-13 07:13:52 Medium 2
2026-09-13 00:19:54 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