tpsdig
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/tpsdig2w64.exe" "tpsDig.desktop" "tpsDig.png")
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 Windows PE executable (tpsdig2w64.exe) from sbmorphometrics.org, which is the official upstream site for the TPS morphometrics software suite by F. James Rohlf (State University of New York). The host is legitimate and well-known in the morphometrics research community, not a personal or random host. However, the package installs a prebuilt binary (extracted via innoextract and run under Wine) rather than building from source, which is a genuine supply-chain concern: if sbmorphometrics.org were compromised, users would execute arbitrary Windows code. There is no GPG signature verification, only an MD5 checksum (weak). This is a real but common AUR pattern for proprietary Windows software run under Wine, and the upstream host is the canonical official source. The risk is real but not elevated beyond a standard medium for prebuilt binaries from an official vendor host.
PKGBUILD
1 offending line(s) highlighted# Maintainer: malacology
# Contributor: malacology
pkgname=tpsdig
pkgver=2021.6.3
pkgrel=1
pkgdesc="Digitize landmarks & outlines from image files, scanner, or video"
arch=('any')
url="http://sbmorphometrics.org/soft-dataacq.html"
license=('custom')
makedepends=('innoextract')
depends=(
'wine'
'wine_gecko'
'wine-mono'
)
source=("https://sbmorphometrics.org/morphmet/tpsdig2w64.exe" "tpsDig.desktop" "tpsDig.png")
md5sums=('4780a1ff616ffcdb5e60b6d581a48ae3'
'c595d462fdea0417af99e481a8cb2edf'
'2e2e7c55e63e7a3892e49aab613aed35')
build(){
innoextract tpsdig2w64.exe
}
package() {
install -dm755 "$pkgdir"/usr/share/{tpsdig,applications}
mv "$srcdir"/app/* "$pkgdir"/usr/share/tpsdig
install -Dm755 ${srcdir}/tpsDig.png ${pkgdir}/usr/share/tpsdig/tpsDig.png
install -Dm755 ${srcdir}/tpsDig.desktop ${pkgdir}/usr/share/applications/tpsDig.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 |