lib32-sord
maintainer rodrigo21
· 7 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), which is not on a whitelist but is plausibly the project's own; building from official source is normal AUR packaging, and the software is a benign C library.
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), which is not on a whitelist but is plausibly the project's own; building from official source is normal AUR packaging, and the software is a benign C library.
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:18
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=sord
4
pkgname=lib32-sord
5
pkgver=0.16.18
6
pkgrel=1
7
pkgdesc="A lightweight C library for storing RDF data in memory (32-bit)"
8
arch=(x86_64)
9
url="https://drobilla.net/software/sord.html"
10
license=(ISC)
11
depends=(
12
lib32-glibc
13
lib32-pcre2
14
lib32-serd
15
lib32-zix
16
sord)
17
makedepends=(meson)
18
source=(https://download.drobilla.net/$_basename-$pkgver.tar.xz{,.sig})
19
sha512sums=('e271d97c77187d7ed0a9c8fe0a65fcf50e269ba79dba4e8d55781ffe3715888c5388d90812d76a48e89ecc9c5e047e0d53ff40333fde7dbbf12dffc496d05e31'
20
'SKIP')
21
b2sums=('8dfffa4632ddf3efe0c4a421d43001d1186f6336004847eaf12f91ca408486eca222ab1b68e9dc31d2e41f0e65fe1cd167a4b5cc5fabd516f032416b4c0dbae3'
22
'SKIP')
23
validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard <d@drobilla.net>
24
25
build() {
26
export CC='gcc -m32'
27
export CXX='g++ -m32'
28
export PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config'
29
30
arch-meson $_basename-$pkgver build \
31
--libdir='/usr/lib32' \
32
-Ddocs=disabled \
33
-Dtools=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/{AUTHORS,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 |