reflector-cacheserver
The source is a tarball from the project's official developer domain (xyne.dev), which is plausibly the project's own release infrastructure; building from this source is normal AUR packaging behavior and poses no inherent supply-chain risk.
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 source is a tarball from the project's official developer domain (xyne.dev), which is plausibly the project's own release infrastructure; building from this source is normal AUR packaging behavior and poses no inherent supply-chain risk.
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=(https://xyne.dev/projects/reflector/src/reflector-2023.tar.xz{,.sig}
PKGBUILD
1 offending line(s) highlighted# Maintainer: Moeta Yuko <loli at yuko dot moe>
# Contributor: Xyne <gro xunilhcra enyx, backwards>
_pkgname=reflector
pkgname=$_pkgname-cacheserver
pkgver=2023
pkgrel=2
pkgdesc='Patched version of reflector to make use of the cache server support introduced in Pacman 6.1.0.'
arch=(any)
license=(GPL2)
url="https://xyne.dev/projects/reflector"
provides=($_pkgname)
conflicts=($_pkgname)
depends=(python)
makedepends=(python-build python-installer python-setuptools python-wheel)
optdepends=('rsync: rate rsync mirrors')
backup=(etc/xdg/reflector/reflector.conf)
source=(https://xyne.dev/projects/reflector/src/reflector-2023.tar.xz{,.sig}
cacheserver.patch)
sha512sums=('11aec550c15080695525409f11eae6d4b545df8b37a8e0727de939eefec2b2fa6aa95c5c3500a6c8a940b6060cdaf2526430ed47e01a3c6f098e1b77189eb479'
'SKIP'
'cb9966b0dc9c4f9710972873d3d5030ccb26f1eeca074501046d19039836aa13300e1aa4b976fcebdbdce4737564e5df4e2caa4060f351d169380418aaca2f8c')
b2sums=('24ee3610eb94e4412bceba40f4763def380028683358cb1016546a4d0bb12eaa69aba4e83b7998ebb74ee6f025f9f342901d076e44302da47d0ed14b727fb9c1'
'SKIP'
'5c4a6710b3f094d9ed56e176ed84e75c04cc06bf789dcec7aedd1e691072c63e22d177ff8766e956875ff8648aee0b332d2f2080dcbfeb512900caf5974980ad')
validpgpkeys=('D89FAAEB4CECAFD199A2F5E612C6F735F7A9A519')
prepare() {
cd $_pkgname-$pkgver
patch -Np1 -i ../cacheserver.patch
}
build() {
cd $_pkgname-$pkgver
python -m build --wheel --no-isolation
}
package ()
{
cd $_pkgname-$pkgver
python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 "man/${_pkgname}.1.gz" "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
install -Dm644 'reflector.service' "$pkgdir/usr/lib/systemd/system/reflector.service"
install -Dm644 'reflector.timer' "$pkgdir/usr/lib/systemd/system/reflector.timer"
install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
}
# vim: set ts=2 sw=2 et:
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 |