mupen64plus-extraplugins

LOW
maintainer trya 16 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion