vulkada
maintainer charlie5
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:14
source=(https://phasercat.com/wp-content/uploads/2020/08/vulkada_022526.zip
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: rodakay5 @ gmail dot com
2
3
pkgname=vulkada
4
pkgver=2026.02.25
5
pkgrel=1
6
pkgdesc="A complete Vulkan 1.4 thick binding for the Ada 2012 programming language."
7
8
arch=(i686 x86_64)
9
url=https://phasercat.com/vulkada
10
license=(GPL3)
11
12
makedepends=(gprbuild)
13
14
source=(https://phasercat.com/wp-content/uploads/2020/08/vulkada_022526.zip
15
vulkada.gpr
16
debug.pra
17
vulkan-extensions-khr_surface_protected_capabilities_c.ads
18
vulkan-extensions-khr_surface_protected_capabilities_c.adb)
19
20
sha256sums=(80a41cc312b8bdde950f59111d0c563040fc144aa7e90d74c0ab3b5d40f260c0
21
6a1d3c00ea491f354ac76d91a23738406e15c1e4d68520f358b4b7f3c0abfa28
22
4514c213830bce24e2290046238e768daa54c7552d824afd832e018f5bcdffd9
23
7995224d284bb31d3078f79755ea4481deb0e3edb0763a3142c42f4f001dcf2e
24
429de3b36e9cb9580212b8cf2d7fef503ce48ac0a59f84a53dd89051648ba613)
25
26
prepare()
27
{
28
cd $srcdir/vulkada
29
30
cp ../vulkada.gpr .
31
cp ../debug.pra .
32
33
rm ./vulkada/vulkan-extensions-khr_surface_protected_capabilities.ads
34
rm ./vulkada/vulkan-extensions-khr_surface_protected_capabilities.adb
35
36
cp ../vulkan-extensions-khr_surface_protected_capabilities_c.ads ./vulkada
37
cp ../vulkan-extensions-khr_surface_protected_capabilities_c.adb ./vulkada
38
}
39
40
41
build()
42
{
43
cd $srcdir/vulkada
44
45
gprbuild -P vulkada
46
}
47
48
49
package()
50
{
51
cd $srcdir/vulkada
52
53
gprinstall -p -P vulkada.gpr --prefix="$pkgdir/usr"
54
55
# Install the license.
56
install -D -m644 \
57
"License.txt" \
58
"$pkgdir/usr/share/licenses/$pkgname/License.txt"
59
}
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 |