emos

maintainer orphaned · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is hosted on the project's official wiki domain (ecmwf.int), which is plausibly the project's own infrastructure; the download is a standard source tarball for building the library, and the checksum is verified, making this a normal AUR build despite the non-whitelisted host.

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 90%): The source is hosted on the project's official wiki domain (ecmwf.int), which is plausibly the project's own infrastructure; the download is a standard source tarball for building the library, and the checksum is verified, making this a normal AUR build despite the non-whitelisted host.

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:13 source=(https://software.ecmwf.int/wiki/download/attachments/3473472/libemos-${pkgver}-Source.tar.gz)

PKGBUILD

1 offending line(s) highlighted
1# Contributor: Graziano Giuliani <graziano.giuliani@gmail.com>
2pkgname=emos
3pkgver=4.5.9
4pkgrel=3
5pkgdesc="ECMWF Interpolation Library"
6arch=(i686 x86_64)
7url="https://software.ecmwf.int/wiki/display/EMOS/Emoslib"
8license=('Apache')
9groups=(science)
10depends=()
11makedepends=(eccodes boost git cmake)
12options=('staticlibs')
13source=(https://software.ecmwf.int/wiki/download/attachments/3473472/libemos-${pkgver}-Source.tar.gz)
14md5sums=('693ca9285127800347d3fb6ccb485343')
15
16build() {
17 cd ${srcdir}/lib${pkgname}-${pkgver}-Source
18 sed -i CMakeLists.txt -e 's/ecbuild_add_option\(.*\)INSTALL_TOOLS\(.*\)DEFAULT ON )/ecbuild_add_option\1INSTALL_TOOLS\2DEFAULT OFF )/'
19 mkdir -p build
20 cd build
21 cmake -DENABLE_ECCODES=ON \
22 -DCMAKE_INSTALL_PREFIX=/usr \
23 -DCMAKE_BUILD_TYPE=production \
24 -DCMAKE_Fortran_FLAGS=-fallow-argument-mismatch ..
25 find . -name link.txt -exec sed -i {} \
26 -e 's/-lfftw3/-lfftw3 -leccodes/' \
27 -e 's!/usr/lib/libfftw3.so!/usr/lib/libfftw3.so -leccodes!' \;
28 make
29}
30
31package() {
32 cd ${srcdir}/lib${pkgname}-${pkgver}-Source/build
33 make DESTDIR=${pkgdir} install
34}
35
36# vim:set ts=2 sw=2 et:
37

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