lalalai
maintainer corysanin
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the official project domain (d.lalal.ai), which is plausibly controlled by the software vendor; the file is verified via sha1sum, and the build process extracts and installs it in a standard way, posing no active execution or supply-chain risks beyond typical AUR packages.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from the official project domain (d.lalal.ai), which is plausibly controlled by the software vendor; the file is verified via sha1sum, and the build process extracts and installs it in a standard way, posing no active execution or supply-chain risks beyond typical AUR packages.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:16
source=($_pkg::"https://d.lalal.ai/app/${_pkg}?source=aur"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Cory Sanin <corysanin@outlook.com>
2
3
_pkgname=lalalai
4
pkgname=${_pkgname}
5
pkgdesc="Vocal remover and instrumental AI splitter"
6
pkgver=2.16.0
7
pkgrel=1
8
arch=("x86_64")
9
provides=("${_pkgname}")
10
conflicts=("${_pkgname}")
11
url="https://www.lalal.ai/"
12
license=("freeware-proprietary")
13
depends=('libmediainfo' 'libcurl-gnutls')
14
_sparkle=2.16.0.245
15
_pkg="LALAL.AI_${_sparkle}-1_amd64.deb"
16
source=($_pkg::"https://d.lalal.ai/app/${_pkg}?source=aur"
17
"${_pkgname}.desktop")
18
sha1sums=('f1814a23a01d627fdac800558e217b36d709753e'
19
'8a9bb46e43e65ed1dd427de04fdb432904256b84')
20
options=(!strip)
21
22
prepare() {
23
tar -xf data.tar.zst
24
}
25
26
package() {
27
install -dm755 "${pkgdir}/usr/bin" "${pkgdir}/opt/${_pkgname}" "${pkgdir}/usr/share/icons/hicolor/"{128x128,256x256}"/apps" \
28
"${pkgdir}/usr/share/applications/" "${pkgdir}/usr/share/licenses/${_pkgname}"
29
install -Dm644 "usr/share/icons/hicolor/128x128/apps/lalalai.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/$_pkgname.png"
30
install -Dm644 "usr/share/icons/hicolor/256x256/apps/lalalai.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/$_pkgname.png"
31
install -Dm644 "${_pkgname}.desktop" "${pkgdir}/usr/share/applications/"
32
install -Dm755 "usr/share/${_pkgname}/${_pkgname}-bin" "${pkgdir}/opt/${_pkgname}/${_pkgname}"
33
mv "usr/share/${_pkgname}/"{data,lib} "${pkgdir}/opt/${_pkgname}/"
34
mv "usr/share/${_pkgname}/"*.txt "${pkgdir}/usr/share/licenses/${_pkgname}/"
35
ln -sf "/opt/${_pkgname}/${_pkgname}" "${pkgdir}/usr/bin/${provides}"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |