libcsuper
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
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)
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# Maintainer: Rémi BERTHO <remi.bertho@dalan.fr>
# Contributor: Rémi BERTHO <remi.bertho@dalan.fr>
pkgname=libcsuper
pkgver=4.4.3
pkgbuild=1
pkgrel=2
pkgdesc="Universal points counter allowing reflexion exemption - Library"
arch=(any)
url="https://www.dalan.fr"
license=('GPL')
depends=('libxml++' 'glibmm' 'muparser' 'podofo-0.9' 'cairo')
makedepends=('cmake')
install="INSTALL"
source=(
https://www.binaries.dalan.fr/Csuper/$pkgver/csuper-$pkgver-$pkgbuild-sources.tar.xz
podofo0.9.patch
)
sha512sums=(
'5fbf3eb8f18a26543dfc3a9beffc7b79bd150daec4b73d9a0b4cc16b0b2f8826b9dc6f6dfc548ed0262ce0bb5badf2ab94b95f00be0abfd3911307df429c3d80'
'87dd5bc39a2a3fe1e23ae688f9afe342fca14ae5836154ad8215a86d7d89fd93398e0f501c4e0c48bc809f0e1e5cc7778bde912b061bec7b7a4d5a7b6ba5704d'
)
prepare() {
patch -d "$srcdir/csuper-$pkgver-$pkgbuild-sources" -p1 -i "../podofo0.9.patch"
}
build()
{
cd "$srcdir/csuper-$pkgver-$pkgbuild-sources"
cmake -G"Unix Makefiles" \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DALL_UPDATES=FALSE \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=True \
-DCLI=FALSE \
-DGTK=FALSE \
-DLIBXMLPP=3.0 || return 1
make || return 1
sh utility.sh -c
}
package()
{
cd "$srcdir/csuper-$pkgver-$pkgbuild-sources"
make install DESTDIR="${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |