cryo
Triggered rules
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:28
source_x86_64=("$pkgname-$pkgver-$CARCH.deb::https://cryonet.io/downloads/linux/${pkgname}_${pkgver}_amd64.deb"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from the maintainer's own domain (cryonet.io) rather than a standard forge or distribution mirror. The binary is executed/installed directly. While a detached PGP signature is downloaded alongside it, the validpgpkeys line is commented out, meaning the signature is never actually verified by makepkg. The sha256sums are present and pin the specific artifact, which mitigates casual tampering, but without PGP verification the trust anchor is solely the TLS certificate of cryonet.io. This is a real supply-chain concern: if the host or its TLS were compromised, a malicious binary could be installed. The pattern is a genuine medium-risk scenario — an executed binary from a personal/project host with disabled signature verification — not a false positive.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Manuel Pietschmann <mpi@cryonet.io>
pkgname=cryo
arch=('x86_64')
pkgver=0.5.22
pkgrel=1
pkgdesc="A visual file manager with p2p file transfers"
url="https://cryonet.io"
license=('custom:"Copyright (c) Manuel Pietschmann"')
groups=()
depends=('hicolor-icon-theme'
'libpng'
'libexif'
'libjpeg-turbo'
'libsodium'
'libraw'
'sqlite')
makedepends=('xz')
optdepends=('tor' 'p7zip')
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=()
source_x86_64=("$pkgname-$pkgver-$CARCH.deb::https://cryonet.io/downloads/linux/${pkgname}_${pkgver}_amd64.deb"
"$pkgname-$pkgver-$CARCH.deb.sig::https://cryonet.io/downloads/linux/${pkgname}_${pkgver}_amd64.deb.sig")
noextract=()
#validpgpkeys=('73A522A1186C411D275BA2E6483C615810DFCC8B')
sha256sums_x86_64=('f85def4fda2d5a7ce5741d0e3d582f54f6b3ec554064d1a43347498ba8f2fb16' '6a884e64c09ce2ded5e30a53d1ae71edcc129b3b9d4989871c9088f4499fa8da')
package() {
cd "${srcdir}"
tar -xJf data.tar.xz -C "${pkgdir}"
chown -R root:root "${pkgdir}"
rm -rf "${pkgdir}/opt/cryo/tor"
# Remove group write permissions from all files/directories
chmod -R g-w "${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |