exodus

LOW
maintainer GutenYe 71 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt binary from the official project domain (exodus.com), which is a standard and trusted source for this application; despite the static analyzer flag for a non-whitelisted host, the download is verifiable via checksum and originates from the legitimate vendor, making it a normal AUR packaging practice with low risk.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the official project domain (exodus.com), which is a standard and trusted source for this application; despite the static analyzer flag for a non-whitelisted host, the download is verifiable via checksum and originates from the legitimate vendor, making it a normal AUR packaging practice with low risk.

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:15 source=("https://downloads.exodus.com/releases/exodus-linux-x64-${pkgver}.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Guten Ye <ywzhaifei at gmail dot com>
2# Contributor: Marcel O'Neil <marcel at marceloneil dot com>
3# Contributor: Paulo Ouverney <ph.ouverney at gmail dot com>
4
5pkgname=exodus
6pkgver=26.8.27
7pkgrel=2
8pkgdesc="Send, receive & exchange cryptocurrency with ease on the world's leading Desktop, Mobile and Hardware wallets. Bitcoin wallet"
9arch=('x86_64')
10url="https://exodus.com"
11license=('custom')
12depends=('libxss')
13options=('!debug')
14DLAGENTS=("https::/usr/bin/curl --user-agent 'exodus-archlinux-pkg' -fLC - --retry 3 --retry-delay 3 -o %o %u")
15source=("https://downloads.exodus.com/releases/exodus-linux-x64-${pkgver}.zip"
16 "${pkgname}.svg::https://aur.archlinux.org/cgit/aur.git/plain/${pkgname}.svg?h=${pkgname}"
17 "${pkgname}.desktop::https://aur.archlinux.org/cgit/aur.git/plain/${pkgname}.desktop?h=${pkgname}"
18 "LICENSE::https://aur.archlinux.org/cgit/aur.git/plain/LICENSE?h=${pkgname}")
19sha256sums=('bd2fe57e039d609ced1f26fc0c8829b9b972da9ae1ce90d783b4ef1040a3bac6'
20 'ffafdcd0869f1c9338ba25e447698c4cfa3c8714123459ae3e63686a5312ef2e'
21 '04676d81272a35a91150a7eec4640e69ca50f2e479d29fad8be90160ee74122c'
22 '582d6782c9412cd961c55d105f38ed5c911bf8509be040b8d23a836504a25d0b')
23
24package() {
25 cd $srcdir/Exodus-linux-x64
26
27 install -d $pkgdir/{opt/$pkgname,usr/bin}
28 cp -a * $pkgdir/opt/$pkgname
29 rm $pkgdir/opt/$pkgname/{LICENSE*,version}
30 ln -s /opt/$pkgname/Exodus $pkgdir/usr/bin/$pkgname
31
32 # Launcher
33 install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
34
35 # Icons
36 install -Dm644 $srcdir/$pkgname.svg \
37 $pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg
38
39 # License
40 install -Dm644 $srcdir/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
41
42 chmod -R ugo+rX $pkgdir/opt
43}
44
45

Changes since previous scan

--- PKGBUILD @ 2026-09-02 00:02
+++ PKGBUILD @ 2026-09-17 00:27
@@ -3,7 +3,7 @@
# Contributor: Paulo Ouverney <ph.ouverney at gmail dot com>
pkgname=exodus
-pkgver=26.7.30
+pkgver=26.8.27
pkgrel=2
pkgdesc="Send, receive & exchange cryptocurrency with ease on the world's leading Desktop, Mobile and Hardware wallets. Bitcoin wallet"
arch=('x86_64')
@@ -16,7 +16,7 @@
"${pkgname}.svg::https://aur.archlinux.org/cgit/aur.git/plain/${pkgname}.svg?h=${pkgname}"
"${pkgname}.desktop::https://aur.archlinux.org/cgit/aur.git/plain/${pkgname}.desktop?h=${pkgname}"
"LICENSE::https://aur.archlinux.org/cgit/aur.git/plain/LICENSE?h=${pkgname}")
-sha256sums=('f9ec8c65a18883de937afb5657869d2ab24c3fee8df54fd762618a6917395b33'
+sha256sums=('bd2fe57e039d609ced1f26fc0c8829b9b972da9ae1ce90d783b4ef1040a3bac6'
'ffafdcd0869f1c9338ba25e447698c4cfa3c8714123459ae3e63686a5312ef2e'
'04676d81272a35a91150a7eec4640e69ca50f2e479d29fad8be90160ee74122c'
'582d6782c9412cd961c55d105f38ed5c911bf8509be040b8d23a836504a25d0b')

Scan history

Scanned at (UTC)SeverityRules
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 23:51:41 Medium 1
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion