fuse-emulator-sdl-git
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
4
pkgname=fuse-emulator-sdl-git
5
pkgver=1.6.0.r84.g039d7db
6
pkgrel=1
7
epoch=1
8
pkgdesc="ZX Spectrum emulator (SDL GUI)."
9
arch=('i686' 'x86_64')
10
url="http://fuse-emulator.sourceforge.net/fuse.php"
11
license=("GPL-2.0-or-later")
12
depends=('libspectrum-git' 'sdl12-compat' 'libpng' 'hicolor-icon-theme')
13
conflicts=('fuse-emulator' 'fuse-emulator-git' 'fuse-emulator-sdl')
14
source=("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")
17
sha512sums=("SKIP"
18
"16f0993e6237252893e4624733f6e609a02a7cd9a726976b6dbf3ef1f08b3bda36c5ebadb07ba5283326dce1f71be10ce1ef6601262aa11e1ddc94e958ab63ac"
19
"f1a3b0920092b5d55d5d021cfa16331d656114eaf0dabff065f8adc727d1642a2dce788c0fd2c7385ff843720da1a90e8b8a7d1858786d0bd882fc4462cba421")
20
21
pkgver() {
22
cd "fuse-emulator"
23
git describe --long --tags --abbrev=7 | sed 's/^fuse-//;s/\([^-]*-g\)/r\1/;s/-/./g'
24
}
25
26
27
build() {
28
cd "fuse-emulator"
29
./autogen.sh
30
./configure --prefix=/usr --without-gtk --with-sdl
31
make
32
}
33
34
package() {
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) | 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 |