libcsuper
maintainer Dalan
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-associated domain (dalan.fr) used to build the library from source;虽非标准主机 but plausibly official, and the package does not execute remote code or install prebuilt binaries.
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 project-associated domain (dalan.fr) used to build the library from source;虽非标准主机 but plausibly official, and the package does not execute remote code or install prebuilt binaries.
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
https://www.binaries.dalan.fr/Csuper/$pkgver/csuper-$pkgver-$pkgbuild-sources.tar.xz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rémi BERTHO <remi.bertho@dalan.fr>
2
# Contributor: Rémi BERTHO <remi.bertho@dalan.fr>
3
pkgname=libcsuper
4
pkgver=4.4.3
5
pkgbuild=1
6
pkgrel=2
7
pkgdesc="Universal points counter allowing reflexion exemption - Library"
8
arch=(any)
9
url="https://www.dalan.fr"
10
license=('GPL')
11
depends=('libxml++' 'glibmm' 'muparser' 'podofo-0.9' 'cairo')
12
makedepends=('cmake')
13
install="INSTALL"
14
source=(
15
https://www.binaries.dalan.fr/Csuper/$pkgver/csuper-$pkgver-$pkgbuild-sources.tar.xz
16
podofo0.9.patch
17
)
18
sha512sums=(
19
'5fbf3eb8f18a26543dfc3a9beffc7b79bd150daec4b73d9a0b4cc16b0b2f8826b9dc6f6dfc548ed0262ce0bb5badf2ab94b95f00be0abfd3911307df429c3d80'
20
'87dd5bc39a2a3fe1e23ae688f9afe342fca14ae5836154ad8215a86d7d89fd93398e0f501c4e0c48bc809f0e1e5cc7778bde912b061bec7b7a4d5a7b6ba5704d'
21
)
22
23
prepare() {
24
patch -d "$srcdir/csuper-$pkgver-$pkgbuild-sources" -p1 -i "../podofo0.9.patch"
25
}
26
27
build()
28
{
29
cd "$srcdir/csuper-$pkgver-$pkgbuild-sources"
30
cmake -G"Unix Makefiles" \
31
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
32
-DALL_UPDATES=FALSE \
33
-DCMAKE_BUILD_TYPE=Release \
34
-DCMAKE_INSTALL_PREFIX=/usr \
35
-DCMAKE_SKIP_RPATH=True \
36
-DCLI=FALSE \
37
-DGTK=FALSE \
38
-DLIBXMLPP=3.0 || return 1
39
make || return 1
40
sh utility.sh -c
41
}
42
43
package()
44
{
45
cd "$srcdir/csuper-$pkgver-$pkgbuild-sources"
46
make install DESTDIR="${pkgdir}"
47
}
48
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 |