lilt-bin

MEDIUM
maintainer tiouo 0 votes scanned 2026-09-12 15:12:25.546860
View on AUR
Why flagged

The package installs an AppImage from a GitHub release without verifiable checksums (SKIP), posing a supply-chain risk if the source were compromised.

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 95%): The package installs an AppImage from a GitHub release without verifiable checksums (SKIP), posing a supply-chain risk if the source were compromised.

PKGBUILD

1# Maintainer: tiouoo <tiouo@qq.com>
2
3pkgname=lilt-bin
4pkgver=0.0.0.0
5pkgrel=1
6pkgdesc="Lilt desktop application (stable release)"
7arch=('x86_64')
8url="https://github.com/tiouoo/lilt"
9license=('AGPL-3.0-or-later')
10depends=('fuse2' 'hicolor-icon-theme')
11provides=('lilt')
12conflicts=('lilt' 'lilt-commit-bin' 'lilt-nightly-bin')
13options=('!strip' '!emptydirs')
14_appimg="Lilt.AppImage"
15source_x86_64=(
16 "$_appimg::https://github.com/tiouoo/lilt/releases/latest/download/Lilt.linux.x64.AppImage"
17 "lilt.png::https://raw.githubusercontent.com/tiouoo/lilt/main/assets/Icon-Pattern.png"
18)
19sha256sums_x86_64=('SKIP' 'SKIP')
20noextract=("$_appimg")
21
22package() {
23 install -Dm755 "$srcdir/$_appimg" "$pkgdir/opt/lilt/Lilt.AppImage"
24 install -Dm755 /dev/stdin "$pkgdir/usr/bin/lilt" <<'EOF'
25#!/bin/sh
26exec /opt/lilt/Lilt.AppImage "$@"
27EOF
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]
31Type=Application
32Name=Lilt
33Comment=Lilt desktop application
34Icon=lilt
35Exec=lilt
36Terminal=false
37Categories=Utility;
38EOF
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 15:12:25 Medium 2

Report a package

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

0 / 4000
Your suggestion