libstrl
maintainer hrauch
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a personal mirror of the project's own release, building from official source code; the non-whitelisted host is plausibly maintained by the author, and the package does not execute untrusted remote 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 a personal mirror of the project's own release, building from official source code; the non-whitelisted host is plausibly maintained by the author, and the package does not execute untrusted remote 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:18
source=(ftp://mirror.ohnopub.net/mirror/${pkgname}-${pkgver}.tar.bz2{,.asc})
PKGBUILD
1 offending line(s) highlighted
1
# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
2
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
3
# Maintainer: Nathan Phillip Brink <binki@gentoo.org>
4
# Contributor: Holger Rauch < holger dot rauch at posteo dot de >
5
6
pkgname=libstrl
7
pkgver=0.5.1
8
pkgrel=2
9
pkgdesc="Implementations of certain GNU-only or BSD-only string-related libc functions, such as strlcpy() and getdelim(), for compat purposes"
10
# TODO: What's the right URL? (source URL (mirror) still works, though
11
url="http://ohnopub.net/~ohnobinki/libstrl"
12
license=('LGPL3')
13
arch=(x86_64)
14
depends=()
15
makedepends=(doxygen libtool pkg-config)
16
options=(!libtool)
17
validpgpkeys=('184B7CEB69B57FD42BAF9AF9743A52E86BA81050')
18
source=(ftp://mirror.ohnopub.net/mirror/${pkgname}-${pkgver}.tar.bz2{,.asc})
19
sha512sums=('c79b37aef2cf909529e3afabdf472730f9df2eb3605eeb41a74b56f1c9c43a5be1f23c7f383c4b1c2aacb81b9df1d455a3fe9ec1083d5fcabae4c82ef916df92'
20
'SKIP')
21
22
build() {
23
cd "${srcdir}"/${pkgname}-${pkgver}
24
./configure --prefix=/usr --with-doxygen
25
make
26
}
27
28
check() {
29
make -C "${srcdir}"/${pkgname}-${pkgver} check
30
}
31
32
package() {
33
cd "${srcdir}"/${pkgname}-${pkgver}
34
35
# doxygen workaround
36
# hrauch: really needed? Besides, file is still named man/man0/strl.h.0...
37
#sed -i 's|man0/strl.h.0|man30/strl.h.30|g' Makefile
38
install -Dm0644 man/man0/strl.h.0 "$pkgdir"/usr/share/man/man0/strl.h.0
39
40
make DESTDIR="${pkgdir}" install
41
}
42
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 |