tpsutil
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:17
source=("https://sbmorphometrics.org/morphmet/tpsutilw64.exe" "tpsUtil.desktop" "tpsUtil.png")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt Windows PE executable (tpsutilw64.exe) from sbmorphometrics.org, which is the official upstream site for the TPS morphometrics software suite by F. James Rohlf (a well-known academic tool in geometric morphometrics). The host is not a personal/random host but the legitimate project homepage. However, the executable is extracted via innoextract and then run under Wine at runtime — meaning a compromised or swapped binary at that URL would execute arbitrary code on the user's system. The md5sum provides weak integrity assurance (MD5 is broken for collision resistance). The overall pattern — prebuilt closed-source Windows binary from a third-party host, run via Wine — is a genuine supply-chain concern even if the upstream appears legitimate, keeping this at MEDIUM rather than clean. It is not high because there is no evidence of active compromise, obfuscation, or malicious intent, and the source appears to be the real upstream vendor site.
PKGBUILD
1 offending line(s) highlighted# Maintainer: malacology
# Contributor: malacology
pkgname=tpsutil
pkgver=2023.03.04
pkgrel=1
pkgdesc="tps file utility program"
arch=('any')
url="http://sbmorphometrics.org/soft-utility.html"
license=('custom')
makedepends=('innoextract')
depends=(
'wine'
'wine_gecko'
'wine-mono'
)
source=("https://sbmorphometrics.org/morphmet/tpsutilw64.exe" "tpsUtil.desktop" "tpsUtil.png")
md5sums=('18da32fb82f3521f04b167bd3280bb32'
'64baf6b610dcecc53a15342218579d18'
'6e52ff5a9df8898532610845c973b23a')
build(){
innoextract tpsutilw64.exe
}
package() {
install -dm755 "$pkgdir"/usr/share/{tpsutil,applications}
mv "$srcdir"/app/* "$pkgdir"/usr/share/tpsutil
install -Dm755 ${srcdir}/tpsUtil.png ${pkgdir}/usr/share/tpsutil/tpsUtil.png
install -Dm755 ${srcdir}/tpsUtil.desktop ${pkgdir}/usr/share/applications/tpsUtil.desktop
}
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 |