lody

MEDIUM
maintainer czyt 0 votes scanned 2026-09-17 07:27:27.846837
View on AUR
Why flagged

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

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:12 source=("Lody-${pkgver}-amd64.deb::https://updates.lody.ai/production/Lody-${pkgver}-amd64.deb")
Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review 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
1# Maintainer: czyt <czytcn@gmail.com>
2pkgname=lody
3pkgver=0.95.0
4pkgrel=4
5pkgdesc="Lody Desktop - run AI coding agents in parallel with isolated Git worktrees, live diff review and GitHub integration"
6arch=('x86_64')
7url="https://lody.ai/home"
8license=('custom')
9depends=('alsa-lib' 'avahi' 'dbus' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
10optdepends=('libappindicator: system tray support')
11makedepends=('libarchive')
12source=("Lody-${pkgver}-amd64.deb::https://updates.lody.ai/production/Lody-${pkgver}-amd64.deb")
13sha256sums=('82bee6cfbdeeaa75fbde4d9ef0d563a15ac8461cb0ab95aa7f8e90c9884699a0')
14
15package() {
16 # Dynamically select the data archive member in case the deb compression changes
17 local _data_member
18 _data_member=$(ar t "${srcdir}/Lody-${pkgver}-amd64.deb" | awk '/^data\.tar\.(gz|xz|zst|bz2|lzma)$/ { print; exit }')
19 [[ -n "${_data_member}" ]] || { echo "deb has no supported data archive" >&2; return 1; }
20
21 ar p "${srcdir}/Lody-${pkgver}-amd64.deb" "${_data_member}" |
22 bsdtar --no-same-owner -xf - -C "${pkgdir}"
23
24 # Fix permissions
25 chmod -R u=rwX,go=rX "${pkgdir}"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 07:27:27 Medium 3
2026-09-17 07:25:15 Medium 3

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion