longbridge-pro

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

The PKGBUILD downloads a prebuilt x86_64 binary (.deb) from assets.lbctrl.com, which is a CDN/asset host associated with Longbridge (lbctrl.com appears to be Longbridge's infrastructure domain, and lbkrs.com is also a Longbridge-related domain). This is a proprietary trading platform distributed as a prebuilt binary — not compiled from source — which is a common pattern for commercial desktop apps in the AUR. The sha256sums are present and pin the download. The host (assets.lbctrl.com) is not GitHub releases or a well-known official mirror, but it appears to be the vendor's own CDN infrastructure rather than a random personal host. The main concern is that this is an executed prebuilt binary from a host that cannot be independently verified as the canonical upstream, and if the CDN were compromised or the URL repointed, the checksum would be the only protection. This is a standard medium-risk pattern for proprietary binary repacks in the AUR: not clearly malicious, but not source-built either. No obfuscation, no exfiltration indicators, no piracy concerns (it's the vendor's own software with their EULA bundled).

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:14 "https://assets.lbctrl.com/github/release/longbridge-desktop/stable/longbridge-v${pkgver}-linux-x86_64.deb"
  • PKGBUILD:15 "https://pub.lbkrs.com/static/offline/202508/FN9DnQt1WuLR5Wmz/LBPL_Platform_TnCs_3_December_2024.pdf"
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt x86_64 binary (.deb) from assets.lbctrl.com, which is a CDN/asset host associated with Longbridge (lbctrl.com appears to be Longbridge's infrastructure domain, and lbkrs.com is also a Longbridge-related domain). This is a proprietary trading platform distributed as a prebuilt binary — not compiled from source — which is a common pattern for commercial desktop apps in the AUR. The sha256sums are present and pin the download. The host (assets.lbctrl.com) is not GitHub releases or a well-known official mirror, but it appears to be the vendor's own CDN infrastructure rather than a random personal host. The main concern is that this is an executed prebuilt binary from a host that cannot be independently verified as the canonical upstream, and if the CDN were compromised or the URL repointed, the checksum would be the only protection. This is a standard medium-risk pattern for proprietary binary repacks in the AUR: not clearly malicious, but not source-built either. No obfuscation, no exfiltration indicators, no piracy concerns (it's the vendor's own software with their EULA bundled).

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: Spark Xia <legion_REMOVE_THIS_20220808&#64;gmail&#46;com>
2pkgname=longbridge-pro
3pkgver=0.7.0 # upstream "v0.6.0"
4pkgrel=1
5pkgdesc="Longbridge Pro – professional trading platform"
6arch=('x86_64')
7options=('!emptydirs' '!debug')
8license=('LicenseRef-Longbridge-Proprietary')
9url="https://longbridge.com/desktop"
10depends=(
11 'webkit2gtk-4.1' 'alsa-lib'
12)
13source=(
14 "https://assets.lbctrl.com/github/release/longbridge-desktop/stable/longbridge-v${pkgver}-linux-x86_64.deb"
15 "https://pub.lbkrs.com/static/offline/202508/FN9DnQt1WuLR5Wmz/LBPL_Platform_TnCs_3_December_2024.pdf"
16)
17sha256sums=(
18 '9d746e9ce96100255d2e570c8c7e3006614501d1c732c610ec6b8234501f80f4' # .deb
19 'c7ed0deafa4570da6fd7d173f8be759645673ee55d3a41ef9473e0d6658ad231' # EULA
20)
21
22prepare() {
23 bsdtar -xf "longbridge-v${pkgver}-linux-x86_64.deb"
24 bsdtar -xf data.tar.zst
25}
26
27package() {
28
29 install -Dm755 usr/local/bin/longbridge \
30 "${pkgdir}/usr/bin/longbridge"
31
32 # # Symlink launcher
33 # install -d "${pkgdir}/usr/bin"
34 # ln -s "/opt/${pkgname}/bin/longbridge" "${pkgdir}/usr/bin/longbridge-pro"
35
36 # Desktop entry & icons
37 install -Dm644 usr/share/applications/longbridge.desktop \
38 "${pkgdir}/usr/share/applications/longbridge.desktop"
39 install -Dm644 usr/share/icons/hicolor/512x512/apps/longbridge.png \
40 "${pkgdir}/usr/share/icons/hicolor/512x512/apps/longbridge.png"
41 install -Dm644 usr/share/icons/hicolor/1024x1024/apps/longbridge.png \
42 "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/longbridge.png"
43
44 install -Dm644 ./LBPL_Platform_TnCs_3_December_2024.pdf \
45 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46}
47
48

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 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
2026-08-29 00:29:17 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