g_lomepro
maintainer hseara
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-specific academic group's subdomain, which is plausible for research software; the tarball contains source code to be compiled, not a prebuilt binary, and the build process is transparent with no obfuscated commands or remote code execution.
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 project-specific academic group's subdomain, which is plausible for research software; the tarball contains source code to be compiled, not a prebuilt binary, and the build process is transparent with no obfuscated commands or remote code execution.
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
source=('http://www3.mpibpc.mpg.de/groups/grubmueller/start/g_lomepro_v1.0.2.tar')
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Hector <hsearaDOTatDOTgmailDOTcom>
2
3
pkgname=g_lomepro
4
_gromacs=gromacs-4.6.7
5
pkgver=1.0.2
6
pkgrel=3
7
pkgdesc='Local Membrane Property Analysis'
8
url='http://www3.mpibpc.mpg.de/groups/grubmueller/start/g_lomepro.html'
9
license=("GPL")
10
arch=('i686' 'x86_64')
11
depends=('gromacs-4.6-complete=4.6.7')
12
options=('!libtool')
13
source=('http://www3.mpibpc.mpg.de/groups/grubmueller/start/g_lomepro_v1.0.2.tar')
14
sha1sums=('902f4e4329136572f6f54ff293c354a5c30d82c9')
15
16
build() {
17
source /usr/local/gromacs/${_gromacs}/bin/GMXRC
18
cd ${srcdir}/${pkgname}_v${pkgver}
19
sed -e "s:/home/vgapsys/Downloads/gromacs-4.6.2/gromacs/src/tools:/usr/local/gromacs/${_gromacs}/src/tools:" \
20
-e "s:/home/vgapsys/gromacs-462_clean/include/gromacs:/usr/local/gromacs/${_gromacs}/include/gromacs/:" \
21
-e "s:/home/vgapsys/gromacs-462_clean/lib:/usr/local/gromacs/${_gromacs}/lib:" \
22
-e "s:/home/vgapsys/Downloads/fftw/compiled/lib64:/usr/lib:" \
23
-e "s:/home/vgapsys/Downloads/fftw/compiled/include:/usr/include:" \
24
-i Makefile
25
# Hack due to rpc removed from gclib. tirpc has compatible API.
26
export C_INCLUDE_PATH=/usr/include/tirpc/
27
make
28
}
29
30
package() {
31
source /usr/local/gromacs/${_gromacs}/bin/GMXRC
32
msg2 "Installing g_lomepro"
33
mkdir -p ${pkgdir}/usr/local/gromacs/${_gromacs}/bin/
34
cp ${srcdir}/${pkgname}_v${pkgver}/g_lomepro_v${pkgver} ${pkgdir}/usr/local/gromacs/${_gromacs}/bin/
35
}
36
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 |