reflector-cacheserver
maintainer moetayuko
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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=(https://xyne.dev/projects/reflector/src/reflector-2023.tar.xz{,.sig}
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Moeta Yuko <loli at yuko dot moe>
2
# Contributor: Xyne <gro xunilhcra enyx, backwards>
3
_pkgname=reflector
4
pkgname=$_pkgname-cacheserver
5
pkgver=2023
6
pkgrel=2
7
pkgdesc='Patched version of reflector to make use of the cache server support introduced in Pacman 6.1.0.'
8
arch=(any)
9
license=(GPL2)
10
url="https://xyne.dev/projects/reflector"
11
provides=($_pkgname)
12
conflicts=($_pkgname)
13
depends=(python)
14
makedepends=(python-build python-installer python-setuptools python-wheel)
15
optdepends=('rsync: rate rsync mirrors')
16
backup=(etc/xdg/reflector/reflector.conf)
17
source=(https://xyne.dev/projects/reflector/src/reflector-2023.tar.xz{,.sig}
18
cacheserver.patch)
19
20
sha512sums=('11aec550c15080695525409f11eae6d4b545df8b37a8e0727de939eefec2b2fa6aa95c5c3500a6c8a940b6060cdaf2526430ed47e01a3c6f098e1b77189eb479'
21
'SKIP'
22
'cb9966b0dc9c4f9710972873d3d5030ccb26f1eeca074501046d19039836aa13300e1aa4b976fcebdbdce4737564e5df4e2caa4060f351d169380418aaca2f8c')
23
b2sums=('24ee3610eb94e4412bceba40f4763def380028683358cb1016546a4d0bb12eaa69aba4e83b7998ebb74ee6f025f9f342901d076e44302da47d0ed14b727fb9c1'
24
'SKIP'
25
'5c4a6710b3f094d9ed56e176ed84e75c04cc06bf789dcec7aedd1e691072c63e22d177ff8766e956875ff8648aee0b332d2f2080dcbfeb512900caf5974980ad')
26
validpgpkeys=('D89FAAEB4CECAFD199A2F5E612C6F735F7A9A519')
27
28
prepare() {
29
cd $_pkgname-$pkgver
30
patch -Np1 -i ../cacheserver.patch
31
}
32
33
build() {
34
cd $_pkgname-$pkgver
35
python -m build --wheel --no-isolation
36
}
37
38
package ()
39
{
40
cd $_pkgname-$pkgver
41
python -m installer --destdir="$pkgdir" dist/*.whl
42
install -Dm644 "man/${_pkgname}.1.gz" "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
43
install -Dm644 'reflector.service' "$pkgdir/usr/lib/systemd/system/reflector.service"
44
install -Dm644 'reflector.timer' "$pkgdir/usr/lib/systemd/system/reflector.timer"
45
install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
46
}
47
48
49
# vim: set ts=2 sw=2 et:
50
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |