fuse-emulator-sdl-git

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The non-standard host (GitLab) hosts a ROM data archive for the emulator, which is non-executable and used as static content; the main source is from a legitimate project repository, and no remote code execution or malicious behavior is present.

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 non-standard host (GitLab) hosts a ROM data archive for the emulator, which is non-executable and used as static content; the main source is from a legitimate project repository, and no remote code execution or malicious behavior is present.

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:14 source=("fuse-emulator::git+https://git.code.sf.net/p/fuse-emulator/fuse"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
2# Contributor: Daniel Menelkir (dmenelkir at gmail dot com)
3
4pkgname=fuse-emulator-sdl-git
5pkgver=1.6.0.r84.g039d7db
6pkgrel=1
7epoch=1
8pkgdesc="ZX Spectrum emulator (SDL GUI)."
9arch=('i686' 'x86_64')
10url="http://fuse-emulator.sourceforge.net/fuse.php"
11license=("GPL-2.0-or-later")
12depends=('libspectrum-git' 'sdl12-compat' 'libpng' 'hicolor-icon-theme')
13conflicts=('fuse-emulator' 'fuse-emulator-git' 'fuse-emulator-sdl')
14source=("fuse-emulator::git+https://git.code.sf.net/p/fuse-emulator/fuse"
15 "https://gitlab.com/menelkir/fuseroms/-/archive/0.2/fuseroms-0.2.tar.gz"
16 "fuse-emulator-sdl-git.desktop")
17sha512sums=("SKIP"
18 "16f0993e6237252893e4624733f6e609a02a7cd9a726976b6dbf3ef1f08b3bda36c5ebadb07ba5283326dce1f71be10ce1ef6601262aa11e1ddc94e958ab63ac"
19 "f1a3b0920092b5d55d5d021cfa16331d656114eaf0dabff065f8adc727d1642a2dce788c0fd2c7385ff843720da1a90e8b8a7d1858786d0bd882fc4462cba421")
20
21pkgver() {
22 cd "fuse-emulator"
23 git describe --long --tags --abbrev=7 | sed 's/^fuse-//;s/\([^-]*-g\)/r\1/;s/-/./g'
24}
25
26
27build() {
28 cd "fuse-emulator"
29 ./autogen.sh
30 ./configure --prefix=/usr --without-gtk --with-sdl
31 make
32}
33
34package() {
35 cd "fuse-emulator"
36 make DESTDIR="$pkgdir" install
37 install -D -m 644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
38 for resolution in 16x16 32x32 48x48 64x64 128x128 256x256
39 do
40 install -D -m 644 "data/icons/$resolution/fuse.png" "$pkgdir/usr/share/icons/hicolor/$resolution/apps/$pkgname.png"
41 install -D -m 644 "data/icons/$resolution/application-x-spectrum.png" "$pkgdir/usr/share/icons/hicolor/$resolution/mimetypes/application-x-spectrum.png"
42 done
43
44 # Extra ROMs
45 install -D -m 644 "$srcdir"/fuseroms-0.2/fuse-extra/* -t "$pkgdir"/usr/share/fuse/
46
47}
48
49

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