lilt-nightly-bin
The package installs a prebuilt AppImage from a non-whitelisted but project-owned GitHub repository; while the source is plausibly legitimate, the SKIP'd checksums make the binary unverifiable, creating a supply-chain risk if the release asset were silently swapped.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt AppImage from a non-whitelisted but project-owned GitHub repository; while the source is plausibly legitimate, the SKIP'd checksums make the binary unverifiable, creating a supply-chain risk if the release asset were silently swapped.
PKGBUILD
# Maintainer: tiouoo <tiouo@qq.com>
pkgname=lilt-nightly-bin
pkgver=0.0.0.0
pkgrel=1
pkgdesc="Lilt desktop application (nightly build)"
arch=('x86_64')
url="https://github.com/tiouoo/lilt"
license=('AGPL-3.0-or-later')
depends=('fuse2' 'hicolor-icon-theme')
provides=('lilt')
conflicts=('lilt' 'lilt-bin' 'lilt-commit-bin')
options=('!strip' '!emptydirs')
_appimg="Lilt.AppImage"
source_x86_64=(
"$_appimg::https://github.com/tiouoo/lilt/releases/download/publish-nightly/Lilt.linux.x64.AppImage"
"lilt.png::https://raw.githubusercontent.com/tiouoo/lilt/main/assets/Icon-Pattern.png"
)
sha256sums_x86_64=('SKIP' 'SKIP')
noextract=("$_appimg")
package() {
install -Dm755 "$srcdir/$_appimg" "$pkgdir/opt/lilt/Lilt.AppImage"
install -Dm755 /dev/stdin "$pkgdir/usr/bin/lilt" <<'EOF'
#!/bin/sh
exec /opt/lilt/Lilt.AppImage "$@"
EOF
install -Dm644 "$srcdir/lilt.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/lilt.png"
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/lilt.desktop" <<'EOF'
[Desktop Entry]
Type=Application
Name=Lilt Nightly
Comment=Lilt nightly build
Icon=lilt
Exec=lilt
Terminal=false
Categories=Utility;
EOF
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 15:12:25 | Medium | 2 |