vulkada

LOW
maintainer charlie5 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=vulkada
4pkgver=2026.02.25
5pkgrel=1
6pkgdesc="A complete Vulkan 1.4 thick binding for the Ada 2012 programming language."
7
8arch=(i686 x86_64)
9url=https://phasercat.com/vulkada
10license=(GPL3)
11
12makedepends=(gprbuild)
13
14source=(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
20sha256sums=(80a41cc312b8bdde950f59111d0c563040fc144aa7e90d74c0ab3b5d40f260c0
21 6a1d3c00ea491f354ac76d91a23738406e15c1e4d68520f358b4b7f3c0abfa28
22 4514c213830bce24e2290046238e768daa54c7552d824afd832e018f5bcdffd9
23 7995224d284bb31d3078f79755ea4481deb0e3edb0763a3142c42f4f001dcf2e
24 429de3b36e9cb9580212b8cf2d7fef503ce48ac0a59f84a53dd89051648ba613)
25
26prepare()
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
41build()
42{
43 cd $srcdir/vulkada
44
45 gprbuild -P vulkada
46}
47
48
49package()
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion