libshairport

LOW
maintainer andreas_baumann 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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:17 source=("$pkgname-$pkgver.tar.xz::https://archlinux32.andreasbaumann.cc/other/arch/libshairport-20120111.tar.xz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
2
3pkgname=libshairport
4_developer='amejia1'
5_version=1.2.1.20121215
6_commithash='16395d8'
7pkgver=${_version}
8pkgrel=10
9pkgdesc="emulates an AirPort Express"
10arch=('x86_64')
11url='https://github.com/amejia1/libshairport'
12license=('GPL')
13depends=('openssl' 'libao')
14#source=("$pkgname-$pkgver.tar.gz::https://github.com/amejia1/libshairport/tarball/$_commithash")
15# from https://mirror.rosalab.ru/rosa/rosa2021.1/repository/SRPMS/contrib/release/,
16# fork simply deleted on github, maybe it comes back
17source=("$pkgname-$pkgver.tar.xz::https://archlinux32.andreasbaumann.cc/other/arch/libshairport-20120111.tar.xz"
18 "libshairport-20120111-compilation.patch")
19sha256sums=('89a4ff9da535a85c8ab35c25fcb0f24f2b6d9a01b32ec6c4bb2ce55ccb88aef0'
20 'cdcf127fd6f317bf487a3aad2c7e1164e14b37fd5fb4d0b9d508317a969b29f7')
21
22_srcfolder=$_developer-$pkgname-$_commithash
23
24prepare() {
25 cd libshairport-20120111
26
27 patch -Np1 -i "$srcdir/libshairport-20120111-compilation.patch"
28
29 autoreconf -vif
30}
31
32build() {
33# mv "$_srcfolder" "$pkgname-$pkgver"
34
35# cd "$pkgname-$pkgver"
36 cd libshairport-20120111
37 ./configure --prefix=/usr
38 make
39}
40
41package() {
42# cd "$pkgname-$pkgver"
43 cd libshairport-20120111
44 make DESTDIR="$pkgdir" install
45}
46

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion