vcs-lore-desktop-bin
Downloads and installs a prebuilt binary .deb from releases.lore.org, a non-standard host that is not the project's official GitHub release infrastructure; while a checksum is provided, the host is not verifiably controlled by Epic Games and the binary is executed directly, making it a supply-chain risk if the host were compromised or swapped.
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")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 70%): Downloads and installs a prebuilt binary .deb from releases.lore.org, a non-standard host that is not the project's official GitHub release infrastructure; while a checksum is provided, the host is not verifiably controlled by Epic Games and the binary is executed directly, making it a supply-chain risk if the host were compromised or swapped.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Timofey Brukhanchik <asyncbtd@gmail.com>
pkgname=vcs-lore-desktop-bin
pkgver=0.8.3
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=('dffe1f377e063df2ccb67cdd5080e1eb65b55cdfb1c0ed08c448a3d0144ab444')
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-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |