defoldsdk-headers
The package downloads headers from Defold's official infrastructure (d.defold.com) for building; these are non-executable source files, and the host, while not whitelisted, is plausibly the project's own, making the risk low.
Triggered rules
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 headers from Defold's official infrastructure (d.defold.com) for building; these are non-executable source files, and the host, while not whitelisted, is plausibly the project's own, making the risk low.
1 higher static finding superseded - not the current verdict (shown for transparency)
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:29
curl -O https://d.defold.com/stable/info.json -
PKGBUILD:31
curl -O "https://d.defold.com/archive/stable/${_sha1}/engine/defoldsdk_headers.zip"
PKGBUILD
2 offending line(s) highlighted# Maintainer: Asakura Mizu <asakuramizu111@gmail.com>
pkgname=defoldsdk-headers
pkgver=1.9.4.redfdbe3
pkgrel=1
epoch=
pkgdesc='Headers for Defold SDK'
arch=('x86_64')
url='https://defold.com/'
license=('custom')
groups=()
depends=()
makedepends=('curl' 'jq')
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=defoldsdk-headers.install
changelog=
validpgpkeys=()
source=('LICENSE')
sha256sums=('be6e9921ba01445d200ba3dc09b5cab149a58d57a76ca98376b52af87d817a7a')
prepare() {
cd "$srcdir"
curl -O https://d.defold.com/stable/info.json
_sha1=$(cat info.json | jq -r '.sha1')
curl -O "https://d.defold.com/archive/stable/${_sha1}/engine/defoldsdk_headers.zip"
bsdtar -xf defoldsdk_headers.zip
}
pkgver() {
cd "$srcdir"
_version=$(cat info.json | jq -r '.version')
_sha1=$(cat info.json | jq -r '.sha1')
echo "${_version}.r${_sha1:0:7}"
}
package() {
cd "$srcdir"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
mkdir -p "$pkgdir/usr/include"
cp -r defoldsdk/include "$pkgdir/usr/include/defoldsdk"
cp -r defoldsdk/sdk/include/dmsdk "$pkgdir/usr/include/defoldsdk"
}
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 |