worldofgoo-gootool
Triggered rules
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
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# Maintainer: Todd Partridge <toddrpartridge@gmail.com>
pkgname=worldofgoo-gootool
_pkgname=gootool
pkgver=1.0.3.441
pkgrel=2
pkgdesc="World of Goo level creator and installer"
arch=(any)
url="http://goofans.com/download/utility/$_pkgname"
license=('custom')
depends=('java-runtime')
optdepends=('worldofgoo')
conflicts=('gootool')
install="$pkgname.install"
source=(http://goofans.com/download/145/1255/gootool_$pkgver-1_all.deb
application-x-goomod.xml
gootool.desktop)
md5sums=('31579d7bc2526e6bad07e36950b93d11'
'a2d4a46c158e5c80bf4ac10b43b4100d'
'0461706a2a607fe39b701d3ccbc67b0f')
build() {
# Create build directory
[ -d $pkgname-$pkgver ] || mkdir $pkgname-$pkgver
# Extract archive
bsdtar -xf gootool_$pkgver-1_all.deb || return 1
bsdtar -xf data.tar.gz -C $pkgname-$pkgver || return 1
# Bugfix: Startup script only checks for sun jdk, ugly fix, disabling check
sed -i '24 s/^ exit 1/# exit 1/' ${srcdir}/$pkgname-$pkgver/usr/bin/gootool
}
package() {
install -D -m644 "${srcdir}/application-x-goomod.xml" "${pkgdir}/usr/share/mime/packages/application-x-goomod.xml"
install -D -m644 "${srcdir}/gootool.desktop" "${pkgdir}/usr/share/applications/gootool.desktop"
# Copy program
cp -r ${srcdir}/$pkgname-$pkgver/* ${pkgdir}
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |