yabause-qt5
The source is a tarball from a plausible project-owned host (tuxfamily.net) used for hosting open-source projects, building the project's own source, which is normal for AUR packages; the non-whitelisted host is not inherently dangerous as it is a known free hosting provider for open-source software.
Triggered rules
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 source is a tarball from a plausible project-owned host (tuxfamily.net) used for hosting open-source projects, building the project's own source, which is normal for AUR packages; the non-whitelisted host is not inherently dangerous as it is a known free hosting provider for open-source software.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:18
source=("http://free.downloads.tuxfamily.net/yabause/releases/${pkgver}/yabause-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Harley Laue <losinggeneration@gmail.com>
# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
# Contributor: Anton Shestakov <engoredi@ya.ru>
# Contributor: Tiago Camargo <tcamargo@gmail.com>
# Contributor: robb_force <robb_force@holybuffalo.net>
pkgname=yabause-qt5
pkgver=0.9.15
pkgrel=5
pkgdesc='A Sega Saturn emulator'
arch=('x86_64')
url="https://yabause.org/"
license=('GPL')
depends=('freeglut' 'glew' 'openal' 'qt5-base' 'qt5-multimedia' 'sdl2')
makedepends=('cmake3' 'glu' 'libxmu')
conflicts=('yabause-gtk')
source=("http://free.downloads.tuxfamily.net/yabause/releases/${pkgver}/yabause-${pkgver}.tar.gz"
'qt-5.11.patch'
'rwx.patch')
sha256sums=('4334c43fe0f3ff297bac8e91f4e059fe5fd276291faff2489e37b5b3a4ccc2b2'
'5c4f639478567d9a42963420bb6ab4086fd0514e8787c597c7b40804e1946ea6'
'd29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
prepare() {
cd yabause-${pkgver}
patch -Np2 -i ../qt-5.11.patch
patch -Np1 -i ../rwx.patch
}
build() {
cd yabause-${pkgver}
if [[ -d build ]]; then
rm -rf build
fi
mkdir build && cd build
cmake .. \
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DYAB_PORTS='qt' \
-DYAB_NETWORK='ON' \
-DYAB_OPTIMIZED_DMA='ON' \
-DSH2_DYNAREC=OFF # https://github.com/Yabause/yabause/issues/270
make
}
package() {
cd yabause-${pkgver}/build
make DESTDIR="${pkgdir}" install
}
# vim: ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |