eden
The source is a tarball from the project's own git host (git.eden-emu.dev), which is plausibly official; building from project-owned infrastructure is normal for AUR packages, even if the host is not whitelisted.
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 the project's own git host (git.eden-emu.dev), which is plausibly official; building from project-owned infrastructure is normal for AUR packages, even if the host is not whitelisted.
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:21
source=("eden-v${pkgver}.tar.gz::https://git.eden-emu.dev/eden-emu/eden/archive/v${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: gfrank227 [at] gmail [dot] com
# Maintainer: HurricanePooits <hurricanepootis@protonmail.com>
# Contributor: rcf <ryan.farley@gmx.com>
pkgname=eden
pkgver=0.2.1
pkgrel=3
pkgdesc="Nintendo Switch emulator forked from yuzu."
arch=('x86_64' 'aarch64')
url=https://eden-emulator.github.io/
license=('GPL-3.0-or-later')
depends=('enet' 'fmt' 'opus' 'lz4' 'zlib' 'zstd' 'libusb' 'openssl' 'glibc'
'qt6-webengine' 'brotli' 'hicolor-icon-theme' 'qt6-base' 'sdl2'
'ffmpeg' 'boost-libs' 'quazip-qt6' 'cubeb' 'qt6-charts'
'qt6-multimedia' 'libgcc' 'libstdc++')
makedepends=('cmake' 'catch2' 'boost' 'wireless_tools' 'vulkan-headers' 'vulkan-utility-libraries'
'nlohmann-json' 'ninja' 'gamemode' 'renderdoc'
'qt6-tools' 'nasm' 'opencl-headers')
optdepends=('gamemode: Gamemoded support')
conflicts=('eden-bin' 'eden-git' 'eden-preview-bin' 'eden-beta')
options=('!debug')
source=("eden-v${pkgver}.tar.gz::https://git.eden-emu.dev/eden-emu/eden/archive/v${pkgver}.tar.gz"
"60e1032771.patch"
"7c0e993b5b.patch")
sha256sums=('a43ea2886b75204438f691a4ddfad99e88b508e30431978dd13fba1c22440d19'
'2d73f9f8473644385efd73507f828f172cfe2e3e829e962584bb1d0429e25e3f'
'e078d47ee07f93432c155ab03f5589ad1166466a2a0f5ab9832c0f3c2cb7a573')
prepare() {
cd $srcdir/eden
patch -p1 < "$srcdir/60e1032771.patch"
patch -p1 < "$srcdir/7c0e993b5b.patch"
}
build() {
cd "$srcdir"
cmake -B build -S $pkgname -GNinja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=None \
-DUSE_DISCORD_PRESENCE=ON \
-DCPM_USE_LOCAL_PACKAGES=ON \
-DYUZU_USE_BUNDLED_FFMPEG=OFF \
-DDiscordRPC_FORCE_BUNDLED=ON \
-Dxbyak_FORCE_BUNDLED=ON \
-DYUZU_USE_BUNDLED_QT=OFF \
-DENABLE_QT_TRANSLATION=ON \
-DYUZU_USE_QT_MULTIMEDIA=ON \
-DYUZU_USE_QT_WEB_ENGINE=ON \
-Dhttplib_FORCE_BUNDLED=ON \
-DTITLE_BAR_FORMAT_RUNNING="eden | ${pkgver} {}" \
-DTITLE_BAR_FORMAT_IDLE="eden ${pkgver} {}" \
-DYUZU_TESTS=OFF \
-DDYNARMIC_TESTS=OFF \
-DBUILD_TESTING=OFF \
-Wno-dev
cmake --build build
}
package() {
cd "$srcdir"
DESTDIR="$pkgdir/" cmake --install build
install -Dm644 "$srcdir/$pkgname/dist/72-yuzu-input.rules" "$pkgdir/usr/lib/udev/rules.d/72-eden-input.rules"
sed -i 's/KERNEL==/ACTION!="remove", KERNEL==/' "$pkgdir/usr/lib/udev/rules.d/72-eden-input.rules" # systemd 258 fix
cd "$srcdir/$pkgname/LICENSES"
for file in *.txt;
do
install -Dm644 $file "$pkgdir/usr/share/licenses/$pkgname/$file"
done
}
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 |