soundwire
The PKGBUILD downloads and installs a prebuilt binary (SoundWireServer) from georgielabs.net, which is the vendor's own personal/product website rather than a major forge or official distribution channel. The binary is executed directly and installed to /usr/bin. While this is the legitimate upstream source for this proprietary application (SoundWire is a known commercial product by Georgie Labs), the supply-chain risk is real: if georgielabs.net is compromised, users would receive and execute a malicious binary. The sha256sum provides some integrity protection but no authenticity guarantee. This is a classic medium-severity case: a prebuilt executable from a small personal/vendor host with no code signing or reproducible build verification.
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:15
source=("https://georgielabs.net/SoundWire_Server_linux64.tar.gz")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 85%): The PKGBUILD downloads and installs a prebuilt binary (SoundWireServer) from georgielabs.net, which is the vendor's own personal/product website rather than a major forge or official distribution channel. The binary is executed directly and installed to /usr/bin. While this is the legitimate upstream source for this proprietary application (SoundWire is a known commercial product by Georgie Labs), the supply-chain risk is real: if georgielabs.net is compromised, users would receive and execute a malicious binary. The sha256sum provides some integrity protection but no authenticity guarantee. This is a classic medium-severity case: a prebuilt executable from a small personal/vendor host with no code signing or reproducible build verification.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Maxime Poulin <maxpoulin64@gmail.com>
# Contributor: Jan Hrdina <jan.hrdka@gmail.com>
# Contributor: Gabriel B. Casella <gbc921@gmail.com>
pkgname=soundwire
pkgver=3.0.0
pkgrel=4
pkgdesc="Wirelessly transmit any audio from your PC to your Android phone or other PCs"
url="http://georgielabs.net"
arch=('x86_64')
license=('custom')
depends=('portaudio' 'qt5-base' 'curl')
optdepends=('pavucontrol')
install='soundwire.install'
source=("https://georgielabs.net/SoundWire_Server_linux64.tar.gz")
sha256sums=('d60f2a5c0750cb89bc330d22ac61116327887c53a87aac1e0dca23ee634683cd')
package() {
cd "${srcdir}/SoundWireServer"
sed -i 's/sw-icon/soundwire/' SoundWire-Server.desktop
install -Dm644 license.txt "$pkgdir/usr/share/doc/$pkgname/license.txt"
install -Dm644 opus_license.txt "$pkgdir/usr/share/doc/$pkgname/opus_license.txt"
install -Dm644 README.txt "$pkgdir/usr/share/doc/$pkgname/README.txt"
install -Dm644 sw-icon.xpm "$pkgdir/usr/share/icons/hicolor/256x256/apps/$pkgname.xpm"
install -Dm644 SoundWire-Server.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
install -D SoundWireServer "$pkgdir/usr/bin/SoundWireServer"
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |