fuse-emulator-git
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host hosts only non-executable ROM data files, which are installed as static assets; the emulator itself is built from the project's official Git repository, posing no remote code execution or supply-chain 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 95%): The non-standard host hosts only non-executable ROM data files, which are installed as static assets; the emulator itself is built from the project's official Git repository, posing no remote code execution or supply-chain 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:13
source=("fuse-emulator::git+https://git.code.sf.net/p/fuse-emulator/fuse"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Daniel Menelkir (dmenelkir at gmail dot com)
2
3
pkgname=fuse-emulator-git
4
pkgver=1.6.0.r76.gd9dc145
5
pkgrel=2
6
epoch=1
7
pkgdesc="ZX Spectrum emulator."
8
arch=('i686' 'x86_64')
9
url="http://fuse-emulator.sourceforge.net/fuse.php"
10
license=("GPL")
11
depends=('gtk3' "libspectrum-git" 'sdl')
12
conflicts=('fuse-emulator-sdl' 'fuse-emulator' 'fuse-emulator-sdl-git')
13
source=("fuse-emulator::git+https://git.code.sf.net/p/fuse-emulator/fuse"
14
"https://gitlab.com/menelkir/fuseroms/-/archive/0.2/fuseroms-0.2.tar.gz"
15
"fuse-emulator-git.desktop")
16
sha512sums=("SKIP"
17
"16f0993e6237252893e4624733f6e609a02a7cd9a726976b6dbf3ef1f08b3bda36c5ebadb07ba5283326dce1f71be10ce1ef6601262aa11e1ddc94e958ab63ac"
18
"f1a3b0920092b5d55d5d021cfa16331d656114eaf0dabff065f8adc727d1642a2dce788c0fd2c7385ff843720da1a90e8b8a7d1858786d0bd882fc4462cba421")
19
20
pkgver() {
21
cd "fuse-emulator"
22
git describe --long --tags --abbrev=7 | sed 's/^fuse-//;s/\([^-]*-g\)/r\1/;s/-/./g'
23
}
24
25
26
build() {
27
cd "fuse-emulator"
28
./autogen.sh
29
./configure --prefix=/usr
30
make
31
}
32
33
package() {
34
cd "fuse-emulator"
35
make DESTDIR="$pkgdir" install
36
install -D -m 644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
37
for resolution in 16x16 32x32 48x48 64x64 128x128 256x256
38
do
39
install -D -m 644 "data/icons/$resolution/fuse.png" "$pkgdir/usr/share/icons/hicolor/$resolution/apps/$pkgname.png"
40
install -D -m 644 "data/icons/$resolution/application-x-spectrum.png" "$pkgdir/usr/share/icons/hicolor/$resolution/mimetypes/application-x-spectrum.png"
41
done
42
43
# Extra ROMs
44
install -D -m 644 "$srcdir"/fuseroms-0.2/fuse-extra/* -t "$pkgdir"/usr/share/fuse/
45
46
}
47
48
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 |