tryton
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
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)
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# Maintainer: Eduard Vidal <aur@lestudi.com>
pkgname=tryton
pkgver=7.8.1
pkgrel=1
_pkgdir=7.8
pkgdesc="Tryton desktop client"
arch=('any')
url="http://www.tryton.org/"
license=('GPL3')
depends=('python>=3.6' 'python-cairo' 'python-dateutil' 'python-pygobject-stubs' 'pygobject-devel')
makedepends=('python-setuptools')
source=("http://downloads.tryton.org/$_pkgdir/$pkgname-last.tar.gz"
"http://downloads.tryton.org/$_pkgdir/$pkgname-last.tar.gz.asc"
'tryton.desktop'
'tryton-icon.png')
sha256sums=('5d9ac201478e1d5e31cfeaca0a6465ea7dc516ab6667bfb08653862ba190ce2c'
'SKIP'
'78378206bbd3264cbcf23e2836e4bbb70ad1ea643c4db71dccf997ff2fb06443'
'ef2440c3f8f905e8636a07e5d032939bbf835b25bc7e998482cbbf4c78878831')
validpgpkeys=('7C5A4360F6DF81ABA91FD54D6FF50AFE03489130') # Cédric Krier
build() {
cd "$srcdir/$pkgname-$pkgver"
python setup.py build
}
package() {
cd "$srcdir/$pkgname-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1
# Fitxer .desktop
install -D -m644 "$srcdir/tryton.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
# Icónes en rutes estàndard hicolor
install -D -m644 "$srcdir/tryton-icon.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/$pkgname.png"
install -D -m644 "$srcdir/tryton-icon.png" "$pkgdir/usr/share/icons/hicolor/64x64/apps/$pkgname.png"
install -D -m644 "$srcdir/tryton-icon.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
# Fitxer pixmaps per compatibilitat amb altres entorns
install -D -m644 "$srcdir/tryton-icon.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
}
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 |