libshairport
The package downloads a source tarball from a personal server, but it is a historical snapshot of a now-deleted fork, and the source is patched and built locally; the worst case of a swapped source is limited by the project's age and lack of active maintenance, making impact low.
Triggered rules
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 source tarball from a personal server, but it is a historical snapshot of a now-deleted fork, and the source is patched and built locally; the worst case of a swapped source is limited by the project's age and lack of active maintenance, making impact low.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:17
source=("$pkgname-$pkgver.tar.xz::https://archlinux32.andreasbaumann.cc/other/arch/libshairport-20120111.tar.xz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
pkgname=libshairport
_developer='amejia1'
_version=1.2.1.20121215
_commithash='16395d8'
pkgver=${_version}
pkgrel=10
pkgdesc="emulates an AirPort Express"
arch=('x86_64')
url='https://github.com/amejia1/libshairport'
license=('GPL')
depends=('openssl' 'libao')
#source=("$pkgname-$pkgver.tar.gz::https://github.com/amejia1/libshairport/tarball/$_commithash")
# from https://mirror.rosalab.ru/rosa/rosa2021.1/repository/SRPMS/contrib/release/,
# fork simply deleted on github, maybe it comes back
source=("$pkgname-$pkgver.tar.xz::https://archlinux32.andreasbaumann.cc/other/arch/libshairport-20120111.tar.xz"
"libshairport-20120111-compilation.patch")
sha256sums=('89a4ff9da535a85c8ab35c25fcb0f24f2b6d9a01b32ec6c4bb2ce55ccb88aef0'
'cdcf127fd6f317bf487a3aad2c7e1164e14b37fd5fb4d0b9d508317a969b29f7')
_srcfolder=$_developer-$pkgname-$_commithash
prepare() {
cd libshairport-20120111
patch -Np1 -i "$srcdir/libshairport-20120111-compilation.patch"
autoreconf -vif
}
build() {
# mv "$_srcfolder" "$pkgname-$pkgver"
# cd "$pkgname-$pkgver"
cd libshairport-20120111
./configure --prefix=/usr
make
}
package() {
# cd "$pkgname-$pkgver"
cd libshairport-20120111
make DESTDIR="$pkgdir" install
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |