txm-bin
The PKGBUILD downloads a prebuilt binary .deb installer from a GitLab instance (gitlab.huma-num.fr) that is a French humanities research infrastructure host, not the official upstream vendor site (textometrie.ens-lyon.fr). The binary is then extracted and installed directly without any code review. While huma-num.fr is a legitimate French national research infrastructure (TGIR Huma-Num, CNRS), the source is pulled from a raw GitLab repository path rather than an official release artifact, and the sha512sum provided has only 127 hex characters (should be 128 for SHA-512), suggesting a possible truncation error that would make integrity verification unreliable. The combination of an executed binary from a non-primary host plus a potentially broken checksum constitutes a real, if modest, supply-chain concern. The cheaper model's medium rating is appropriate.
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:13
source_x86_64=("https://gitlab.huma-num.fr/txm/txm-software/-/raw/master/files/software/TXM/0.8.1/TXM_0.8.1_2020-06-29_Linux64_installer.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 installer from a GitLab instance (gitlab.huma-num.fr) that is a French humanities research infrastructure host, not the official upstream vendor site (textometrie.ens-lyon.fr). The binary is then extracted and installed directly without any code review. While huma-num.fr is a legitimate French national research infrastructure (TGIR Huma-Num, CNRS), the source is pulled from a raw GitLab repository path rather than an official release artifact, and the sha512sum provided has only 127 hex characters (should be 128 for SHA-512), suggesting a possible truncation error that would make integrity verification unreliable. The combination of an executed binary from a non-primary host plus a potentially broken checksum constitutes a real, if modest, supply-chain concern. The cheaper model's medium rating is appropriate.
PKGBUILD
1 offending line(s) highlighted# Generated by debtap
# Maintainer: Bruno Inec <brunoinec at gmail dot com>
pkgname=txm-bin
pkgver=0.8.1
pkgrel=1
pkgdesc="Analyse textométrique de corpus textuels."
arch=('x86_64')
url="http://textometrie.ens-lyon.fr"
license=('GPL')
depends=('blas' 'bzip2' 'cairo' 'desktop-file-utils' 'gcc-libs' 'glib2' 'glibc>=2.15' 'gtk2-perl' 'hicolor-icon-theme' 'jdk7-openjdk' 'lapack' 'gcc-fortran' 'libjpeg' 'libpaper' 'libpng' 'libpng12' 'libtiff' 'ncurses5-compat-libs' 'libx11' 'libxt' 'pcre' 'po-debconf' 'readline' 'tcl' 'tk' 'unzip' 'webkit2gtk' 'xdg-utils' 'xz' 'zenity' 'zip' 'zlib')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://gitlab.huma-num.fr/txm/txm-software/-/raw/master/files/software/TXM/0.8.1/TXM_0.8.1_2020-06-29_Linux64_installer.deb")
sha512sums_x86_64=('63f8df5d686453557f1ae8a2c45d3999b5228b9854bdf01b46c46d365eb087928428103a7db21d2e8b6d0b5c9d2af18f74cc374faa0766380e6c2dc74a8ad48b')
package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |