ryver-desktop
maintainer orphaned
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt tarball from a CloudFront CDN, which is used by many legitimate services; however, the source is not self-compiled and the checksums are provided, reducing risk to low despite the non-standard 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 tarball from a CloudFront CDN, which is used by many legitimate services; however, the source is not self-compiled and the checksums are provided, reducing risk to low despite the non-standard 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=("https://d3vkb1nw20iqfq.cloudfront.net/linux/Ryver-1.3.2-linux-x64.tar.gz" "ryver.png" "ryver.desktop")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Marcel Pfeiffer <pfeiffer.marcel (a) gmx.de>
2
# Contributor: XavierCLL <xavier.corredor.llano (a) gmail.com>
3
4
pkgname=ryver-desktop
5
pkgver=1.3.2
6
pkgrel=1
7
pkgdesc="Ryver client for Linux - Team communications"
8
arch=('x86_64')
9
url="https://ryver.com/"
10
license=('custom')
11
depends=('alsa-lib' 'expat' 'gconf' 'gtk2' 'gvfs' 'hunspell' 'libcurl-compat' 'libgcrypt' 'libgnome-keyring' 'libnotify' 'libxss' 'libxtst' 'xdg-utils')
12
optdepends=('gnome-keyring')
13
source=("https://d3vkb1nw20iqfq.cloudfront.net/linux/Ryver-1.3.2-linux-x64.tar.gz" "ryver.png" "ryver.desktop")
14
sha256sums=('61533a045322936111cf4431499a9c94e2a915d0cf800a87cd7b66f6ef89f166'
15
'7aa50868245f75a489eff1c438aec17f51251a07401ef4aee7e7b395e2325377'
16
'2ce4f9e27f123a327ed7be69b967e70cec1c4e0752caa39278853d6964f558ad')
17
18
package() {
19
cd $srcdir/Ryver
20
install -dm 755 $pkgdir/opt/$pkgname
21
cp -dr --no-preserve=ownership * $pkgdir/opt/$pkgname/
22
23
# Permission fix
24
chmod 755 $pkgdir/opt/$pkgname/Ryver
25
26
# app file desktop
27
install -dm 755 $pkgdir/usr/share/applications
28
install -Dm 644 $srcdir/ryver.png $pkgdir/opt/ryver-desktop/resources/ryver.png
29
install -Dm 644 $srcdir/ryver.desktop $pkgdir/usr/share/applications/
30
}
31
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 |