defold-bin
The package downloads a prebuilt Defold editor binary from d.defold.com, which is an official domain of the Defold project; despite the non-whitelisted host, this is a legitimate source for the software, and the checksums are provided and valid.
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 prebuilt Defold editor binary from d.defold.com, which is an official domain of the Defold project; despite the non-whitelisted host, this is a legitimate source for the software, and the checksums are provided and valid.
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:19
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://d.defold.com/archive/${_channel}/${_sha1}/${_channel}/editor2/Defold-x86_64-linux.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Asakura Mizu <asakuramizu111@gmail.com>
_sha1=574678c7d44be490d874fbed2d0ae6211feec4d9
_channel=stable
pkgname=defold-bin
pkgver=1.13.1.574678c
pkgrel=1
epoch=
pkgdesc='Defold is a completely free to use game engine for development of desktop, mobile and web games.'
arch=('x86_64')
url='https://defold.com/'
license=('custom')
groups=()
depends=('glu')
optdepends=()
provides=('defold')
conflicts=('defold')
replaces=('defold')
options=('!strip')
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://d.defold.com/archive/${_channel}/${_sha1}/${_channel}/editor2/Defold-x86_64-linux.tar.gz"
'https://github.com/defold/defold/raw/refs/heads/dev/LICENSE.txt'
'Defold.desktop')
sha256sums=('5a05c012739ed4a92c8238a951fc45b82a98aa57df4bdcaba4b2325e488bc28b'
'be6e9921ba01445d200ba3dc09b5cab149a58d57a76ca98376b52af87d817a7a'
'5c92dc2b1cf4acc81f26b6848c3bb3ee812158e80a15fb1e7f5585362acb20f2')
package() {
cd "$srcdir"
bsdtar -xf Defold/packages/defold-${_sha1}.jar --strip-components 2 icons/document.iconset
install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
install -Dm644 Defold.desktop -t "$pkgdir/usr/share/applications"
install -Dm644 icon_16x16.png "$pkgdir/usr/share/icons/hicolor/16x16/apps/defold.png"
install -Dm644 icon_16x16@2x.png "$pkgdir/usr/share/icons/hicolor/32x32/apps/defold.png"
install -Dm644 icon_32x32@2x.png "$pkgdir/usr/share/icons/hicolor/64x64/apps/defold.png"
install -Dm644 icon_128x128.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/defold.png"
install -Dm644 icon_256x256.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/defold.png"
install -Dm644 icon_256x256@2x.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/defold.png"
mkdir -p "$pkgdir/opt"
cp -r Defold "$pkgdir/opt"
}
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 |