flexiblas
The source is a tarball from a plausible project-owned host (mpi-magdeburg.mpg.de), which is not on the whitelist but is the official project domain; building from own-source is normal AUR practice and poses low risk.
Triggered rules
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 (mpi-magdeburg.mpg.de), which is not on the whitelist but is the official project domain; building from own-source is normal AUR practice and poses low risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:40
"https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/${_pkgsrc}.tar.xz"
PKGBUILD
1 offending line(s) highlighted# Contributor: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
pkgname="flexiblas"
pkgver=3.5.0
pkgrel=2
pkgdesc="BLAS and LAPACK wrapper library with runtime exchangable backends"
arch=(
'x86_64'
)
url="https://www.mpi-magdeburg.mpg.de/projects/flexiblas"
license=(
'LGPL-3.0-or-later'
)
depends=(
'glibc'
'libgcc'
'libgfortran'
'openblas'
)
makedepends=(
'cmake>=3.10.0'
'gcc-fortran>=5.1.0'
)
checkdepends=(
'lapack'
'python'
)
provides=(
"libflexiblas_api.so"
"libflexiblas_mgmt.so"
"libflexiblas.so"
)
backup=(
"etc/flexiblasrc"
"etc/flexiblasrc.d/NETLIB.conf"
"etc/flexiblasrc.d/OpenBLASOpenMP.conf"
)
_pkgsrc="${pkgname}-${pkgver}"
source=(
"https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/${_pkgsrc}.tar.xz"
# "https://gitlab.mpi-magdeburg.mpg.de/api/v4/projects/386/packages/generic/flexiblas-source/v${pkgver}/${_pkgsrc}.tar.xz"
)
sha256sums=('504c0eeac09dca98e4bc930757f44bc409cb770f8fa7578ddb18c0d6accba072')
build() {
# source /opt/intel/oneapi/setvars.sh
local cmake_options=(
-B "${_pkgsrc}/build"
-S "${_pkgsrc}"
-G 'Unix Makefiles'
-W no-dev
-D CMAKE_BUILD_TYPE:STRING='None'
-D CMAKE_INSTALL_PREFIX:PATH='/usr'
-D CMAKE_SKIP_RPATH:BOOL=ON
-D MKL_BUILDER:BOOL=OFF
-D EXAMPLES:BOOL=OFF
-D LINK_OPENMP:BOOL=ON
)
cd "${srcdir}"
cmake "${cmake_options[@]}"
cmake --build "${cmake_options[1]}"
}
check() {
local ctest_exclude_regex=""
local ctest_options=(
--test-dir "${_pkgsrc}/build"
--output-on-failure
--parallel "$(nproc)"
--exclude-regex "${ctest_exclude_regex}"
)
# export LD_LIBRARY_PATH="${srcdir}/${ctest_options[1]}/build/lib:${LD_LIBRARY_PATH}"
cd "${srcdir}"
ctest "${ctest_options[@]}"
}
package() {
cd "${srcdir}"
DESTDIR="${pkgdir}" cmake --install "${_pkgsrc}/build"
cd "${_pkgsrc}"
install -vDm644 "CHANGELOG" "README.md" -t "${pkgdir}/usr/share/doc/${pkgname}"
install -vDm644 "COPYING" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |