lmbionic-bin
AppImage is downloaded from bionic-installers.lmstudio.ai, which is plausibly the official LM Studio/Bionic distribution infrastructure matching the declared project URL (lmstudio.ai); checksums are provided and non-SKIP for the AppImage itself, so the binary is verifiable. The only SKIP'd checksum is for the .desktop file (pure data). No obfuscation, no exfiltration, no piped-to-shell execution beyond normal AppImage packaging.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): AppImage is downloaded from bionic-installers.lmstudio.ai, which is plausibly the official LM Studio/Bionic distribution infrastructure matching the declared project URL (lmstudio.ai); checksums are provided and non-SKIP for the AppImage itself, so the binary is verifiable. The only SKIP'd checksum is for the .desktop file (pure data). No obfuscation, no exfiltration, no piped-to-shell execution beyond normal AppImage packaging.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:23
source_x86_64=("${_appname}.AppImage::https://bionic-installers.lmstudio.ai/linux/x64/1.1.4-3/Bionic-1.1.4-3-x64.AppImage")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Matheus Vilano <aur.negotiate177@passinbox.com>
_appname="Bionic"
_srcname="lmbionic"
_binname="lm-bionic"
_iconame="bionic"
_lnkname="ai-elementlabs.lmbionic"
pkgname=lmbionic-bin
pkgver=1.1.4
pkgrel=1
pkgdesc="LM Studio Bionic - Agent for open models, natively local"
arch=("x86_64" "aarch64")
url="https://lmstudio.ai"
license=("EULA")
depends=("fuse-common" "zlib" "hicolor-icon-theme" "gtk3" "nss" "libxcrypt-compat")
options=("!strip")
install="${_srcname}.install"
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("${_srcname}.png"
"${_srcname}.desktop")
source_x86_64=("${_appname}.AppImage::https://bionic-installers.lmstudio.ai/linux/x64/1.1.4-3/Bionic-1.1.4-3-x64.AppImage")
source_aarch64=("${_appname}.AppImage::https://bionic-installers.lmstudio.ai/linux/arm64/1.1.4-3/Bionic-1.1.4-3-arm64.AppImage")
sha256sums=("099f025c7e7ef8f53e4741e3438f83b05b46b6e6a8e7677a09295467edfb3bb1"
"SKIP")
sha256sums_x86_64=("190b2df9f12a7903d06c006c6f2ad417c96fe5788f1351ec49900b3e13169733")
sha256sums_aarch64=("aac47689312eacc7c0e9367fa1462aae526f6bcce6b6db46271e1b0004b7822a")
prepare()
{
chmod +x "${srcdir}/${_appname}.AppImage"
}
package()
{
# Create installation directory
install -dm755 "$pkgdir/opt/${pkgname}"
# Install AppImage
install -Dm755 "${srcdir}/${_appname}.AppImage" "$pkgdir/opt/${pkgname}/${_appname}.AppImage"
# Install static icon
install -Dm644 "${srcdir}/${_srcname}.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/${_iconame}.png"
install -Dm644 "${srcdir}/${_srcname}.png" "$pkgdir/usr/share/pixmaps/${_iconame}.png"
# Desktop entry
install -Dm644 "$srcdir/${_srcname}.desktop" "$pkgdir/usr/share/applications/${_lnkname}.desktop"
# Symlink to binary
install -dm755 "$pkgdir/usr/bin"
ln -s /opt/${pkgname}/${_appname}.AppImage "$pkgdir/usr/bin/${_binname}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 21:41:45 | Low | 3 |
| 2026-09-22 21:39:17 | Medium | 2 |