tryton
maintainer festuc
· 17 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the official project's download domain (downloads.tryton.org), which is plausibly the project's own infrastructure; building from source is normal for AUR packages, and the host, while not on a whitelist, is project-specific and not a generic file-sharing service.
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 official project's download domain (downloads.tryton.org), which is plausibly the project's own infrastructure; building from source is normal for AUR packages, and the host, while not on a whitelist, is project-specific and not a generic file-sharing service.
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
source=("http://downloads.tryton.org/$_pkgdir/$pkgname-last.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Eduard Vidal <aur@lestudi.com>
2
pkgname=tryton
3
pkgver=7.8.1
4
pkgrel=1
5
_pkgdir=7.8
6
pkgdesc="Tryton desktop client"
7
arch=('any')
8
url="http://www.tryton.org/"
9
license=('GPL3')
10
depends=('python>=3.6' 'python-cairo' 'python-dateutil' 'python-pygobject-stubs' 'pygobject-devel')
11
makedepends=('python-setuptools')
12
source=("http://downloads.tryton.org/$_pkgdir/$pkgname-last.tar.gz"
13
"http://downloads.tryton.org/$_pkgdir/$pkgname-last.tar.gz.asc"
14
'tryton.desktop'
15
'tryton-icon.png')
16
sha256sums=('5d9ac201478e1d5e31cfeaca0a6465ea7dc516ab6667bfb08653862ba190ce2c'
17
'SKIP'
18
'78378206bbd3264cbcf23e2836e4bbb70ad1ea643c4db71dccf997ff2fb06443'
19
'ef2440c3f8f905e8636a07e5d032939bbf835b25bc7e998482cbbf4c78878831')
20
validpgpkeys=('7C5A4360F6DF81ABA91FD54D6FF50AFE03489130') # Cédric Krier
21
22
build() {
23
cd "$srcdir/$pkgname-$pkgver"
24
python setup.py build
25
}
26
27
package() {
28
cd "$srcdir/$pkgname-$pkgver"
29
python setup.py install --root="$pkgdir" --optimize=1
30
31
# Fitxer .desktop
32
install -D -m644 "$srcdir/tryton.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
33
34
# Icónes en rutes estàndard hicolor
35
install -D -m644 "$srcdir/tryton-icon.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/$pkgname.png"
36
install -D -m644 "$srcdir/tryton-icon.png" "$pkgdir/usr/share/icons/hicolor/64x64/apps/$pkgname.png"
37
install -D -m644 "$srcdir/tryton-icon.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
38
39
# Fitxer pixmaps per compatibilitat amb altres entorns
40
install -D -m644 "$srcdir/tryton-icon.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
41
}
42
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 |