a7800
maintainer FredBezies
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a non-whitelisted but project-related host (7800.8bitdev.org), but it is a legitimate asset for the emulator and not executed directly in a risky manner; the main binary comes from GitHub releases, which is trusted.
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 package downloads a prebuilt binary from a non-whitelisted but project-related host (7800.8bitdev.org), but it is a legitimate asset for the emulator and not executed directly in a risky manner; the main binary comes from GitHub releases, which is trusted.
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
"http://7800.8bitdev.org/resources/assets/78008bitdevlogo.png"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Oliver Jaksch <arch-aur at com-in dot de>
2
3
pkgname=a7800
4
pkgver=5.2
5
pkgrel=1
6
pkgdesc="A7800 is a fork of the MAME Atari 7800 driver, with several enhancements added (ProSystem)"
7
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
8
url="http://7800.8bitdev.org/index.php/A7800_Emulator"
9
license=('custom:MAME License')
10
depends=(sdl2_ttf qt5-base lua libutf8proc pugixml portmidi portaudio)
11
makedepends=(nasm python glm libxinerama)
12
source=("https://github.com/7800-devtools/a7800/releases/download/v$pkgver/a7800-linux-v$pkgver.tgz"
13
"http://7800.8bitdev.org/resources/assets/78008bitdevlogo.png"
14
"a7800-starter.sh"
15
"a7800.desktop")
16
sha256sums=('32fbdb0b033b73e4f203a0a26d60b420fa3bfc5b8f6fa70552b623f017f5047d'
17
'b89310a46a5305c41f8dfb63e915aaa1e12ea74209cd6fcf7ec3e4753067ff73'
18
'59e9ca8f0c028f23212dffd778ef3b2be63a716ded5bb66a50a0869700408322'
19
'06b0773ebd2795fb15c9380449f6464c03414f514c6f5e5aeb25835bed000ddb')
20
21
package() {
22
cd "${srcdir}/${pkgname}-linux"
23
sed -i -e 's/bios;roms/bios;$HOME\/.a7800\/roms/' a7800.ini
24
mkdir -p ${pkgdir}/opt/a7800
25
cp -r * ${pkgdir}/opt/a7800
26
27
install -Dm755 ../a7800-starter.sh "${pkgdir}/usr/bin/${pkgname}-starter.sh"
28
install -Dm644 ../a7800.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
29
install -Dm644 ../78008bitdevlogo.png "${pkgdir}/usr/share/pixmaps//${pkgname}.png"
30
msg2 "\e[1;32mYou have to put MAME's a7800* BIOS files to your HOME/.a7800/roms directory \e[0m"
31
msg2 "\e[1;32mto use this emulator. This directory is created at first run of a7800. \e[0m"
32
msg2 "\e[1;32mTo play games copy .a78 files (which needs headers) to the same directory.\e[0m"
33
msg2 "\e[1;32mSee http://7800.8bitdev.org/index.php/A78_Header_Specification about the\e[0m"
34
msg2 "\e[1;32mheader specs and how to add them, if neccessary.\e[0m"
35
}
36
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 |