cli
maintainer migrev
· 1 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 (pkg.cppget.org) used for C++ package distribution; building from this source is normal for the ecosystem and the worst case of a swapped source is limited to supply-chain risks in the build process, not active exploitation.
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 (pkg.cppget.org) used for C++ package distribution; building from this source is normal for the ecosystem and the worst case of a swapped source is limited to supply-chain risks in the build process, not active exploitation.
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:12
source=("https://pkg.cppget.org/1/stable/${pkgname}/${pkgname}-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Miguel Revilla <yo at miguelrevilla dot com>
2
3
pkgname=cli
4
pkgver=1.2.0
5
pkgrel=1
6
pkgdesc="Command Line Interface definition language for C++"
7
url="https://www.codesynthesis.com/projects/cli/"
8
arch=('x86_64')
9
depends=('build2' 'libcutl')
10
options=('!libtool')
11
license=('MIT')
12
source=("https://pkg.cppget.org/1/stable/${pkgname}/${pkgname}-${pkgver}.tar.gz")
13
sha256sums=('86f79382b61269915b204e30b8e13d66634eb1dd4034c42bf7015d18ab50b572')
14
15
prepare() {
16
GPPVER="$(${CXX:-g++} --version | grep 'g++ (GCC)' | sed 's/g++ (GCC) //' | sed 's/\s.*$//')"
17
18
bpkg create -d odb-gcc-${GPPVER} cc \
19
config.cxx=${CXX:-g++} \
20
config.cc.coptions="-O3 -DODB_GCC_PLUGIN_DIR $CXXFLAGS" \
21
config.bin.rpath=${pkgdir}/usr/lib \
22
config.install.root=${pkgdir}/usr \
23
config.install.relocatable=true
24
25
mv ${pkgname}-${pkgver}.tar.gz odb-gcc-${GPPVER}
26
}
27
28
build() {
29
GPPVER="$(${CXX:-g++} --version | grep 'g++ (GCC)' | sed 's/g++ (GCC) //' | sed 's/\s.*$//')"
30
cd "${srcdir}/odb-gcc-${GPPVER}"
31
32
bpkg build ${pkgname}-${pkgver}.tar.gz ?sys:libcutl/*
33
}
34
35
package() {
36
37
GPPVER="$(${CXX:-g++} --version | grep 'g++ (GCC)' | sed 's/g++ (GCC) //' | sed 's/\s.*$//')"
38
cd "${srcdir}/odb-gcc-${GPPVER}"
39
40
bpkg install cli
41
42
install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
43
}
44
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 |