vcs-lore-desktop-bin
maintainer asyncbtd
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
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
MEDIUM
source=() URL on a non-standard host
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")
MEDIUM
AI review
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
1
# Maintainer: Timofey Brukhanchik <asyncbtd@gmail.com>
2
3
pkgname=vcs-lore-desktop-bin
4
pkgver=0.8.3
5
pkgrel=1
6
pkgdesc="GUI client for next-generation open source version control system by Epic Games (Pre-compiled binary)"
7
arch=('x86_64')
8
url="https://github.com/EpicGames/lore"
9
license=('custom:Epic Games')
10
depends=(
11
'at-spi2-core'
12
'gtk3'
13
'libnotify'
14
'libsecret'
15
'libxss'
16
'libxtst'
17
'nss'
18
'xdg-utils'
19
)
20
optdepends=(
21
'libappindicator-gtk3: systray indicator support'
22
)
23
provides=('lore-desktop')
24
options=('!strip' '!debug')
25
source=("https://releases.lore.org/desktop/releases/stable/lore-desktop_amd64.deb")
26
sha256sums=('dffe1f377e063df2ccb67cdd5080e1eb65b55cdfb1c0ed08c448a3d0144ab444')
27
noextract=("lore-desktop_amd64.deb")
28
29
package() {
30
bsdtar -O -xf "${srcdir}/lore-desktop_amd64.deb" data.tar.gz | bsdtar -C "${pkgdir}" -xzf -
31
32
install -Dm644 "${pkgdir}/opt/Lore Desktop/resources/TERMS_OF_USE.txt" \
33
"${pkgdir}/usr/share/licenses/${pkgname}/TERMS_OF_USE.txt"
34
35
rm -rf "${pkgdir}/usr/share/doc"
36
37
find "${pkgdir}" -type d -exec chmod 755 {} +
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |