python3-tabulator
maintainer Xyne
· 1 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 project domain, xyne.dev, which hosts the official source; building from this is normal AUR practice and the PGP signature is verified, making it low risk despite the non-whitelisted host.
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 project domain, xyne.dev, which hosts the official source; building from this is normal AUR practice and the PGP signature is verified, making it low risk despite the non-whitelisted host.
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:12
https://xyne.dev/projects/python3-tabulator/src/python3-tabulator-2021.tar.xz
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: Xyne <gro xunilhcra enyx, backwards>
2
pkgname=python3-tabulator
3
pkgver=2021
4
pkgrel=15
5
pkgdesc='A table formatter class with support for a variety of outputs.'
6
arch=(any)
7
license=(GPL)
8
url="https://xyne.dev/projects/python3-tabulator"
9
depends=(python3)
10
makedepends=(python-setuptools)
11
source=(
12
https://xyne.dev/projects/python3-tabulator/src/python3-tabulator-2021.tar.xz
13
https://xyne.dev/projects/python3-tabulator/src/python3-tabulator-2021.tar.xz.sig
14
)
15
sha512sums=(
16
a9b42a4ca76ff91fad7429c5a51a6a86cc6186bdcc422a7208ec3ea20b693e9565aaa6b61c3d932b904be0db378d682bd99b72eb8262e2dee15b156ab73b6a75
17
69635313e33e5ec00fb7cfd484ef29c75e6d00a40d9151c3f220c263010994c2bf10b491766131ee95705728566a913d2780f03b65c30f64168f10c984fcf8c9
18
)
19
md5sums=(
20
d201583c52303e8a0e999097b2fe8dce
21
70e31a03380e3afe1cc8bb594219dc0b
22
)
23
validpgpkeys=('D89FAAEB4CECAFD199A2F5E612C6F735F7A9A519')
24
25
package ()
26
{
27
cd "$srcdir/$pkgname-$pkgver"
28
python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
29
}
30
31
32
# vim: set ts=2 sw=2 et:
33
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 |