lilt-commit-bin
MEDIUM
maintainer tiouo
0 votes
scanned 2026-09-12 15:12:25.546860
Why flagged
The package installs an unverifiable AppImage from a non-upstream GitHub repository with skipped checksums, posing a supply-chain risk if the binary were maliciously swapped.
Triggered rules
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 of an ambiguous pattern
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 90%): The package installs an unverifiable AppImage from a non-upstream GitHub repository with skipped checksums, posing a supply-chain risk if the binary were maliciously swapped.
PKGBUILD
1
# Maintainer: tiouoo <tiouo@qq.com>
2
3
pkgname=lilt-commit-bin
4
pkgver=0.0.0.0
5
pkgrel=1
6
pkgdesc="Lilt desktop application (commit build)"
7
arch=('x86_64')
8
url="https://github.com/tiouoo/lilt"
9
license=('AGPL-3.0-or-later')
10
depends=('fuse2' 'hicolor-icon-theme')
11
provides=('lilt')
12
conflicts=('lilt' 'lilt-bin' 'lilt-nightly-bin')
13
options=('!strip' '!emptydirs')
14
_appimg="Lilt.AppImage"
15
source_x86_64=(
16
"$_appimg::https://github.com/tiouoo/lilt/releases/download/publish-commit/Lilt.linux.x64.AppImage"
17
"lilt.png::https://raw.githubusercontent.com/tiouoo/lilt/main/assets/Icon-Pattern.png"
18
)
19
sha256sums_x86_64=('SKIP' 'SKIP')
20
noextract=("$_appimg")
21
22
package() {
23
install -Dm755 "$srcdir/$_appimg" "$pkgdir/opt/lilt/Lilt.AppImage"
24
install -Dm755 /dev/stdin "$pkgdir/usr/bin/lilt" <<'EOF'
25
#!/bin/sh
26
exec /opt/lilt/Lilt.AppImage "$@"
27
EOF
28
install -Dm644 "$srcdir/lilt.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/lilt.png"
29
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/lilt.desktop" <<'EOF'
30
[Desktop Entry]
31
Type=Application
32
Name=Lilt Commit
33
Comment=Lilt commit build
34
Icon=lilt
35
Exec=lilt
36
Terminal=false
37
Categories=Utility;
38
EOF
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 15:12:25 | Medium | 2 |