python-condconfigparser
The source is a Python library tarball from the project's own domain (frougon.net), which is plausibly the official source; building from a non-whitelisted host is normal for AUR packages and the content is not executed remotely.
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 Python library tarball from the project's own domain (frougon.net), which is plausibly the official source; building from a non-whitelisted host is normal for AUR packages and the content is not executed remotely.
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:32
"python-CondConfigParser-${pkgver}.tar.gz::https://frougon.net/projects/CondConfigParser/dist/${pkgver}/python3-CondConfigParser-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: dreieck
_pkgname="python-condconfigparser"
pkgname="${_pkgname}"
pkgdesc="Python library designed to help parsing configuration files. Main specificity: Allows to define conditions using boolean operators and specific sections in the configuration file that are only applied when the corresponding condition is fulfilled."
url="https://frougon.net/projects/CondConfigParser/"
license=("BSD-2-Clause")
epoch=0
pkgver=1.0.6
pkgrel=2
arch=(
'any'
)
depends=(
'python>=3.4'
)
makedepends=(
'git'
'python-build'
'python-installer'
'python-setuptools>=61.0.0'
'python-wheel'
)
provides=(
"python3-condconfigparser=${pkgver}"
)
conflicts=(
"python3-condconfigparser"
)
optdepends=()
source=(
"python-CondConfigParser-${pkgver}.tar.gz::https://frougon.net/projects/CondConfigParser/dist/${pkgver}/python3-CondConfigParser-${pkgver}.tar.gz"
"python-CondConfigParser-${pkgver}.tar.gz.sig::https://frougon.net/projects/CondConfigParser/dist/${pkgver}/python3-CondConfigParser-${pkgver}.tar.gz.asc"
"workaround_license_double_specification.pyproject-toml.patch::https://github.com/user-attachments/files/19757701/workaround_license_double_specification.pyproject-toml.patch.txt"
)
sha256sums=(
'ed4f2abd99e190c84d12ebb98d9180b2d97d03e78da3363d3143729aa1e1a862'
'4901bbaf6a0b0b854232732998ba619957c81a7d2e840978055d39eee5cce849'
'978b615bb7a5a1b5d19bc021cf6e21030a457c78aa5ca2f06f457174ed7b44da'
)
validpgpkeys=(
'125B5A0FDB788FDD0EF41A9DC785B90B5053A3A2'
)
prepare() {
cd "${srcdir}/condconfigparser-${pkgver}"
for _patch in "${srcdir}/workaround_license_double_specification.pyproject-toml.patch"; do
printf '%s\n' " > Applying patch '$(basename "${_patch}")' ..."
patch -Np1 --follow-symlinks -i "${_patch}"
done
}
build() {
cd "${srcdir}/condconfigparser-${pkgver}"
printf '%s\n' "${url}" > "upstream.url"
python -m build --wheel --no-isolation
}
package() {
cd "${srcdir}/condconfigparser-${pkgver}"
python -m installer --destdir="$pkgdir" --compile-bytecode=2 dist/*.whl
for _docfile in AUTHORS PKG-INFO README.rst INSTALL.txt TODO upstream.url; do
install -D -m644 -v "${_docfile}" "${pkgdir}/usr/share/doc/${_pkgname}/${_docfile}"
done
for _license in COPYING COPYING.Sphinx; do
install -D -m644 -v "${_license}" "${pkgdir}/usr/share/licenses/${pkgname}/${_license}"
ln -svr "${pkgdir}/usr/share/licenses/${pkgname}/${_license}" "${pkgdir}/usr/share/doc/${_pkgname}/${_license}"
done
}
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 |