otf-gandhifamily
The font archive is downloaded directly from a bare IP address (34.233.129.205) rather than from the official upstream domain (tipografiagandhi.com). While the content is a font (pure data, not executed code), the OTF files are installed into the system font directory and could theoretically be crafted to exploit font-parsing vulnerabilities in applications. More importantly, the use of a raw IP address with no verifiable relationship to the official vendor is a genuine supply-chain concern: the host could be a transient cloud instance (AWS us-east-1 range) with no long-term accountability, and there is no way to verify it is actually operated by Tipografía Gandhi. The sha512sum provides some integrity protection, but only against accidental corruption or a one-time substitution — it does not establish provenance. This is a real medium-severity supply-chain concern: unofficial/unverifiable host serving files that get installed into the system, even if the immediate payload is font data rather than executable code.
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=(http://34.233.129.205/common/zip/gandhi_sans_and_serif.zip)
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The font archive is downloaded directly from a bare IP address (34.233.129.205) rather than from the official upstream domain (tipografiagandhi.com). While the content is a font (pure data, not executed code), the OTF files are installed into the system font directory and could theoretically be crafted to exploit font-parsing vulnerabilities in applications. More importantly, the use of a raw IP address with no verifiable relationship to the official vendor is a genuine supply-chain concern: the host could be a transient cloud instance (AWS us-east-1 range) with no long-term accountability, and there is no way to verify it is actually operated by Tipografía Gandhi. The sha512sum provides some integrity protection, but only against accidental corruption or a one-time substitution — it does not establish provenance. This is a real medium-severity supply-chain concern: unofficial/unverifiable host serving files that get installed into the system, even if the immediate payload is font data rather than executable code.
PKGBUILD
1 offending line(s) highlighted# Maintainer: jdarch <jda -dot- cloud -plus- archlinux -at- gmail -dot- com>
pkgname=otf-gandhifamily
pkgdesc="Gandhi Sans and Serif font family by Cristóbal Henestrosa and Raúl Plancarte for Librería Gandhi (OpenType)"
url='http://www.tipografiagandhi.com/'
license=('custom')
pkgver=1.001
pkgrel=2
changelog=ChangeLog.${pkgname}
arch=('any')
install=$pkgname.install
source=(http://34.233.129.205/common/zip/gandhi_sans_and_serif.zip)
md5sums=('67c351573bb0a1c80cd05e91674db0ec')
sha512sums=('4f740cb90c4daf38068910660a76e3a27f8578708a6be71efa528f2955340412cb911d6a6fc6f46bb3baee009bcc20a17f68507bc860630fd4b83d7007bdbc8e')
package() {
install -d "${pkgdir}/usr/share/fonts/${pkgname}"
cp -dpr --no-preserve=all "${srcdir}/TipografiaGandhi/"*.otf "${pkgdir}/usr/share/fonts/${pkgname}"
install -D -m644 "${srcdir}/TipografiaGandhi/ReglasDeUso.rtf" "${pkgdir}/usr/share/licenses/${pkgname}/ReglasDeUso.rtf"
}
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 |