mcxx
The source is a tarball from the project's official domain (pm.bsc.es), which is not on the standard whitelist but is plausibly the project's own infrastructure; building from official project sources, even on non-whitelisted hosts, is normal for AUR packages and does not constitute a high risk.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official domain (pm.bsc.es), which is not on the standard whitelist but is plausibly the project's own infrastructure; building from official project sources, even on non-whitelisted hosts, is normal for AUR packages and does not constitute a high 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:13
source=("https://pm.bsc.es/ftp/${_bundlepkgname}/releases/${_bundlepkgname}-${_bundlepkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname='mcxx'
_bundlepkgname='ompss'
pkgdesc='Mercurium is a C/C++/Fortran source-to-source compilation infrastructure aimed at fast prototyping developed by the Programming Models group at the Barcelona Supercomputing Center.'
pkgver='2.3.0.20190627'
_bundlepkgver='19.06'
pkgrel='10'
arch=('x86_64')
url='https://pm.bsc.es/ompss'
license=('LGPL-3.0-or-later')
depends=(nanox gcc-fortran sqlite3)
makedepends=(python3 gperf)
source=("https://pm.bsc.es/ftp/${_bundlepkgname}/releases/${_bundlepkgname}-${_bundlepkgver}.tar.gz"
# Generated with `git format-patch -5 --stdout 2a98963e7ff28f70cf2a8bcf42a792a1420f36e3`
# on the mcxx repository at https://github.com/bsc-pm/mcxx
migrate_scripts_to_python3.patch
0001-Add-support-for-gperf-3.3.x.patch
"0001-Fix-build-with-Python-3.13-exec-eval-changes.patch")
sha512sums=(159efc17ba446f3f2205a8c0580ed10fab263f8bdb7306d5444d1fc6a592f80d749c03031e7e416090360c36a51a38da083b2b2ed4e75dda5c55a103806d91d2
0330f65d18065ed47b9af19cc3100be7b914b720bb5858a59b89473a29ffe32c12d84da6e3c7557a2aa1b0f8bc955c17000e19302724071caa2477eefdc71af1
3646fb1fcd20932caaf4653df52fdb0c6ad490643d026d4752692b775bfb571d835f2f46f60604ffe38ac57abcc6975218517d5b822f4acb2855363965939dd3
fb59290edcf58b5c70390b462dea4df02f2eae028bed39aea0bb5c17caca6ec4a89e4545b1d4edf9a460c9de868e4b91f42fd7bd54d5fa5ffd98624daeb5003a)
prepare() {
cd "$srcdir/${_bundlepkgname}-${_bundlepkgver}/$pkgname-${pkgver%.*}"
# Backport Python 2 to 3 backports to OmpSs(1)
patch -Np1 -i "$srcdir/migrate_scripts_to_python3.patch"
patch -Np1 -i "$srcdir/0001-Add-support-for-gperf-3.3.x.patch"
autoreconf -fiv
patch -Np1 -i "$srcdir/0001-Fix-build-with-Python-3.13-exec-eval-changes.patch"
}
build() {
cd "$srcdir/${_bundlepkgname}-${_bundlepkgver}/$pkgname-${pkgver%.*}"
# WORKAROUND: The sources are outdated compared to Arch's environment,
# so we have to downgrade/disable some things...
export LDFLAGS="${LDFLAGS:-} -Wl,--no-as-needed"
# WORKAROUND: Force gperf files to be regenerated, to avoid build errors
# (declaration mismatches due to unsigned int / gperf_length_t)
rm src/driver/cxx-configoptions.c
rm src/driver/cxx-debugflags.c
rm src/driver/cxx-fileextensions.c
rm src/frontend/cxx-asttype-str-internal.h
rm src/frontend/fortran/fortran03-keywords.c
# See https://hub.docker.com/r/bscpm/ompss/dockerfile
./configure \
--prefix=/usr \
--enable-ompss \
--with-nanox=/usr
make
}
package() {
cd "$srcdir/${_bundlepkgname}-${_bundlepkgver}/$pkgname-${pkgver%.*}"
make DESTDIR="$pkgdir/" install
}
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 |