lv2lint-git
maintainer SpotlightKid
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a git repository from a project-specific domain used to build the software from its official source, which is a normal and safe practice for AUR packages despite the non-whitelisted host.
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 git repository from a project-specific domain used to build the software from its official source, which is a normal and safe practice for AUR packages despite the non-whitelisted host.
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:16
source=("$_pkgname::git+https://git.open-music-kontrollers.ch/~hp/lv2lint")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
2
3
_pkgname=lv2lint
4
pkgname="$_pkgname-git"
5
pkgver=0.16.2.r44.g5f72b03
6
pkgrel=1
7
pkgdesc='Check whether a given LV2 plugin is up to the specification (git version)'
8
arch=(x86_64)
9
url="https://git.open-music-kontrollers.ch/~hp/lv2lint"
10
license=(Artistic2.0)
11
depends=(glibc libelf)
12
makedepends=(curl git lilv lv2 meson)
13
checkdepends=(reuse)
14
provides=($_pkgname)
15
conflicts=($_pkgname)
16
source=("$_pkgname::git+https://git.open-music-kontrollers.ch/~hp/lv2lint")
17
md5sums=('SKIP')
18
19
20
pkgver() {
21
cd $_pkgname
22
( set -o pipefail
23
git describe --long --tags 2>/dev/null | sed -e 's/^v//' -e 's/\([^-]*-g\)/r\1/;s/-/./g' ||
24
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
25
)
26
}
27
28
build() {
29
arch-meson -Donline-tests=enabled -Delf-tests=enabled $_pkgname-build $_pkgname
30
meson compile -C $_pkgname-build
31
}
32
33
check() {
34
meson test -C $_pkgname-build
35
}
36
37
package() {
38
depends+=(libcurl.so liblilv-0.so)
39
meson install -C $_pkgname-build --destdir "$pkgdir"
40
install -vDm 644 $_pkgname/{ChangeLog,README.md,TODO} \
41
-t "$pkgdir"/usr/share/doc/$pkgname
42
}
43
44
# vim:set ts=2 sw=2 et:
45
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 |