libsub

maintainer markusk · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a git checkout from the project's own domain (carlh.net), which is plausibly official; building from source is normal AUR practice, even if the host is not on a whitelist.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a git checkout from the project's own domain (carlh.net), which is plausibly official; building from source is normal AUR practice, even if the host is not on a whitelist.

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:15 source=("${pkgname}-${pkgver}::git+https://git.carlh.net/git/${pkgname}.git#tag=v${pkgver}")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
2# Maintainer: Benjamin Radel <aur@radel.tk>
3# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
4pkgname=libsub
5pkgver=1.6.62
6pkgrel=1
7pkgdesc="a small C++ library to read and write subtitles in a few different formats (currently STL, SubRip and DCP)"
8arch=('i686' 'x86_64')
9url="https://carlh.net/libsub"
10license=('GPL-2.0-or-later')
11depends=('boost-libs>=1.91.0' 'fmt')
12makedepends=('python' 'boost>=1.91.0' 'openssl' 'git')
13provides=('libsub')
14conflicts=('libsub')
15source=("${pkgname}-${pkgver}::git+https://git.carlh.net/git/${pkgname}.git#tag=v${pkgver}")
16sha256sums=('d379d9241db7e735912100e1247a64e6f8bd3b3dae8be426969eab4d63a04a5a')
17
18build() {
19 cd "${srcdir}/${pkgname}-${pkgver}"
20 python waf configure --prefix=/usr --disable-tests
21 python waf build
22}
23
24package() {
25 cd "${srcdir}/${pkgname}-${pkgver}"
26 python waf install --destdir="$pkgdir"
27 cd "${pkgdir}"
28 if [ -d usr/lib64 ]
29 then
30 mv usr/lib64 usr/lib
31 fi
32}
33

Changes since previous scan

--- PKGBUILD @ 2026-06-19 22:34
+++ PKGBUILD @ 2026-08-03 00:08
@@ -2,7 +2,7 @@
# Maintainer: Benjamin Radel <aur@radel.tk>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libsub
-pkgver=1.6.61
+pkgver=1.6.62
pkgrel=1
pkgdesc="a small C++ library to read and write subtitles in a few different formats (currently STL, SubRip and DCP)"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
provides=('libsub')
conflicts=('libsub')
source=("${pkgname}-${pkgver}::git+https://git.carlh.net/git/${pkgname}.git#tag=v${pkgver}")
-sha256sums=('408afcbf64e518bf607d0292693d2866d0b1ddef9d20ab2cc45bebd6493c6ebf')
+sha256sums=('d379d9241db7e735912100e1247a64e6f8bd3b3dae8be426969eab4d63a04a5a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"

Scan history

Scanned at (UTC)SeverityRules
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 17:12:22 MEDIUM 1
2026-06-19 22:34:54 CLEAN 2

Report a package

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

0 / 4000
Your suggestion