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>
3pkgname=kraken-desktop-auto-bin
4pkgver=1.23.0
5pkgrel=1
6pkgdesc="Kraken crypto exchange desktop application"
7arch=('aarch64' 'armv7' 'x86_64')
8url="https://www.kraken.com/desktop"
9license=('custom: commercial')
10provides=('kraken_desktop')
11conflicts=('kraken_desktop')
12
13source=('kraken.png')
14
15source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::https://desktop-downloads.kraken.com/latest/kraken-x86_64-unknown-linux-gnu.zip")
16source_armv7=("${pkgname}-${pkgver}-armv7.zip::https://desktop-downloads.kraken.com/latest/kraken-armv7-unknown-linux-gnueabihf.zip")
17source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::https://desktop-downloads.kraken.com/latest/kraken-aarch64-unknown-linux-gnu.zip")
18sha256sums=('6fc49c5128736ffa958ded6d12f3a1fa819bce5b563e768d479ca01a67517148')
19sha256sums_aarch64=('bf26760d99d9961007725e9837e0ab223e2f1ddd404cd36079bae2bbf7d60831')
20sha256sums_armv7=('f12dd93f7f8a7b6dfa3203913b0c4ee6b4690f0459aee959865880b1f8e27dea')
21sha256sums_x86_64=('bd3fccb86af292944c7368b8a9773e576eeda7ac6f7c251c68cb383a77dff7cb')
22
23
24options=('!debug' '!lto' '!strip')
25
26package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion