tftpgui

maintainer orphaned · 6 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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

Report a package

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

0 / 4000
Your suggestion