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>
2pkgname=ecflow4
3pkgver=4.17.1
4pkgrel=1
5pkgdesc="ecFlow 4 - workflow manager from ECMWF"
6arch=(i686 x86_64)
7url="https://confluence.ecmwf.int/display/ECFLOW"
8license=('APACHE 2.0')
9groups=(science)
10depends=(qt5-base qt5-charts qt5-svg python git)
11makedepends=(cmake boost)
12provides=()
13conflicts=(ecflow)
14replaces=()
15backup=()
16options=()
17install=
18source=(https://software.ecmwf.int/wiki/download/attachments/8650755/ecFlow-${pkgver}-Source.tar.gz)
19noextract=()
20sha256sums=('8d5dc7b50661896870322854e7b5c24ff7256c4bf162c76265610013c83881ce')
21
22prepare() {
23 cd ecFlow-${pkgver}-Source
24}
25
26build() {
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
37package()
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion