vulkada
The package downloads a source archive from a personal domain not on the whitelist, but it is a legitimate Ada binding for Vulkan being built from source; the worst case of a swapped source is code execution during build, but this is a normal AUR build pattern with no evidence of malicious intent or obfuscation.
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 a source archive from a personal domain not on the whitelist, but it is a legitimate Ada binding for Vulkan being built from source; the worst case of a swapped source is code execution during build, but this is a normal AUR build pattern with no evidence of malicious intent or obfuscation.
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:14
source=(https://phasercat.com/wp-content/uploads/2020/08/vulkada_022526.zip
PKGBUILD
1 offending line(s) highlighted# Maintainer: rodakay5 @ gmail dot com
pkgname=vulkada
pkgver=2026.02.25
pkgrel=1
pkgdesc="A complete Vulkan 1.4 thick binding for the Ada 2012 programming language."
arch=(i686 x86_64)
url=https://phasercat.com/vulkada
license=(GPL3)
makedepends=(gprbuild)
source=(https://phasercat.com/wp-content/uploads/2020/08/vulkada_022526.zip
vulkada.gpr
debug.pra
vulkan-extensions-khr_surface_protected_capabilities_c.ads
vulkan-extensions-khr_surface_protected_capabilities_c.adb)
sha256sums=(80a41cc312b8bdde950f59111d0c563040fc144aa7e90d74c0ab3b5d40f260c0
6a1d3c00ea491f354ac76d91a23738406e15c1e4d68520f358b4b7f3c0abfa28
4514c213830bce24e2290046238e768daa54c7552d824afd832e018f5bcdffd9
7995224d284bb31d3078f79755ea4481deb0e3edb0763a3142c42f4f001dcf2e
429de3b36e9cb9580212b8cf2d7fef503ce48ac0a59f84a53dd89051648ba613)
prepare()
{
cd $srcdir/vulkada
cp ../vulkada.gpr .
cp ../debug.pra .
rm ./vulkada/vulkan-extensions-khr_surface_protected_capabilities.ads
rm ./vulkada/vulkan-extensions-khr_surface_protected_capabilities.adb
cp ../vulkan-extensions-khr_surface_protected_capabilities_c.ads ./vulkada
cp ../vulkan-extensions-khr_surface_protected_capabilities_c.adb ./vulkada
}
build()
{
cd $srcdir/vulkada
gprbuild -P vulkada
}
package()
{
cd $srcdir/vulkada
gprinstall -p -P vulkada.gpr --prefix="$pkgdir/usr"
# Install the license.
install -D -m644 \
"License.txt" \
"$pkgdir/usr/share/licenses/$pkgname/License.txt"
}
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 |