svn-export
maintainer Xyne
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the maintainer's own domain, which is also the project's official site; building from a non-whitelisted but project-owned host is normal for AUR packages and poses low 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 maintainer's own domain, which is also the project's official site; building from a non-whitelisted but project-owned host is normal for AUR packages and poses low 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:11
https://xyne.dev/projects/svn-export/src/svn-export-2013.1.30.tar.xz
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: Xyne <gro xunilhcra enyx, backwards>
2
pkgname=svn-export
3
pkgver=2013.1.30
4
pkgrel=5
5
pkgdesc='An svn export emulator with support for incremental exports.'
6
arch=(any)
7
license=(GPL)
8
url="https://xyne.dev/projects/svn-export"
9
depends=(python3 subversion)
10
source=(
11
https://xyne.dev/projects/svn-export/src/svn-export-2013.1.30.tar.xz
12
https://xyne.dev/projects/svn-export/src/svn-export-2013.1.30.tar.xz.sig
13
)
14
sha512sums=(
15
c1ff3781fa3200528699203c8fa01c6b84655e95ef75163ebbaab21bf5918021eaddf8a12ddeac469633e74d77be47a399f73198624f6188e1a266d6737af37c
16
0c2c1fa67f2d85c1f17b0c2e8adebee9de734111cf1dd36bd995e01bc294687f61ead873ab55f94f0ba2e11201894f1ac20bc669893ae855ee09324c9d8211ea
17
)
18
md5sums=(
19
9ae1866e3197590ac0f288d3da3cc144
20
cfc57220d664c7baf8c857d5ea666e39
21
)
22
validpgpkeys=('D89FAAEB4CECAFD199A2F5E612C6F735F7A9A519')
23
24
package ()
25
{
26
install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname";
27
install -Dm644 "$srcdir/$pkgname-$pkgver/man/$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
28
}
29
30
31
# vim: set ts=2 sw=2 et:
32
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 |