longbridge-pro-appimage

maintainer hoywu · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt AppImage from a non-standard, non-whitelisted host (assets.lbctrl.com), which is an unverifiable executable and represents 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:18 source_x86_64=("${_appimage}::https://assets.lbctrl.com/github/release/${_pkgname}-desktop/stable/${_pkgname}-v${pkgver}-linux-x86_64.AppImage"
  • PKGBUILD:19 "${_license}::https://pub.lbkrs.com/static/offline/202508/FN9DnQt1WuLR5Wmz/LBPL_Platform_TnCs_3_December_2024.pdf")
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from a non-standard, non-whitelisted host (assets.lbctrl.com), which is an unverifiable executable and represents a supply-chain risk if the host were compromised or the download redirected.

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: hoywu <wu_git [at-symbol] outlook [dot] com>
2# Based on: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html
3
4_pkgname=longbridge
5
6pkgname="${_pkgname}"-pro-appimage
7pkgver=0.18.1
8pkgrel=1
9pkgdesc="A professional trading platform tailored to your needs"
10arch=('x86_64')
11url="https://longbridge.com/desktop/"
12license=('custom:Longbridge-Platform-TnCs')
13conflicts=('longbridge-pro')
14depends=('glibc' 'zlib' 'hicolor-icon-theme')
15options=(!strip)
16_appimage="${pkgname}-${pkgver}.AppImage"
17_license="LICENSE.pdf"
18source_x86_64=("${_appimage}::https://assets.lbctrl.com/github/release/${_pkgname}-desktop/stable/${_pkgname}-v${pkgver}-linux-x86_64.AppImage"
19 "${_license}::https://pub.lbkrs.com/static/offline/202508/FN9DnQt1WuLR5Wmz/LBPL_Platform_TnCs_3_December_2024.pdf")
20noextract=("${_appimage}")
21sha256sums_x86_64=('c0a372fe6e42062d581f21d47ac82443b2ea68f63ae7cb87d1812cdd1fe20d9d'
22 'c7ed0deafa4570da6fd7d173f8be759645673ee55d3a41ef9473e0d6658ad231')
23
24prepare() {
25 chmod +x "${_appimage}"
26 ./"${_appimage}" --appimage-extract
27}
28
29build() {
30 # Adjust .desktop so it will work outside of AppImage container
31 sed -i -E \
32 -e "s|^Name=.*|Name=Longbridge Pro|" \
33 -e "s|^Exec=${_pkgname}|Exec=env DESKTOPINTEGRATION=false /usr/bin/${_pkgname}|" \
34 "squashfs-root/${_pkgname}.desktop"
35 # Fix permissions; .AppImage permissions are 700 for all directories
36 chmod -R a-x+rX squashfs-root/usr
37}
38
39package() {
40 # AppImage
41 install -Dm755 "${srcdir}/${_appimage}" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
42 install -Dm644 "${srcdir}/${_license}" "${pkgdir}/opt/${pkgname}/${_license}"
43
44 # Desktop file
45 install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.desktop" \
46 "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
47
48 # Icon images
49 install -dm755 "${pkgdir}/usr/share/"
50 cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
51
52 # Symlink executable
53 install -dm755 "${pkgdir}/usr/bin/"
54 ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/${_pkgname}"
55
56 # Symlink license
57 install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/"
58 ln -s "/opt/$pkgname/${_license}" "$pkgdir/usr/share/licenses/$pkgname"
59}
60

Changes since previous scan

--- PKGBUILD @ 2026-07-22 00:29
+++ PKGBUILD @ 2026-08-03 00:08
@@ -4,7 +4,7 @@
_pkgname=longbridge
pkgname="${_pkgname}"-pro-appimage
-pkgver=0.17.2
+pkgver=0.18.1
pkgrel=1
pkgdesc="A professional trading platform tailored to your needs"
arch=('x86_64')
@@ -18,7 +18,7 @@
source_x86_64=("${_appimage}::https://assets.lbctrl.com/github/release/${_pkgname}-desktop/stable/${_pkgname}-v${pkgver}-linux-x86_64.AppImage"
"${_license}::https://pub.lbkrs.com/static/offline/202508/FN9DnQt1WuLR5Wmz/LBPL_Platform_TnCs_3_December_2024.pdf")
noextract=("${_appimage}")
-sha256sums_x86_64=('e4efbe8f1c903758de7eca2f612bf67123bfef6fea3a4a15bd7de1dc9fe82735'
+sha256sums_x86_64=('c0a372fe6e42062d581f21d47ac82443b2ea68f63ae7cb87d1812cdd1fe20d9d'
'c7ed0deafa4570da6fd7d173f8be759645673ee55d3a41ef9473e0d6658ad231')
prepare() {

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 00:07:28 MEDIUM 2
2026-07-27 00:24:32 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 03:18:55 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
2026-07-16 00:05:41 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