lib32-sratom
maintainer rodrigo21
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official host (drobilla.net), building a legitimate library; non-whitelisted host is the project's own domain, and the payload is not executable code.
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 source is a tarball from the project's official host (drobilla.net), building a legitimate library; non-whitelisted host is the project's own domain, and the payload is not executable code.
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=("https://download.drobilla.net/$_basename-$pkgver.tar.xz"{,.sig})
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rodrigo Bezerra <rodrigobezerra21 at gmail dot com>
2
3
_basename=sratom
4
pkgname=lib32-sratom
5
pkgver=0.6.18
6
pkgrel=1
7
pkgdesc="An LV2 Atom RDF serialisation library (32-bit)"
8
arch=(x86_64)
9
url="https://drobilla.net/software/sratom.html"
10
license=(ISC)
11
depends=(
12
lib32-glibc
13
lib32-lv2
14
lib32-serd
15
lib32-sord
16
sratom
17
)
18
makedepends=(meson)
19
source=("https://download.drobilla.net/$_basename-$pkgver.tar.xz"{,.sig})
20
sha512sums=('3f78f845974cf7d8a7166e6430a9e8a1454c98b4aea065bd7e66da01dba7a210edc540e17613985ddd8f9124ccf8500b71646942d988f4b9c65dd53f0d18f6cf'
21
'SKIP')
22
b2sums=('f0ac499437b6858d5052ccc4d185c9af7464cec9ddc104da88d7ceda187f7fd17efca4437aeb2b38ec967bfacc6fe2b443be53eda2feb54cb78377a260778c14'
23
'SKIP')
24
validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard <d@drobilla.net>
25
26
build() {
27
export CC='gcc -m32'
28
export CXX='g++ -m32'
29
export PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config'
30
31
arch-meson $_basename-$pkgver build \
32
--libdir='/usr/lib32' \
33
-Ddocs=disabled
34
35
meson compile -C build
36
}
37
38
check() {
39
meson test -C build
40
}
41
42
package() {
43
meson install -C build --destdir "$pkgdir"
44
45
install -vDm 644 $_basename-$pkgver/COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
46
install -vDm 644 $_basename-$pkgver/{NEWS,README.md} -t "$pkgdir/usr/share/doc/$pkgname/"
47
48
cd "$pkgdir/usr"
49
50
rm -r include
51
}
52
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 |