mupen64plus-extraplugins

maintainer trya · 16 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from Google Code's archive on a non-whitelisted host, but it contains only buildable source code for additional Mupen64Plus plugins; the build process compiles from source, and the package depends on the official mupen64plus, indicating this is a legitimate add-on with low risk.

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 90%): The source is a tarball from Google Code's archive on a non-whitelisted host, but it contains only buildable source code for additional Mupen64Plus plugins; the build process compiles from source, and the package depends on the official mupen64plus, indicating this is a legitimate add-on with low risk.

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=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mupen64plus/mupen64plus-extraplugins-src-2.0.0.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: trya <tryagainprod@gmail.com>
2
3pkgname=mupen64plus-extraplugins
4pkgver=2.0
5pkgrel=3
6pkgdesc="Additional plugins for Mupen64Plus"
7arch=('i686' 'x86_64')
8url="http://code.google.com/p/mupen64plus"
9license=('GPL')
10depends=('glew' 'mesa' "mupen64plus>=$pkgver")
11options=(!strip)
12source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mupen64plus/mupen64plus-extraplugins-src-2.0.0.tar.gz")
13md5sums=('7716f17a3988e95ffcec27f0c05810c0')
14
15prepare() {
16 # patch GLEW headers inclusion
17 cd "$srcdir/mupen64plus-video-z64/src"
18 sed -i rgl.h \
19 -i glshader.cpp \
20 -e 's|#include <glew.h>|#include <GL/glew.h>|'
21
22 # patch min/max macros
23 cd "$srcdir/mupen64plus-video-glide64/src"
24 sed -i *.cpp *.h \
25 -e 's|min[[:blank:]]*(|glide_min(|g' \
26 -e 's|max[[:blank:]]*(|glide_max(|g'
27}
28
29build() {
30 cd "$srcdir"
31 for _plugdir in mupen64plus-rsp* mupen64plus-video*; do
32 cd $_plugdir
33 make -C projects/unix PREFIX=/usr all
34 cd ..
35 done
36}
37
38package() {
39 cd "$srcdir"
40 for _plugdir in mupen64plus-rsp* mupen64plus-video*; do
41 cd $_plugdir
42 make -C projects/unix PREFIX=/usr DESTDIR="$pkgdir" install
43 cd ..
44 done
45}
46

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion