worldofgoo-gootool

maintainer maz-1 · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary .deb from goofans.com, which is a fan/community site rather than an official vendor or well-known mirror. The .deb contains an executable JAR and a shell script (/usr/bin/gootool) that are installed and run on the user's system. While goofans.com is a long-standing World of Goo fan community site and this appears to be a legitimate community tool (GooTool by David C), the source is still a third-party host serving executed binaries with only an MD5 checksum (weak, collision-prone). The PKGBUILD is also quite old (pkgver pattern, bsdtar usage, return 1 style) and the download URL may no longer be active. The supply-chain concern is real but not indicative of malicious intent — it's a community binary from a fan site with no official vendor distribution. This fits the medium category: executed binary from an unofficial/personal host.

Triggered rules

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=(http://goofans.com/download/145/1255/gootool_$pkgver-1_all.deb
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from goofans.com, which is a fan/community site rather than an official vendor or well-known mirror. The .deb contains an executable JAR and a shell script (/usr/bin/gootool) that are installed and run on the user's system. While goofans.com is a long-standing World of Goo fan community site and this appears to be a legitimate community tool (GooTool by David C), the source is still a third-party host serving executed binaries with only an MD5 checksum (weak, collision-prone). The PKGBUILD is also quite old (pkgver pattern, bsdtar usage, return 1 style) and the download URL may no longer be active. The supply-chain concern is real but not indicative of malicious intent — it's a community binary from a fan site with no official vendor distribution. This fits the medium category: executed binary from an unofficial/personal host.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Todd Partridge <toddrpartridge@gmail.com>
2
3pkgname=worldofgoo-gootool
4_pkgname=gootool
5pkgver=1.0.3.441
6pkgrel=2
7pkgdesc="World of Goo level creator and installer"
8arch=(any)
9url="http://goofans.com/download/utility/$_pkgname"
10license=('custom')
11depends=('java-runtime')
12optdepends=('worldofgoo')
13conflicts=('gootool')
14install="$pkgname.install"
15source=(http://goofans.com/download/145/1255/gootool_$pkgver-1_all.deb
16 application-x-goomod.xml
17 gootool.desktop)
18md5sums=('31579d7bc2526e6bad07e36950b93d11'
19 'a2d4a46c158e5c80bf4ac10b43b4100d'
20 '0461706a2a607fe39b701d3ccbc67b0f')
21
22build() {
23 # Create build directory
24 [ -d $pkgname-$pkgver ] || mkdir $pkgname-$pkgver
25
26 # Extract archive
27 bsdtar -xf gootool_$pkgver-1_all.deb || return 1
28 bsdtar -xf data.tar.gz -C $pkgname-$pkgver || return 1
29
30 # Bugfix: Startup script only checks for sun jdk, ugly fix, disabling check
31 sed -i '24 s/^ exit 1/# exit 1/' ${srcdir}/$pkgname-$pkgver/usr/bin/gootool
32}
33
34package() {
35 install -D -m644 "${srcdir}/application-x-goomod.xml" "${pkgdir}/usr/share/mime/packages/application-x-goomod.xml"
36 install -D -m644 "${srcdir}/gootool.desktop" "${pkgdir}/usr/share/applications/gootool.desktop"
37
38 # Copy program
39 cp -r ${srcdir}/$pkgname-$pkgver/* ${pkgdir}
40}
41
42

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion