epsxe-plugin-gpu-xgl2
maintainer hav3lock
· 102 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source tarballs from the project maintainer's own domain (pbernert.com), which hosts the official plugin; the files are prebuilt binaries but are part of the legitimate plugin distribution, and the checksums are provided, making the risk low despite the non-whitelisted host.
Triggered rules
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The package downloads source tarballs from the project maintainer's own domain (pbernert.com), which hosts the official plugin; the files are prebuilt binaries but are part of the legitimate plugin distribution, and the checksums are provided, making the risk low despite the non-whitelisted host.
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:12
source=(http://www.pbernert.com/gpupetexgl209.tar.gz http://www.pbernert.com/gpupetexgl208.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alexej Magura <agm2819*gmail*>
2
# Contributor: Swen Simon <swsimon at gmail dot com>
3
4
pkgname=epsxe-plugin-gpu-xgl2
5
pkgver=2.9
6
pkgrel=6
7
pkgdesc="Linux port of the OpenGL2 plugin"
8
url="http://www.pbernert.com"
9
depends=('epsxe' 'glib' 'gtk')
10
depends_i686+=('mesa')
11
depends_x86_64+=('lib32-mesa' 'lib32-glib' 'lib32-gtk')
12
source=(http://www.pbernert.com/gpupetexgl209.tar.gz http://www.pbernert.com/gpupetexgl208.tar.gz)
13
md5sums=('61bdad38a3a616bc000664de23d00c6e'
14
'088c5cdc21a0807e9227d7ec4672b51d')
15
license=('custom')
16
arch=('i686' 'x86_64')
17
18
prepare () {
19
20
cd "$srcdir"
21
[[ -f 'readme.txt' ]] && rename "readme.txt" README "readme.txt"
22
[[ -f 'version.txt' ]] && rename "version.txt" changelog "version.txt"
23
}
24
25
package () {
26
27
cd "$srcdir"
28
install -d "$pkgdir"/opt/epsxe/{cfg,plugins}
29
30
install -t "$pkgdir/opt/epsxe/cfg" $(find . -name "cfg*" -print) $(find . -name "*.cfg" -print)
31
32
install -t "$pkgdir/opt/epsxe/plugins" $(find . -name "*.so.*" -print)
33
34
install -d "$pkgdir/usr/share/doc/$pkgname"
35
36
install -m 644 -t "$pkgdir/usr/share/doc/$pkgname" README changelog
37
38
# permissions
39
chown root:games "$pkgdir"/opt/epsxe/cfg/{cfgPeteXGL2,gpuPeteXGL2.cfg}
40
chown root:games "$pkgdir"/opt/epsxe/plugins/libgpuPeteXGL2.so.2.0.9
41
chmod 775 "$pkgdir"/opt/epsxe/{plugins,cfg}
42
chmod 775 "$pkgdir"/opt/epsxe/cfg/cfgPeteXGL2
43
chmod 664 "$pkgdir"/opt/epsxe/cfg/gpuPeteXGL2.cfg
44
chmod 775 "$pkgdir"/opt/epsxe/plugins/libgpuPeteXGL2.so.2.0.9
45
}
46
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 |