gimp-paint-studio

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

The package downloads a source tarball and data files from Google's archive storage, which is not on the whitelist but is a legitimate historical archive; the content consists of brushes and configs for GIMP, not executable code, so the worst-case impact of a swapped source is limited to data tampering.

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 package downloads a source tarball and data files from Google's archive storage, which is not on the whitelist but is a legitimate historical archive; the content consists of brushes and configs for GIMP, not executable code, so the worst-case impact of a swapped source is limited to data tampering.

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:17 https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gps-gimp-paint-studio/GPS_${_pkgver}.tar.gz

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Piotr Rogoża <rogoza dot piotr at gmail dot com>
2# Contributor: Piotr Rogoża <rogoza dot piotr at gmail dot com>
3# vim:set ts=2 sw=2 et ft=sh tw=100: expandtab
4
5pkgname=gimp-paint-studio
6pkgver=2.0
7_pkgver='2_0'
8_pkgname='GPS%20'
9pkgrel=2
10pkgdesc="Collection of brushes and accompanying tool presets intended to speed up repetitive tasks by avoiding the need to manually reset tool options after each change"
11arch=('any')
12url="http://code.google.com/p/gps-gimp-paint-studio"
13license=('custom:Artistic License' 'GPL' 'CCPL')
14depends=('gimp')
15source=(
16# "$pkgname-$pkgver.zip"::"http://gps-gimp-paint-studio.googlecode.com/files/${_pkgname}${_pkgver}.zip"
17https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gps-gimp-paint-studio/GPS_${_pkgver}.tar.gz
18LICENSE
19# http://gps-gimp-paint-studio.googlecode.com/files/sessionrc
20https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gps-gimp-paint-studio/sessionrc
21)
22sha512sums=('d8fbd7059e18e206c144fb1c44a80293f7992012f7c14f1eb5522dc8a73997da997276e0132ca36458d5816b06d325c15aa29b7165e9fc9503ff1f991329e6fc'
23 'da316ba1faa5bf19b8f90ebecbee610f51f9617e185984917e19d482304ae2d4d2a27b9ae203f2e3b7f7f38b40a808fd4796d7aa71d0f8211aa6ba227f4e2984'
24 'de34bcadd84c94ae15866f6ab87b806e78398a1bd5d4f6bc6fa095e7eb1ca41d49acabbef597688dbc72ce596ef05770ada88a7982bc198af7c7d28b29b57d28')
25install='gps.install'
26options=(!strip)
27noextract=(GPS_${_pkgver}.tar.gz)
28
29prepare() {
30 cd $srcdir
31 install -dm755 $pkgname
32 tar -xzf GPS_${_pkgver}.tar.gz -C $pkgname \
33 --exclude Readme.txt \
34 --exclude License_gpl-2.0.txt \
35 --exclude 'License for Contents'
36}
37package() {
38 cd "$srcdir"
39 _gimpdir=/usr/share/gimp/2.0
40 install -dm755 "$pkgdir"/$_gimpdir
41
42
43 install -Dm644 sessionrc "$pkgdir"/usr/share/$pkgname/sessionrc
44 install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
45
46 mv "$srcdir"/$pkgname/* "$pkgdir"/$_gimpdir/
47 # fix permissions
48 find "$pkgdir" -type f -exec chmod 0644 '{}' ';'
49 find "$pkgdir" -type d -exec chmod 0755 '{}' ';'
50}
51

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