gimp-paint-studio
maintainer dracorp
· 70 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
5
pkgname=gimp-paint-studio
6
pkgver=2.0
7
_pkgver='2_0'
8
_pkgname='GPS%20'
9
pkgrel=2
10
pkgdesc="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"
11
arch=('any')
12
url="http://code.google.com/p/gps-gimp-paint-studio"
13
license=('custom:Artistic License' 'GPL' 'CCPL')
14
depends=('gimp')
15
source=(
16
# "$pkgname-$pkgver.zip"::"http://gps-gimp-paint-studio.googlecode.com/files/${_pkgname}${_pkgver}.zip"
17
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gps-gimp-paint-studio/GPS_${_pkgver}.tar.gz
18
LICENSE
19
# http://gps-gimp-paint-studio.googlecode.com/files/sessionrc
20
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gps-gimp-paint-studio/sessionrc
21
)
22
sha512sums=('d8fbd7059e18e206c144fb1c44a80293f7992012f7c14f1eb5522dc8a73997da997276e0132ca36458d5816b06d325c15aa29b7165e9fc9503ff1f991329e6fc'
23
'da316ba1faa5bf19b8f90ebecbee610f51f9617e185984917e19d482304ae2d4d2a27b9ae203f2e3b7f7f38b40a808fd4796d7aa71d0f8211aa6ba227f4e2984'
24
'de34bcadd84c94ae15866f6ab87b806e78398a1bd5d4f6bc6fa095e7eb1ca41d49acabbef597688dbc72ce596ef05770ada88a7982bc198af7c7d28b29b57d28')
25
install='gps.install'
26
options=(!strip)
27
noextract=(GPS_${_pkgver}.tar.gz)
28
29
prepare() {
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
}
37
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |