sofa-server
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:22
source=("$pkgname-$pkgver.deb::https://flavio.tordini.org/files/sofa/$pkgname.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 flavio.tordini.org, which is the upstream developer's personal domain (matching the project URL), not a random third-party host. The sha256sum is pinned, which mitigates casual tampering. However, this is still a prebuilt binary from a personal/unofficial host rather than a distro repository or well-known code forge, and the binary is extracted and installed directly into the system (Qt5 application with GNOME Shell integration, systemd, avahi). If the host were compromised or the binary swapped, the sha256 would catch it only if the attacker cannot also update the PKGBUILD. The pattern is a legitimate upstream distribution method for a small project, but the supply-chain risk of an unverified prebuilt binary from a personal server is real and warrants medium severity — not high because there is no obfuscation, no post-install script executing remote code, and the hash is pinned.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Check for new version (currently not working):
# curl -s https://flavio.tordini.org/sofa-server-ws/release.xml | tr -dc 0-9.
pkgname=sofa-server
pkgver=1.5
pkgrel=1
pkgdesc="Turn your phone or tablet into a remote control for your GNOME desktop."
arch=('x86_64')
url="https://flavio.tordini.org/sofa"
license=('LicenseRef-unknown')
depends=(
'avahi'
'gnome-shell'
'libnotify'
'qt5-base'
'qt5-imageformats'
'qt5-websockets'
'systemd'
)
source=("$pkgname-$pkgver.deb::https://flavio.tordini.org/files/sofa/$pkgname.deb")
sha256sums=('a93284b71fdbe987ede0fb32dbf093882a4e8cb254fa0b9392bc3a41d15170ab')
package() {
bsdtar xvf "data.tar.xz" -C "$pkgdir/"
rm -rf "$pkgdir/usr/share/menu/"
rm "$pkgdir/usr/share/$pkgname/scripts/.DS_Store"
}
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 |