webull-desktop
The package downloads a prebuilt .deb from Webull's official domain, extracts it, and installs the application under /opt; while the host is not a common forge, it is the official vendor domain, and the binary is not executed during build, making the supply-chain risk low despite the non-standard source host.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from Webull's official domain, extracts it, and installs the application under /opt; while the host is not a common forge, it is the official vendor domain, and the binary is not executed during build, making the supply-chain risk low despite the non-standard source host.
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:13
source_x86_64=("https://u1sweb.webullfintech.com/us/Webull%20Desktop_9.3.0_9100000072_global_x64signed.deb")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Cacoro2 <marcos707@gmail.com>
# Contributor: Christopher Wallace <christopher@wallaces.email>
# Contributor: Adelore Lessard <on3iropolos@gmail.com>
pkgname=(webull-desktop)
pkgver=9.3.0
pkgrel=2
pkgdesc="Invest in stocks, ETFs, and options with Webull Financial, all commission-free, $0 minimum deposit."
arch=('x86_64')
url="https://webull.com"
options=("!strip")
license=('custom')
depends=('hicolor-icon-theme' 'nss' 'libcurl-gnutls' 'qtav')
source_x86_64=("https://u1sweb.webullfintech.com/us/Webull%20Desktop_9.3.0_9100000072_global_x64signed.deb")
# Note: URL without signature hash is stable; signed URLs expire
sha512sums_x86_64=('bf9421577e55e9de097486c33e429a23f54978e129154d90d3729a29cd204a795d123757e18f58a3dc6cfa2c150831d9edf892ae07cd56c8cecad407018347cd')
package(){
bsdtar --no-same-owner -xf data.tar.xz -C "${pkgdir}"
mv "${pkgdir}"/usr/local/ "${pkgdir}"/opt
ln -s /usr/lib/libnssutil3.so "${pkgdir}"/opt/WebullDesktop/libnssutil3.so
install -dm755 "${pkgdir}"/usr/bin
ln -s /opt/WebullDesktop/WebullDesktop "${pkgdir}"/usr/bin
sed -i 's|Exec=/usr/local/WebullDesktop/WebullDesktop|Exec=env LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/WebullDesktop /opt/WebullDesktop/WebullDesktop|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
sed -i 's|Name=WebullDesktop |Name=Webull Desktop|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
sed -i 's|Icon=WebullDesktop.png|Icon=WebullDesktop|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
sed -i 's|Version=6.5.0|Version=1.5|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
sed -i 's|Categories=Utiltity;|Categories=Finance;|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
rm -f "${pkgdir}"/opt/WebullDesktop/libgnutls.so*
rm -f "${pkgdir}"/opt/WebullDesktop/libnghttp2.so*
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |