tftpgui

LOW
maintainer orphaned 6 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from Google Code's archived downloads, which is a non-standard host but hosts the official project release; the package builds and installs the project's own code, and the worst case of a swapped source is limited to code execution during build/install, which is already a trusted phase in AUR.

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 Google Code's archived downloads, which is a non-standard host but hosts the official project release; the package builds and installs the project's own code, and the worst case of a swapped source is limited to code execution during build/install, which is already a trusted phase in AUR.

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:15 source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}_3_1.tar"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: <noen>
2# Contributor: dreieck (https://aur.archlinux.org/account/dreieck)
3# Contributor: DJ Lucas <dj@linuxfromscratch.org> (https://aur.archlinux.org/account/DJ_L)
4
5pkgname=tftpgui
6pkgver=3.1
7pkgrel=4
8pkgdesc="A TFTP server intended to run as a user initiated program, rather than a service daemon."
9arch=('any')
10url="https://code.google.com/p/tftpgui/"
11license=('GPL-3.0-or-later')
12depends=('tk' 'python>=3.2' 'authbind' 'python-pyasyncore')
13makedepends=('imagemagick')
14install=tftpgui.install
15source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}_3_1.tar"
16 "tftpgui.sh"
17 "tftpgui.cfg"
18 "tftpgui.desktop")
19
20package() {
21 cd ${srcdir}
22 _pymin=`python --version | cut -d " " -f 2 | sed 's@\..$@@'`
23 install -vdm755 ${pkgdir}/usr/lib/python${_pymin}/site-packages
24 cp -r ${pkgname} ${pkgdir}/usr/lib/python${_pymin}/site-packages
25 install -vdm755 ${pkgdir}/usr/bin
26 install -vm755 ${srcdir}/${pkgname}.sh ${pkgdir}/usr/bin/${pkgname}
27 install -vdm755 ${pkgdir}/usr/share/applications
28 install -vm644 ${srcdir}/tftpgui.desktop ${pkgdir}/usr/share/applications
29 for size in 16 24 32 48 72 96 128 256
30 do
31 install -vdm755 ${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps
32 convert ${srcdir}/${pkgname}/TFTPicon.ico[3] -resize ${size}x${size} \
33 ${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/tftpgui.png
34 done
35 install -vdm755 ${pkgdir}/etc
36 install -vm644 ${srcdir}/tftpgui.cfg ${pkgdir}/etc/tftpgui.cfg
37}
38sha256sums=('3f40ac6e6dffdbf0301f7627756e1adc54257b02be9540add3db621cee3c749a'
39 'a590050a511a985049758b064769bea53df03f79fad2e071f646a783bcfb7359'
40 '4ad821c1d7b768b0303e48f5f747886fcf238ebcd99ca575b2c97b39989871e0'
41 '13d76d75247af030877f62012f8f156ca237ab33e6e083d54fbc50dfae8d1a6f')
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