epic-lore-desktop-bin
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:25
source=("https://releases.lore.org/desktop/releases/stable/lore-desktop_amd64.deb")
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 70%): Installs a prebuilt binary .deb from releases.lore.org, a non-standard host that cannot be verified as the official Epic Games release infrastructure (the official repo points to github.com/EpicGames/lore), and the checksum provides only weak assurance since the host could silently swap the binary; no obfuscation or active malice is visible, but the unverifiable prebuilt executable from a potentially unrelated host warrants medium severity.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Timofey Brukhanchik <asyncbtd@gmail.com>
pkgname=epic-lore-desktop-bin
pkgver=0.8.6
pkgrel=1
pkgdesc="GUI client for next-generation open source version control system by Epic Games (Pre-compiled binary)"
arch=('x86_64')
url="https://github.com/EpicGames/lore"
license=('custom:Epic Games')
depends=(
'at-spi2-core'
'gtk3'
'libnotify'
'libsecret'
'libxss'
'libxtst'
'nss'
'xdg-utils'
)
optdepends=(
'libappindicator-gtk3: systray indicator support'
)
provides=('lore-desktop')
options=('!strip' '!debug')
source=("https://releases.lore.org/desktop/releases/stable/lore-desktop_amd64.deb")
sha256sums=('c9ac0237eddb795e6fadf8fd1583ac358ff9eeb10918d977632003ce37a8f3c5')
noextract=("lore-desktop_amd64.deb")
package() {
bsdtar -O -xf "${srcdir}/lore-desktop_amd64.deb" data.tar.gz | bsdtar -C "${pkgdir}" -xzf -
install -Dm644 "${pkgdir}/opt/Lore Desktop/resources/TERMS_OF_USE.txt" \
"${pkgdir}/usr/share/licenses/${pkgname}/TERMS_OF_USE.txt"
rm -rf "${pkgdir}/usr/share/doc"
find "${pkgdir}" -type d -exec chmod 755 {} +
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | MEDIUM | 3 |
| 2026-08-17 00:18:29 | MEDIUM | 3 |
| 2026-08-16 00:03:42 | MEDIUM | 3 |
| 2026-08-15 00:26:13 | MEDIUM | 3 |
| 2026-08-14 00:03:41 | MEDIUM | 3 |
| 2026-08-13 00:17:07 | MEDIUM | 3 |
| 2026-08-12 00:27:08 | MEDIUM | 3 |
| 2026-08-11 13:35:39 | MEDIUM | 3 |
| 2026-08-11 13:21:13 | MEDIUM | 3 |