lody-bin
MEDIUM
maintainer Qingxu
0 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The package downloads a prebuilt .deb binary from a non-whitelisted host (updates.lody.ai), which is an unverifiable executable artifact that could be silently swapped, posing a supply-chain risk.
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:40
"$pkgname-$pkgver-amd64.deb::https://updates.lody.ai/production/Lody-$pkgver-amd64.deb"
Medium
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-whitelisted host (updates.lody.ai), which is an unverifiable executable artifact that could be silently swapped, posing a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Qingxu <me@linioi.com>
2
pkgname=lody-bin
3
pkgver=0.77.2
4
pkgrel=1
5
pkgdesc='A development platform built for parallel AI Agent workflows'
6
url='https://lody.ai'
7
arch=(
8
'x86_64'
9
)
10
license=(
11
'LicenseRef-proprietary'
12
)
13
depends=(
14
'alsa-lib'
15
'at-spi2-core'
16
'gtk3'
17
'libnotify'
18
'libsecret'
19
'libxss'
20
'libxtst'
21
'nss'
22
'org.freedesktop.secrets'
23
'util-linux-libs'
24
'xdg-utils'
25
)
26
optdepends=(
27
'libappindicator: tray icon support'
28
)
29
provides=(
30
'lody'
31
)
32
conflicts=(
33
'lody'
34
)
35
options=(
36
'!strip'
37
'!debug'
38
)
39
source=(
40
"$pkgname-$pkgver-amd64.deb::https://updates.lody.ai/production/Lody-$pkgver-amd64.deb"
41
)
42
noextract=(
43
"$pkgname-$pkgver-amd64.deb"
44
)
45
sha256sums=('60a72a94ca59243c555ec2096622625a1d63634f30d009aed96de873570f30ef')
46
47
package() {
48
local _deb="$srcdir/$pkgname-$pkgver-amd64.deb"
49
50
ar p "$_deb" data.tar.xz | bsdtar -xJf - -C "$pkgdir"
51
52
install -dm755 "$pkgdir/usr/bin"
53
ln -s /opt/Lody/lodyDesktop "$pkgdir/usr/bin/lody"
54
55
sed -i \
56
-e 's|/opt/Lody/lodyDesktop|lody|' \
57
-e 's|Icon=lodyDesktop|Icon=lody|' \
58
"$pkgdir/usr/share/applications/lodyDesktop.desktop"
59
60
mv "$pkgdir/usr/share/icons/hicolor/512x512/apps/lodyDesktop.png" \
61
"$pkgdir/usr/share/icons/hicolor/512x512/apps/lody.png"
62
63
rm -rf "$pkgdir/usr/share/doc"
64
65
install -Dm644 "$pkgdir/opt/Lody/LICENSE.electron.txt" \
66
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.electron.txt"
67
install -Dm644 "$pkgdir/opt/Lody/LICENSES.chromium.html" \
68
"$pkgdir/usr/share/licenses/$pkgname/LICENSES.chromium.html"
69
}
70
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 |