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
3pkgname=lm-studio-bin
4pkgver=0.4.20
5pkgrel=1
6pkgdesc="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)"
7arch=('x86_64')
8url="https://lmstudio.ai"
9license=('custom')
10depends=(
11 'gtk3'
12 'libnotify'
13 'nss'
14 'libxss'
15 'libxtst'
16 'xdg-utils'
17 'at-spi2-core'
18 'util-linux-libs'
19 'libsecret'
20)
21optdepends=('libappindicator')
22conflicts=('lmstudio-bin')
23provides=('lmstudio-bin')
24source=(
25 "lm-studio"
26 "https://installers.lmstudio.ai/linux/x64/${pkgver}-${pkgrel}/LM-Studio-${pkgver}-${pkgrel}-x64.deb"
27)
28sha256sums=('f36b30a1c02919f7fa1831406da8695c888588099d1ceb69efc326bd73d38f29'
29 'bab75f0a6b32e329042d07f377b5127727fde2ce24f8a4138f695e347ad1e605')
30install="lm-studio.install"
31
32
33package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion