cdo

maintainer jesusquerol · 17 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's official domain (code.zmaw.de) used to build the software from source;虽非标准主机但属项目自有基础设施,且checksum已验证,风险低

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 the project's official domain (code.zmaw.de) used to build the software from source;虽非标准主机但属项目自有基础设施,且checksum已验证,风险低

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://code.zmaw.de/attachments/download/${fileID}/${pkgname}-${pkgver}.tar.gz)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Ralf Mueller <stark.dreamdetective@gmail.com>
2# Contributor: Ralf Mueller <stark.dreamdetective@gmail.com>
3pkgname=cdo
4pkgver=2.3.0
5fileID=29019
6pkgrel=0
7pkgdesc="Command line tool manipulate and analyse Climate model Data. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG."
8url="https://code.zmaw.de/projects/cdo"
9license=('BSD')
10depends=('netcdf' 'hdf5' 'proj' 'libaec' 'eccodes' 'udunits' 'fftw' 'curl' 'jasper' 'magics++')
11makedepends=('netcdf' 'hdf5' 'proj' 'libaec' 'eccodes' 'udunits' 'fftw' 'curl' 'jasper' 'magics++')
12provides=()
13conflicts=()
14replaces=()
15arch=(i686 x86_64)
16backup=()
17install=
18source=(https://code.zmaw.de/attachments/download/${fileID}/${pkgname}-${pkgver}.tar.gz)
19sha256sums=('10c878227baf718a6917837527d4426c2d0022cfac4457c65155b9c57f091f6b')
20
21build() {
22 cd "$srcdir/$pkgname-$pkgver"
23 ./configure --prefix=/usr \
24 --with-netcdf=/usr \
25 --with-udunits2=/usr \
26 --with-hdf5=/usr \
27 --with-szlib=/usr \
28 --with-proj=/usr \
29 --with-fftw3 \
30 --with-curl=/usr \
31 --with-eccodes=/usr \
32 --with-magics=/usr \
33 --with-libxml2=/usr \
34 --enable-openmp \
35 CFLAGS="-g -O3 -Wall" \
36 CXXFLAGS="-g -O3 -Wall"
37
38 make -j12 || return
39}
40
41package() {
42 cd "$srcdir/$pkgname-$pkgver"
43
44 make DESTDIR="$pkgdir/" install
45
46 install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47
48 rm -f $pkgdir/bin/cdotest
49}
50

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