lody
Prebuilt binary .deb downloaded from updates.lody.ai (a non-standard, project-owned but unverifiable update server) and extracted directly; while the checksum is present and the host appears to be the project's own update infrastructure, it is a prebuilt executable from a host that could be silently swapped, and the package has few votes/is recently uploaded, making independent verification difficult.
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:12
source=("Lody-${pkgver}-amd64.deb::https://updates.lody.ai/production/Lody-${pkgver}-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%): Prebuilt binary .deb downloaded from updates.lody.ai (a non-standard, project-owned but unverifiable update server) and extracted directly; while the checksum is present and the host appears to be the project's own update infrastructure, it is a prebuilt executable from a host that could be silently swapped, and the package has few votes/is recently uploaded, making independent verification difficult.
PKGBUILD
1 offending line(s) highlighted# Maintainer: czyt <czytcn@gmail.com>
pkgname=lody
pkgver=0.95.0
pkgrel=4
pkgdesc="Lody Desktop - run AI coding agents in parallel with isolated Git worktrees, live diff review and GitHub integration"
arch=('x86_64')
url="https://lody.ai/home"
license=('custom')
depends=('alsa-lib' 'avahi' 'dbus' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
optdepends=('libappindicator: system tray support')
makedepends=('libarchive')
source=("Lody-${pkgver}-amd64.deb::https://updates.lody.ai/production/Lody-${pkgver}-amd64.deb")
sha256sums=('82bee6cfbdeeaa75fbde4d9ef0d563a15ac8461cb0ab95aa7f8e90c9884699a0')
package() {
# Dynamically select the data archive member in case the deb compression changes
local _data_member
_data_member=$(ar t "${srcdir}/Lody-${pkgver}-amd64.deb" | awk '/^data\.tar\.(gz|xz|zst|bz2|lzma)$/ { print; exit }')
[[ -n "${_data_member}" ]] || { echo "deb has no supported data archive" >&2; return 1; }
ar p "${srcdir}/Lody-${pkgver}-amd64.deb" "${_data_member}" |
bsdtar --no-same-owner -xf - -C "${pkgdir}"
# Fix permissions
chmod -R u=rwX,go=rX "${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 07:27:27 | Medium | 3 |
| 2026-09-17 07:25:15 | Medium | 3 |