webull-desktop
maintainer on3iropolos
· 12 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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:13
source_x86_64=("https://u1sweb.webullfintech.com/us/Webull%20Desktop_9.3.0_9100000072_global_x64signed.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Cacoro2 <marcos707@gmail.com>
2
# Contributor: Christopher Wallace <christopher@wallaces.email>
3
# Contributor: Adelore Lessard <on3iropolos@gmail.com>
4
pkgname=(webull-desktop)
5
pkgver=9.3.0
6
pkgrel=2
7
pkgdesc="Invest in stocks, ETFs, and options with Webull Financial, all commission-free, $0 minimum deposit."
8
arch=('x86_64')
9
url="https://webull.com"
10
options=("!strip")
11
license=('custom')
12
depends=('hicolor-icon-theme' 'nss' 'libcurl-gnutls' 'qtav')
13
source_x86_64=("https://u1sweb.webullfintech.com/us/Webull%20Desktop_9.3.0_9100000072_global_x64signed.deb")
14
# Note: URL without signature hash is stable; signed URLs expire
15
sha512sums_x86_64=('bf9421577e55e9de097486c33e429a23f54978e129154d90d3729a29cd204a795d123757e18f58a3dc6cfa2c150831d9edf892ae07cd56c8cecad407018347cd')
16
package(){
17
bsdtar --no-same-owner -xf data.tar.xz -C "${pkgdir}"
18
mv "${pkgdir}"/usr/local/ "${pkgdir}"/opt
19
ln -s /usr/lib/libnssutil3.so "${pkgdir}"/opt/WebullDesktop/libnssutil3.so
20
install -dm755 "${pkgdir}"/usr/bin
21
ln -s /opt/WebullDesktop/WebullDesktop "${pkgdir}"/usr/bin
22
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
23
sed -i 's|Name=WebullDesktop |Name=Webull Desktop|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
24
sed -i 's|Icon=WebullDesktop.png|Icon=WebullDesktop|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
25
sed -i 's|Version=6.5.0|Version=1.5|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
26
sed -i 's|Categories=Utiltity;|Categories=Finance;|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
27
rm -f "${pkgdir}"/opt/WebullDesktop/libgnutls.so*
28
rm -f "${pkgdir}"/opt/WebullDesktop/libnghttp2.so*
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |