defold-bin
maintainer AsakuraMizu
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the official Defold infrastructure (d.defold.com), which is the project's own release host, making it a legitimate source despite not being on the analyzer's whitelist.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the official Defold infrastructure (d.defold.com), which is the project's own release host, making it a legitimate source despite not being on the analyzer's whitelist.
1 higher static finding superseded - not the current verdict (shown for transparency)
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: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
1
# Maintainer: Asakura Mizu <asakuramizu111@gmail.com>
2
_sha1=f735c12192bf95684e6ae1ae27c400b8170fc6d8
3
_channel=stable
4
pkgname=defold-bin
5
pkgver=1.13.0.f735c12
6
pkgrel=1
7
epoch=
8
pkgdesc='Defold is a completely free to use game engine for development of desktop, mobile and web games.'
9
arch=('x86_64')
10
url='https://defold.com/'
11
license=('custom')
12
groups=()
13
depends=('glu')
14
optdepends=()
15
provides=('defold')
16
conflicts=('defold')
17
replaces=('defold')
18
options=('!strip')
19
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://d.defold.com/archive/${_channel}/${_sha1}/${_channel}/editor2/Defold-x86_64-linux.tar.gz"
20
'https://github.com/defold/defold/raw/refs/heads/dev/LICENSE.txt'
21
'Defold.desktop')
22
sha256sums=('abc555a3720a43daa1a2fb35138f40fba5a60e905a3b90b83389926c9b14d7a8'
23
'be6e9921ba01445d200ba3dc09b5cab149a58d57a76ca98376b52af87d817a7a'
24
'5c92dc2b1cf4acc81f26b6848c3bb3ee812158e80a15fb1e7f5585362acb20f2')
25
26
package() {
27
cd "$srcdir"
28
29
bsdtar -xf Defold/packages/defold-${_sha1}.jar --strip-components 2 icons/document.iconset
30
31
install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
32
install -Dm644 Defold.desktop -t "$pkgdir/usr/share/applications"
33
install -Dm644 icon_16x16.png "$pkgdir/usr/share/icons/hicolor/16x16/apps/defold.png"
34
install -Dm644 icon_16x16@2x.png "$pkgdir/usr/share/icons/hicolor/32x32/apps/defold.png"
35
install -Dm644 icon_32x32@2x.png "$pkgdir/usr/share/icons/hicolor/64x64/apps/defold.png"
36
install -Dm644 icon_128x128.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/defold.png"
37
install -Dm644 icon_256x256.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/defold.png"
38
install -Dm644 icon_256x256@2x.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/defold.png"
39
40
mkdir -p "$pkgdir/opt"
41
cp -r Defold "$pkgdir/opt"
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |