p4vasp
The source is a tarball from the project's official domain (p4vasp.at), which is not on the whitelist but is plausibly the project's own; building from official project sources is normal AUR packaging, and the tarball has a matching md5sum, reducing 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 the project's official domain (p4vasp.at), which is not on the whitelist but is plausibly the project's own; building from official project sources is normal AUR packaging, and the tarball has a matching md5sum, reducing 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:14
source=("http://www.p4vasp.at/files/${pkgname}-${pkgver}.tgz"
PKGBUILD
1 offending line(s) highlighted# Contributor: karamaz0v <nihilum at gmail.com>
# purge-ext and swig patch from Graham Inggs https://launchpad.net/~ginggs/+archive/ppa
# Maintainer : karamaz0v
pkgname=p4vasp
pkgver=0.3.30
pkgrel=2
pkgdesc="A visualization suite for the Vienna Ab-initio Simulation Package (VASP)"
url="http://www.p4vasp.at/"
license=('GPL2')
arch=("x86_64")
depends=('python2' 'mesa' 'fltk' 'glu' 'swig')
options=(!strip staticlibs)
source=("http://www.p4vasp.at/files/${pkgname}-${pkgver}.tgz"
"${pkgname}.desktop"
"${pkgname}.png"
'fix-glade-typo.patch'
'fix-swig-len.patch'
'sort-applet-list.patch'
'python2-call.patch'
'purge-ext.patch'
'swig.patch'
'p4vasp_home.patch'
'pass-hardening-flags.patch'
'set-title-and-icon.patch')
md5sums=('3af30cc650cf4623b145138f92436b23'
'f6cd7d2771e3e8cb83238542b486471b'
'071dea8ea3223048466933a6e175a262'
'c5389531b9c747eda241c16641928827'
'c614721ae39e1eb5b18ec8f215f2fd6a'
'6934484e7d8c28a178b37c9cba4924d4'
'1009761795bdc56979e261abf339d70f'
'ce1d2c9fa5d3b1361e3e466374f92995'
'33d9191f7a2e46ae9a292f07d67720a0'
'bcdb6b0204ec2134ae5582051587f9a4'
'50d2eebce743fa82462748e57cc3b397'
'e853d1c9b9ac3e75811f4ea48858009d')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
patch -p0 -i "$srcdir/fix-glade-typo.patch"
patch -p0 -i "$srcdir/fix-swig-len.patch"
patch -p0 -i "$srcdir/sort-applet-list.patch"
patch -p0 -i "$srcdir/python2-call.patch"
patch -p0 -i "$srcdir/purge-ext.patch"
patch -p0 -i "$srcdir/swig.patch"
patch -p0 -i "$srcdir/p4vasp_home.patch"
patch -p0 -i "$srcdir/pass-hardening-flags.patch"
patch -p0 -i "$srcdir/set-title-and-icon.patch"
}
build() {
cd "$srcdir/$pkgname-$pkgver"
make P4VASP_HOME=/usr/share/$pkgname \
PYTHON_HOME=/usr/lib/python2.7 \
PYINCLUDE=/usr/include/python2.7
}
package() {
cd "$srcdir/$pkgname-$pkgver"
#install
make P4VASP_HOME="$pkgdir"/usr/share/"$pkgname" \
PYTHON_HOME=/usr/lib/python2.7 \
PYINCLUDE=/usr/include/python2.7 \
SITE_PACKAGES="$pkgdir"/usr/lib/python2.7/site-packages \
INCLUDEDIR="$pkgdir"/usr/include \
LIBDIR="$pkgdir"/usr/lib \
BINDIR="$pkgdir"/usr/bin install
# Install Desktop File and Icon
install -D -m644 "$srcdir"/"$pkgname".desktop \
"$pkgdir"/usr/share/applications/"$pkgname".desktop
install -D -m644 "$srcdir"/"$pkgname".png \
"$pkgdir"/usr/share/icons/"$pkgname"-icon.png
rm -v "$pkgdir"/usr/share/"$pkgname"/uninstall.sh
}
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 |