acheron-nightly
Installs a prebuilt AppImage binary from nightly.link (a CI artifact redirect service for GitHub Actions), which is a legitimate but unofficial/unverifiable build artifact; the checksum is pinned so swapping is mitigated, but the binary is not from the project's own official release infrastructure and could change on any new build run.
Triggered rules
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:16
source=("acheron-nightly-${pkgver}.zip::https://nightly.link/ouwou/acheron/workflows/build/master/acheron-appimage.zip" "acheron.desktop::https://raw.githubusercontent.com/Cleboost/missing-aur/main/packages/acheron/acheron.desktop" "acheron.png::https://raw.githubusercontent.com/Cleboost/missing-aur/main/packages/acheron/acheron.png")
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 75%): Installs a prebuilt AppImage binary from nightly.link (a CI artifact redirect service for GitHub Actions), which is a legitimate but unofficial/unverifiable build artifact; the checksum is pinned so swapping is mitigated, but the binary is not from the project's own official release infrastructure and could change on any new build run.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Cleboost <clement.balarot@gmail.com>
# Contributor: missing-aur project <https://github.com/Cleboost/missing-aur>
pkgname=acheron-nightly
pkgver=2026.08.27_5f7293b
pkgrel=1
pkgdesc="Alternative Discord client made in C++ with Qt 6"
url="https://github.com/ouwou/acheron"
arch=("x86_64")
depends=("fuse2")
provides=("acheron")
conflicts=("acheron" "acheron-git")
options=("!strip")
license=("GPL-3.0")
source=("acheron-nightly-${pkgver}.zip::https://nightly.link/ouwou/acheron/workflows/build/master/acheron-appimage.zip" "acheron.desktop::https://raw.githubusercontent.com/Cleboost/missing-aur/main/packages/acheron/acheron.desktop" "acheron.png::https://raw.githubusercontent.com/Cleboost/missing-aur/main/packages/acheron/acheron.png")
sha256sums=('637e1967e89566560905bc29d94de416233dd7d1e577a3c6d5744c99d2c45499'
'22348420fd0e6cce6c9cf24c1ba9f4498d27b1ed169a0e38d88a0ef6a379f8e6'
'3109929ab2009c8ceab6d2678492e0a0cccfd058726439e7f109a79ff9f85e84')
prepare() {
chmod +x "${srcdir}/Acheron-x86_64.AppImage"
}
package() {
install -Dm755 "${srcdir}/Acheron-x86_64.AppImage" "${pkgdir}/opt/acheron-nightly/acheron.AppImage"
install -dm755 "${pkgdir}/usr/bin"
ln -sf "/opt/acheron-nightly/acheron.AppImage" "${pkgdir}/usr/bin/acheron"
install -Dm644 "${srcdir}/acheron.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/acheron.png"
install -Dm644 "${srcdir}/acheron.desktop" "${pkgdir}/usr/share/applications/acheron.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 09:33:21 | Medium | 3 |
| 2026-08-27 09:31:53 | Medium | 3 |