aevol
maintainer kbipinkumar
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a third-party library (nlohmann/json) from GitHub, which is a non-whitelisted but legitimate and common source; however, it is used as a build dependency with a fixed checksum and no code execution from the download occurs beyond standard CMake inclusion, making the risk low.
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 package downloads a third-party library (nlohmann/json) from GitHub, which is a non-whitelisted but legitimate and common source; however, it is used as a build dependency with a fixed checksum and no code execution from the download occurs beyond standard CMake inclusion, making the risk low.
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
source=("$pkgname-$pkgver::git+https://gitlab.inria.fr/aevol/aevol.git#tag=${_tag}"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer:Bipin Kumar <kbipinkumar@pm.me>
2
3
pkgname=aevol
4
pkgver=9.4.0
5
_tag=${pkgver}
6
pkgrel=1
7
pkgdesc="an open-source digital genetics platform that captures the evolutionary process"
8
arch=('x86_64')
9
url="https://www.aevol.fr/"
10
license=('GPL-3.0-only')
11
depends=('boost-libs' 'glibc' 'gcc-libs' 'zlib' 'openmp' 'libx11')
12
makedepends=('boost' 'cmake' 'git' 'python' 'clang')
13
14
source=("$pkgname-$pkgver::git+https://gitlab.inria.fr/aevol/aevol.git#tag=${_tag}"
15
'https://github.com/nlohmann/json/releases/download/v3.11.2/json.tar.xz'
16
'googletest::git+https://github.com/google/googletest.git#tag=v1.14.0'
17
)
18
19
sha256sums=('77e472652fbd670d2e0ad8360f4997522b3d03befdf05bf4c083d8b753e0babf'
20
'8c4b26bf4b422252e13f332bc5e388ec0ab5c3443d24399acb675e68278d341f'
21
'e5f89b43d9cc0916723695c8503430fdd5cc25e8bd50881dbd242cef468a0533')
22
23
prepare(){
24
sed -i 's/cmake_minimum_required(VERSION 3.1)/cmake_minimum_required(VERSION 3.5)/' ${srcdir}/json/CMakeLists.txt
25
}
26
27
build() {
28
cd "$pkgname-$pkgver"
29
cmake -B build \
30
-DCMAKE_INSTALL_PREFIX=/usr \
31
-DCMAKE_BUILD_TYPE=Release \
32
-DCMAKE_SKIP_INSTALL_RPATH=YES \
33
-DCMAKE_SKIP_RPATH=YES \
34
-DFETCHCONTENT_FULLY_DISCONNECTED=ON \
35
-DFETCHCONTENT_SOURCE_DIR_JSON="$srcdir/json" \
36
-DFETCHCONTENT_SOURCE_DIR_GOOGLETEST="$srcdir/googletest" \
37
-Wno-dev \
38
-DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
39
-DCMAKE_C_COMPILER=/usr/bin/clang
40
41
cmake --build build
42
43
}
44
45
package() {
46
cd "$pkgname-$pkgver"
47
DESTDIR="$pkgdir" cmake --install build
48
49
}
50
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 |