wxparaver
The source is downloaded from a project-owned domain (bsc.es) used by the Barcelona Supercomputing Center for official releases; despite the non-standard host triggering a static rule, this is a legitimate build of the project's own source code, not an unverifiable or third-party executable.
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 downloaded from a project-owned domain (bsc.es) used by the Barcelona Supercomputing Center for official releases; despite the non-standard host triggering a static rule, this is a legitimate build of the project's own source code, not an unverifiable or third-party executable.
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:10
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname='wxparaver'
pkgdesc='Expressive powerful and flexible trace visualizer for post-mortem trace analysis (from BSC).'
pkgver='4.12.0.20241204'
pkgrel='5'
arch=('x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('LGPL-2.1-or-later')
depends=(wxwidgets-gtk3 boost libxml2 zlib)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2"
"wxparaver-tutorialsdownload-Fix-Boost-ASIO-1.87.0-removals.patch"
"wxParaver.desktop")
sha512sums=(9d44e08cb0372d1bda5d859c8cdc3aa17e4ea211694969b520c85b79fb70cc9584a9f408403ca3f3153404cf66c3484c6891fa16d09fde3d297366b11fd684c1
942fd0f3df5fb8fed60b5a56e29b3b5b3c8e84d1c81de254824224aa584fbd367371556c9b38ae7f6db97f1025919ba2ff8c6bf121d31e68e429693e431c4806
50dd3ff677895b9aad9b17a67c6791f96acc2b9c5bf65b3991a1b92cb17c6567735a740188aaedcf211ca9bfbfb7ef758109d57296315afdd35707b49955cb3c)
prepare() {
cd "$srcdir/$pkgname-${pkgver%.*}"
# WORKAROUND: By default, it seems that the wxParaver depends on an existing -kernel/-api installation
# We want to use the ones we just built, so replace the references to point to them instead
cd src/wxparaver
sed -i \
-e 's|-lparaver-api -lparaver-kernel|-L../../paraver-kernel/src/.libs -L../../paraver-kernel/api/.libs -lparaver-api -lparaver-kernel|g' \
-e '$awxparaver_bin_CXXFLAGS = @CXXFLAGS@ -I../../paraver-kernel -I../../paraver-kernel/api' \
src/Makefile.am
# shellcheck disable=SC2016
sed -i 's| -L$PARAVER_LIBDIR||g' configure.ac
patch -Np1 -i "$srcdir/wxparaver-tutorialsdownload-Fix-Boost-ASIO-1.87.0-removals.patch"
autoreconf -i -f
}
build() {
cd "$srcdir/$pkgname-${pkgver%.*}"
# Arch's wx-config is named differently for GTK2/GTK3
./configure \
--prefix=/usr \
--with-wx-config=/bin/wx-config
make
}
package() {
cd "$srcdir/$pkgname-${pkgver%.*}"
make DESTDIR="$pkgdir/" install
# Create a shortcut to execute the application easily from the user's desktop environment
mkdir -p "$pkgdir/usr/share/applications"
install -o root -g root -m 644 "$srcdir/wxParaver.desktop" "$pkgdir/usr/share/applications/wxParaver.desktop"
}
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 |