libadios
maintainer slizzered
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a personal academic host, but it is the official project release, checksummed, and used to build from source; the host is non-standard but plausible for a research project, and no untrusted executable is run.
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 personal academic host, but it is the official project release, checksummed, and used to build from source; the host is non-standard but plausible for a research project, and no untrusted executable is run.
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
http://users.nccs.gov/~pnorbert/adios-$pkgver.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Carlchristian Eckert <carli-eckert at gmx dot de>
2
3
pkgname=libadios
4
pkgver=1.13.1
5
pkgrel=1
6
pkgdesc="ADIOS Adaptable IO system for simulations. The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation."
7
url="https://www.olcf.ornl.gov/center-projects/adios/"
8
install=$pkgname.install
9
license=('BSD')
10
arch=('i686' 'x86_64')
11
depends=('openmpi' 'python2' 'mxml' 'gcc-fortran')
12
source=(
13
http://users.nccs.gov/~pnorbert/adios-$pkgver.tar.gz
14
)
15
sha256sums=(
16
'684096cd7e5a7f6b8859601d4daeb1dfaa416dfc2d9d529158a62df6c5bcd7a0'
17
)
18
19
prepare() {
20
cd $srcdir/adios-$pkgver
21
22
# replace all occurences of python with python2 to avoid using the default python3
23
find . -type f -print0 | xargs -0 sed -i -e 's/\(#\!\/usr\/bin\/env python\)/\12/' -e 's/python \(.*.py\)/python2 \1/'
24
}
25
26
build() {
27
cd $srcdir/adios-$pkgver
28
autoreconf -f -i
29
CFLAGS="$CFLAGS -fPIC" ./configure --enable-static --enable-shared --prefix=/usr/ \
30
--with-mxml=/usr \
31
--with-mpi=/usr \
32
--with-zlib=/usr
33
34
make
35
}
36
37
check() {
38
cd $srcdir/adios-$pkgver
39
make check
40
}
41
42
package() {
43
cd $srcdir/adios-$pkgver
44
make DESTDIR="${pkgdir}" install
45
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46
}
47
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 |