csuper-cli
maintainer Dalan
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-owned domain (dalan.fr) hosting the project's own code, which is a normal AUR practice; building from source is not inherently dangerous even if the host is non-whitelisted.
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-owned domain (dalan.fr) hosting the project's own code, which is a normal AUR practice; building from source is not inherently dangerous even if the host is non-whitelisted.
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:14
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=csuper-cli
4
pkgver=4.4.3
5
pkgbuild=1
6
pkgrel=2
7
pkgdesc="Universal points counter allowing reflexion exemption - CLI version"
8
arch=(any)
9
url="https://www.dalan.fr"
10
license=('GPL')
11
depends=('libxml++' 'glibmm' 'muparser' 'podofo-0.9' 'cairo' 'ncurses' 'libcsuper')
12
makedepends=('cmake')
13
source=(
14
https://www.binaries.dalan.fr/Csuper/$pkgver/csuper-$pkgver-$pkgbuild-sources.tar.xz
15
podofo0.9.patch
16
)
17
sha512sums=(
18
'5fbf3eb8f18a26543dfc3a9beffc7b79bd150daec4b73d9a0b4cc16b0b2f8826b9dc6f6dfc548ed0262ce0bb5badf2ab94b95f00be0abfd3911307df429c3d80'
19
'87dd5bc39a2a3fe1e23ae688f9afe342fca14ae5836154ad8215a86d7d89fd93398e0f501c4e0c48bc809f0e1e5cc7778bde912b061bec7b7a4d5a7b6ba5704d'
20
)
21
22
prepare() {
23
patch -d "$srcdir/csuper-$pkgver-$pkgbuild-sources" -p1 -i "../podofo0.9.patch"
24
}
25
26
build()
27
{
28
cd "$srcdir/csuper-$pkgver-$pkgbuild-sources"
29
cmake -G"Unix Makefiles" \
30
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
31
-DALL_UPDATES=FALSE \
32
-DCMAKE_BUILD_TYPE=Release \
33
-DCMAKE_INSTALL_PREFIX=/usr \
34
-DCMAKE_SKIP_RPATH=True \
35
-DLIB=FALSE \
36
-DGTK=FALSE \
37
-DLIBXMLPP=3.0 || return 1
38
make || return 1
39
sh utility.sh -c
40
}
41
42
package()
43
{
44
cd "$srcdir/csuper-$pkgver-$pkgbuild-sources"
45
make install DESTDIR="${pkgdir}"
46
}
47
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 |