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