ecflow4
maintainer mpejcoch
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a plausible project-owned host (ecmwf.int) hosting the official source code, which is built locally; the non-whitelisted host is the actual project maintainer's domain, so the risk is low despite the static analysis flag.
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 plausible project-owned host (ecmwf.int) hosting the official source code, which is built locally; the non-whitelisted host is the actual project maintainer's domain, so the risk is low despite the static analysis flag.
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:18
source=(https://software.ecmwf.int/wiki/download/attachments/8650755/ecFlow-${pkgver}-Source.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Martin Grønlien Pejcoch <mpejcoch@gmail.com>
2
pkgname=ecflow4
3
pkgver=4.17.1
4
pkgrel=1
5
pkgdesc="ecFlow 4 - workflow manager from ECMWF"
6
arch=(i686 x86_64)
7
url="https://confluence.ecmwf.int/display/ECFLOW"
8
license=('APACHE 2.0')
9
groups=(science)
10
depends=(qt5-base qt5-charts qt5-svg python git)
11
makedepends=(cmake boost)
12
provides=()
13
conflicts=(ecflow)
14
replaces=()
15
backup=()
16
options=()
17
install=
18
source=(https://software.ecmwf.int/wiki/download/attachments/8650755/ecFlow-${pkgver}-Source.tar.gz)
19
noextract=()
20
sha256sums=('8d5dc7b50661896870322854e7b5c24ff7256c4bf162c76265610013c83881ce')
21
22
prepare() {
23
cd ecFlow-${pkgver}-Source
24
}
25
26
build() {
27
cd ecFlow-${pkgver}-Source
28
mkdir -p build && cd build
29
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
30
-DCMAKE_CXX_FLAGS=-w -DENABLE_SERVER=on -DENABLE_PYTHON=on -DENABLE_UI=on -DENABLE_GUI=off \
31
-DCMAKE_INSTALL_DATADIR=/usr/share \
32
-DBOOST_ROOT=/usr \
33
..
34
make -j$(grep processor /proc/cpuinfo | wc -l) || return 1
35
}
36
37
package()
38
{
39
cd ecFlow-${pkgver}-Source/build
40
make DESTDIR="$pkgdir" install || return 1
41
}
42
43
# vim:set ts=2 sw=2 et:
44
45
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 |