tryton

LOW
maintainer festuc 17 votes scanned 2026-09-17 00:27:14.276658
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>
2pkgname=tryton
3pkgver=7.8.1
4pkgrel=1
5_pkgdir=7.8
6pkgdesc="Tryton desktop client"
7arch=('any')
8url="http://www.tryton.org/"
9license=('GPL3')
10depends=('python>=3.6' 'python-cairo' 'python-dateutil' 'python-pygobject-stubs' 'pygobject-devel')
11makedepends=('python-setuptools')
12source=("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')
16sha256sums=('5d9ac201478e1d5e31cfeaca0a6465ea7dc516ab6667bfb08653862ba190ce2c'
17 'SKIP'
18 '78378206bbd3264cbcf23e2836e4bbb70ad1ea643c4db71dccf997ff2fb06443'
19 'ef2440c3f8f905e8636a07e5d032939bbf835b25bc7e998482cbbf4c78878831')
20validpgpkeys=('7C5A4360F6DF81ABA91FD54D6FF50AFE03489130') # Cédric Krier
21
22build() {
23 cd "$srcdir/$pkgname-$pkgver"
24 python setup.py build
25}
26
27package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion