otf-gandhifamily
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-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 |