lalalai

MEDIUM
maintainer corysanin 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt .deb from a non-standard host (d.lalal.ai) which is not on the standard whitelist; while the domain is related to the project, the use of a subdomain and unverifiable binary distribution creates a supply-chain risk if the host were compromised or the download redirected.

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:16 source=($_pkg::"https://d.lalal.ai/app/${_pkg}?source=aur"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb from a non-standard host (d.lalal.ai) which is not on the standard whitelist; while the domain is related to the project, the use of a subdomain and unverifiable binary distribution creates a supply-chain risk if the host were compromised or the download redirected.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Cory Sanin <corysanin@outlook.com>
2
3_pkgname=lalalai
4pkgname=${_pkgname}
5pkgdesc="Vocal remover and instrumental AI splitter"
6pkgver=2.19.0
7pkgrel=1
8arch=("x86_64")
9provides=("${_pkgname}")
10conflicts=("${_pkgname}")
11url="https://www.lalal.ai/"
12license=("freeware-proprietary")
13depends=('libmediainfo' 'libcurl-gnutls')
14_sparkle=2.19.0.698
15_pkg="LALAL.AI_${_sparkle}-1_amd64.deb"
16source=($_pkg::"https://d.lalal.ai/app/${_pkg}?source=aur"
17 "${_pkgname}.desktop")
18sha1sums=('b69a58829c2d74cd533cdf9350668b5a9db394f3'
19 '8a9bb46e43e65ed1dd427de04fdb432904256b84')
20options=(!strip)
21
22prepare() {
23 tar -xf data.tar.zst
24}
25
26package() {
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

Changes since previous scan

--- PKGBUILD @ 2026-09-05 00:16
+++ PKGBUILD @ 2026-09-17 00:27
@@ -3,7 +3,7 @@
_pkgname=lalalai
pkgname=${_pkgname}
pkgdesc="Vocal remover and instrumental AI splitter"
-pkgver=2.18.0
+pkgver=2.19.0
pkgrel=1
arch=("x86_64")
provides=("${_pkgname}")
@@ -11,11 +11,11 @@
url="https://www.lalal.ai/"
license=("freeware-proprietary")
depends=('libmediainfo' 'libcurl-gnutls')
-_sparkle=2.18.0.680
+_sparkle=2.19.0.698
_pkg="LALAL.AI_${_sparkle}-1_amd64.deb"
source=($_pkg::"https://d.lalal.ai/app/${_pkg}?source=aur"
"${_pkgname}.desktop")
-sha1sums=('a96a54a6e91f467915de8f522743831a4d3ea1ef'
+sha1sums=('b69a58829c2d74cd533cdf9350668b5a9db394f3'
'8a9bb46e43e65ed1dd427de04fdb432904256b84')
options=(!strip)

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 09:59:47 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 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