kraken-desktop-auto-bin
maintainer emilss
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the official Kraken domain, which is a legitimate source; while the host is not a standard code forge, it is the vendor's own release infrastructure, and the downloads are verified with matching checksums, reducing supply-chain 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 prebuilt binaries from the official Kraken domain, which is a legitimate source; while the host is not a standard code forge, it is the vendor's own release infrastructure, and the downloads are verified with matching checksums, reducing supply-chain 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_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: sssemil <sssemil at github dot com>
2
# Contributor: Ergus <spacibba at aol dot com>
3
pkgname=kraken-desktop-auto-bin
4
pkgver=1.23.0
5
pkgrel=1
6
pkgdesc="Kraken crypto exchange desktop application"
7
arch=('aarch64' 'armv7' 'x86_64')
8
url="https://www.kraken.com/desktop"
9
license=('custom: commercial')
10
provides=('kraken_desktop')
11
conflicts=('kraken_desktop')
12
13
source=('kraken.png')
14
15
source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::https://desktop-downloads.kraken.com/latest/kraken-x86_64-unknown-linux-gnu.zip")
16
source_armv7=("${pkgname}-${pkgver}-armv7.zip::https://desktop-downloads.kraken.com/latest/kraken-armv7-unknown-linux-gnueabihf.zip")
17
source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::https://desktop-downloads.kraken.com/latest/kraken-aarch64-unknown-linux-gnu.zip")
18
sha256sums=('6fc49c5128736ffa958ded6d12f3a1fa819bce5b563e768d479ca01a67517148')
19
sha256sums_aarch64=('bf26760d99d9961007725e9837e0ab223e2f1ddd404cd36079bae2bbf7d60831')
20
sha256sums_armv7=('f12dd93f7f8a7b6dfa3203913b0c4ee6b4690f0459aee959865880b1f8e27dea')
21
sha256sums_x86_64=('bd3fccb86af292944c7368b8a9773e576eeda7ac6f7c251c68cb383a77dff7cb')
22
23
24
options=('!debug' '!lto' '!strip')
25
26
package() {
27
28
install -d -m755 "${pkgdir}/usr/bin"
29
install -d -m755 "${pkgdir}/usr/share/"{applications,icons}
30
31
install -Dm0755 -t "$pkgdir/usr/bin/" "kraken_desktop"
32
install -Dm0644 -t "$pkgdir/usr/share/applications/" "kraken.desktop"
33
34
install -Dm0644 -t "$pkgdir/usr/share/icons/" "kraken.png"
35
}
36
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: sssemil <sssemil at github dot com> # Contributor: Ergus <spacibba at aol dot com> pkgname=kraken-desktop-auto-bin-pkgver=1.22.0+pkgver=1.23.0 pkgrel=1 pkgdesc="Kraken crypto exchange desktop application" arch=('aarch64' 'armv7' 'x86_64')@@ -16,9 +16,9 @@ source_armv7=("${pkgname}-${pkgver}-armv7.zip::https://desktop-downloads.kraken.com/latest/kraken-armv7-unknown-linux-gnueabihf.zip") source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::https://desktop-downloads.kraken.com/latest/kraken-aarch64-unknown-linux-gnu.zip") sha256sums=('6fc49c5128736ffa958ded6d12f3a1fa819bce5b563e768d479ca01a67517148')-sha256sums_aarch64=('751b899b25c316ffffa18aee6d8fade2ce51bdd85ca89373936f4dc467baae3e')-sha256sums_armv7=('bb204e120a16904aaf78f5c176ddee70381ed741f8b4ecb932e953c054f350cc')-sha256sums_x86_64=('80e45415a3fcd51cd9057b85a7f953a8e2b28c568d65a513ee3c16003be9e9f7')+sha256sums_aarch64=('bf26760d99d9961007725e9837e0ab223e2f1ddd404cd36079bae2bbf7d60831')+sha256sums_armv7=('f12dd93f7f8a7b6dfa3203913b0c4ee6b4690f0459aee959865880b1f8e27dea')+sha256sums_x86_64=('bd3fccb86af292944c7368b8a9773e576eeda7ac6f7c251c68cb383a77dff7cb') options=('!debug' '!lto' '!strip')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 03:17:12 | MEDIUM | 1 |
| 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 03:50:18 | MEDIUM | 1 |