lm-studio-bin
maintainer NekoLOvO
· 5 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb binary from a non-standard host (installers.lmstudio.ai) which is not a common code forge or official domain, and the checksum, while present, cannot be independently verified against a public upstream source, creating a supply-chain risk if the host is compromised.
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:26
"https://installers.lmstudio.ai/linux/x64/${pkgver}-${pkgrel}/LM-Studio-${pkgver}-${pkgrel}-x64.deb"
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 binary from a non-standard host (installers.lmstudio.ai) which is not a common code forge or official domain, and the checksum, while present, cannot be independently verified against a public upstream source, creating a supply-chain risk if the host is compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: NekoLOvO <nekolying@gmail.com>
2
3
pkgname=lm-studio-bin
4
pkgver=0.4.20
5
pkgrel=1
6
pkgdesc="Discover, download, and run LLMs locally. Use the chat UI or local server to experiment and develop with local LLMs (Official binary package with bundled Electron)"
7
arch=('x86_64')
8
url="https://lmstudio.ai"
9
license=('custom')
10
depends=(
11
'gtk3'
12
'libnotify'
13
'nss'
14
'libxss'
15
'libxtst'
16
'xdg-utils'
17
'at-spi2-core'
18
'util-linux-libs'
19
'libsecret'
20
)
21
optdepends=('libappindicator')
22
conflicts=('lmstudio-bin')
23
provides=('lmstudio-bin')
24
source=(
25
"lm-studio"
26
"https://installers.lmstudio.ai/linux/x64/${pkgver}-${pkgrel}/LM-Studio-${pkgver}-${pkgrel}-x64.deb"
27
)
28
sha256sums=('f36b30a1c02919f7fa1831406da8695c888588099d1ceb69efc326bd73d38f29'
29
'bab75f0a6b32e329042d07f377b5127727fde2ce24f8a4138f695e347ad1e605')
30
install="lm-studio.install"
31
32
33
package() {
34
bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}/"
35
sed -i "s|/opt/LM-Studio/lm-studio|lm-studio|g" "${pkgdir}/usr/share/applications/lm-studio.desktop"
36
# the original icon is 1024x1024, which is not a standard hicolor size and not recognized by the system. Move it to 512x512 to make it work.
37
mv "${pkgdir}/usr/share/icons/hicolor/0x0/" "${pkgdir}/usr/share/icons/hicolor/512x512/"
38
install -Dm755 "${srcdir}/lm-studio" "${pkgdir}/usr/bin/lm-studio"
39
install -Dm644 "${pkgdir}/opt/LM-Studio/LICENSE.electron.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.electron.txt"
40
install -Dm644 "${pkgdir}/opt/LM-Studio/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSES.chromium.html"
41
}
42
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: NekoLOvO <nekolying@gmail.com> pkgname=lm-studio-bin-pkgver=0.4.18+pkgver=0.4.20 pkgrel=1 pkgdesc="Discover, download, and run LLMs locally. Use the chat UI or local server to experiment and develop with local LLMs (Official binary package with bundled Electron)" arch=('x86_64')@@ -26,7 +26,7 @@ "https://installers.lmstudio.ai/linux/x64/${pkgver}-${pkgrel}/LM-Studio-${pkgver}-${pkgrel}-x64.deb" ) sha256sums=('f36b30a1c02919f7fa1831406da8695c888588099d1ceb69efc326bd73d38f29'- 'ac71f013638b002912f437308f65214c02bac8203c266c3e3e954bb2f7677269')+ 'bab75f0a6b32e329042d07f377b5127727fde2ce24f8a4138f695e347ad1e605') install="lm-studio.install" Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 15:39:03 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 05:31:42 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |