kraken_desktop
maintainer Ergus
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the official kraken.com domain, which is plausibly the project's own infrastructure; despite the static analyzer flagging the host as non-standard, the source is authentic and checksums are provided, limiting supply-chain risk to low.
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 prebuilt binaries from the official kraken.com domain, which is plausibly the project's own infrastructure; despite the static analyzer flagging the host as non-standard, the source is authentic and checksums are provided, limiting supply-chain risk to low.
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=("${pkgname}-${pkgver}-x86_64.zip::https://desktop-downloads.kraken.com/latest/kraken-x86_64-unknown-linux-gnu.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ergus <spacibba@aol.com>
2
pkgname=kraken_desktop
3
pkgver=1.17.2
4
pkgrel=1
5
pkgdesc="Kraken crypto exchange desktop application"
6
arch=('aarch64' 'armv7' 'x86_64')
7
url="https://www.kraken.com/desktop"
8
license=('custom: commercial')
9
provides=('kraken_desktop')
10
11
source=('kraken.png')
12
13
source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::https://desktop-downloads.kraken.com/latest/kraken-x86_64-unknown-linux-gnu.zip")
14
source_armv7=("${pkgname}-${pkgver}-armv7.zip::https://desktop-downloads.kraken.com/latest/kraken-armv7-unknown-linux-gnueabihf.zip")
15
source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::https://desktop-downloads.kraken.com/latest/kraken-aarch64-unknown-linux-gnu.zip")
16
sha256sums=('6fc49c5128736ffa958ded6d12f3a1fa819bce5b563e768d479ca01a67517148')
17
sha256sums_aarch64=('ded60cfc3664bb0e519f80e8fd613389eb6c145e62fe64d95ed0a30d4ebe4cfb')
18
sha256sums_armv7=('475767d3ddf66855160d23f72f9bd14dc11d80260b721c49c5f7e570e3bbbf54')
19
sha256sums_x86_64=('7f5b5f7e7cbed5b1ec47786699c74fb7b71c2509514beb413fcc2be750b0a5aa')
20
21
22
23
OPTIONS=('!debug' '!lto' '!strip')
24
25
package() {
26
27
install -d -m755 "${pkgdir}/usr/bin"
28
install -d -m755 "${pkgdir}/usr/share/"{applications,icons}
29
30
install -Dm0755 -t "$pkgdir/usr/bin/" "kraken_desktop"
31
install -Dm0644 -t "$pkgdir/usr/share/applications/" "kraken.desktop"
32
33
install -Dm0644 -t "$pkgdir/usr/share/icons/" "kraken.png"
34
}
35
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 |