eden-nightly-bin
The package downloads a prebuilt AppImage from the project's own nightly release infrastructure (nightly.eden-emu.dev), which is plausibly official; while the host is not a standard forge, it is project-specific and the AppImage is expected for nightly builds, making this a normal distribution method rather than a supply-chain risk.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt AppImage from the project's own nightly release infrastructure (nightly.eden-emu.dev), which is plausibly official; while the host is not a standard forge, it is project-specific and the AppImage is expected for nightly builds, making this a normal distribution method rather than a supply-chain risk.
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=("${_appimage}::https://nightly.eden-emu.dev/${_upstream_tag}/${_appimage}")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Harsh Narayan Jha <harshnj at proton dot me>
# Contributor: mdmrk <mariodavo.20@gmail.com>
_pkgname=Eden
pkgname=eden-nightly-bin
_tagstamp=1789420436
_buildcommit=ee73920d28
_upstream_tag="v${_tagstamp}.${_buildcommit}"
pkgver="${_tagstamp}.${_buildcommit}"
pkgrel=1
pkgdesc="Nightly release of the Eden Nintendo Switch emulator (PGO optimized)"
arch=('x86_64')
url="https://git.eden-emu.dev/eden-ci/nightly"
license=('GPL-3.0-or-later')
depends=('hicolor-icon-theme')
options=(!strip)
provides=('eden')
conflicts=('eden')
_appimage="Eden-Linux-${_buildcommit}-amd64-clang-pgo.AppImage"
source=("${_appimage}::https://nightly.eden-emu.dev/${_upstream_tag}/${_appimage}")
sha256sums=('07da8205a79a4cb3975d9f12628e4011fe8ada389374527fa9ae149c05f5ea01')
prepare() {
chmod +x "${_appimage}"
"./${_appimage}" --appimage-extract
}
build() {
sed -i \
-e "s|^Exec=.*|Exec=/usr/bin/eden|" \
-e "s|^Icon=.*|Icon=eden|" \
-e "s|^TryExec=.*|TryExec=eden|" \
-e "s|^Name=.*|Name=Eden (Nightly)|" \
squashfs-root/*.desktop
}
package() {
install -Dm755 "${_appimage}" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
install -Dm644 squashfs-root/*.desktop \
"${pkgdir}/usr/share/applications/eden-nightly.desktop"
# Install icon (SVG if available, fallback to PNG)
if compgen -G "squashfs-root/*.svg" > /dev/null; then
install -Dm644 squashfs-root/*.svg \
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/eden.svg"
elif compgen -G "squashfs-root/*.png" > /dev/null; then
install -Dm644 squashfs-root/*.png \
"${pkgdir}/usr/share/pixmaps/eden.png"
fi
install -dm755 "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/eden"
# Install MIME types
cat > eden-nightly.xml << EOF
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-nx-nro">
<glob pattern="*.nro"/>
</mime-type>
<mime-type type="application/x-nx-nso">
<glob pattern="*.nso"/>
</mime-type>
<mime-type type="application/x-nx-nsp">
<glob pattern="*.nsp"/>
</mime-type>
<mime-type type="application/x-nx-xci">
<glob pattern="*.xci"/>
</mime-type>
</mime-info>
EOF
install -Dm644 eden-nightly.xml "${pkgdir}/usr/share/mime/packages/eden-nightly.xml"
}
post_install() {
update-mime-database /usr/share/mime &> /dev/null || true
update-desktop-database -q || true
}
post_upgrade() {
post_install
}
post_remove() {
update-mime-database /usr/share/mime &> /dev/null || true
update-desktop-database -q || true
}
Changes since previous scan
--- PKGBUILD @ 2026-09-15 00:25+++ PKGBUILD @ 2026-09-17 00:27@@ -3,8 +3,8 @@ _pkgname=Eden pkgname=eden-nightly-bin -_tagstamp=1789071363-_buildcommit=ed566919f4+_tagstamp=1789420436+_buildcommit=ee73920d28 _upstream_tag="v${_tagstamp}.${_buildcommit}" pkgver="${_tagstamp}.${_buildcommit}"@@ -19,7 +19,7 @@ conflicts=('eden') _appimage="Eden-Linux-${_buildcommit}-amd64-clang-pgo.AppImage" source=("${_appimage}::https://nightly.eden-emu.dev/${_upstream_tag}/${_appimage}")-sha256sums=('8ca96384563ae927eea96f4678205ae3fcdd8e60209af7f00b4201e2bddcd5c6')+sha256sums=('07da8205a79a4cb3975d9f12628e4011fe8ada389374527fa9ae149c05f5ea01') prepare() { chmod +x "${_appimage}"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 11:19:45 | Medium | 1 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 11:16:56 | Medium | 1 |
| 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 05:22:12 | Medium | 1 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 15:19:51 | Medium | 1 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 05:13:32 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 19:12:22 | Medium | 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 |