tuxpaint-git
The source is a Git checkout from the project's official SourceForge repository, which is a standard and trusted hosting platform for the project; building from source is normal AUR practice, even with a non-whitelisted host.
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 Git checkout from the project's official SourceForge repository, which is a standard and trusted hosting platform for the project; building from source is normal AUR practice, even with a non-whitelisted host.
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:22
source=("git+https://git.code.sf.net/p/tuxpaint/tuxpaint")
PKGBUILD
1 offending line(s) highlighted# Contributor: royrocks <royrocks13@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=tuxpaint-git
_pkgname=tuxpaint
pkgver=0.9.34.r0.g5de3c87
pkgrel=1
arch=(i686 x86_64 aarch64)
pkgdesc="A free drawing program designed for young children. Checkout from git"
url='https://tuxpaint.org/'
license=(GPL-2.0-only)
backup=('etc/tuxpaint/tuxpaint.conf')
depends=('glibc' 'cairo' 'zlib' 'fontconfig' 'libpng' 'pango'
'glib2' 'fribidi' 'libpaper' 'librsvg' 'libimagequant' 'hicolor-icon-theme'
'sdl2' 'sdl2_image' 'sdl2_gfx' 'sdl2_mixer' 'sdl2_pango' 'sdl2_ttf')
makedepends=('gperf' 'imagemagick')
optdepends=('tuxpaint-stamps: more stamps'
'tuxpaint-config: configuration manager'
'bash: for tp-magic-config, tuxpaint-import')
provides=('tuxpaint')
conflicts=('tuxpaint')
source=("git+https://git.code.sf.net/p/tuxpaint/tuxpaint")
sha256sums=('SKIP')
pkgver() {
cd "${_pkgname}"
git describe --tags --long --abbrev=7 | cut -f2,6,7 -d- | sed 's/\([^-]*-g\)/r\1/;s/[-_]/./g'
}
build() {
make -C "${_pkgname}" PREFIX=/usr \
LDFLAGS="$LDFLAGS" \
OPTFLAGS="$CFLAGS -ffast-math" FASTMATH="$CFLAGS -ffast-math" \
all
}
package() {
make -C "${_pkgname}" \
PREFIX=/usr \
GNOME_PREFIX=/usr \
X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
DOC_PREFIX="$pkgdir/usr/share/doc/tuxpaint" \
COMPLETIONDIR="$pkgdir/usr/share/bash-completion/completions" \
DESTDIR="$pkgdir" \
PACKAGE_ONLY=yes \
install
# bash completions
mv "$pkgdir/usr/share/bash-completion/completions/010_tuxpaint-completion.bash" \
"$pkgdir/usr/share/bash-completion/completions/tuxpaint"
}
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 |