otf-gandhifamily

maintainer gee · 3 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

MEDIUM source=() URL on a non-standard host 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)
MEDIUM AI review 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
1# Maintainer: jdarch <jda -dot- cloud -plus- archlinux -at- gmail -dot- com>
2
3pkgname=otf-gandhifamily
4pkgdesc="Gandhi Sans and Serif font family by Cristóbal Henestrosa and Raúl Plancarte for Librería Gandhi (OpenType)"
5url='http://www.tipografiagandhi.com/'
6license=('custom')
7pkgver=1.001
8pkgrel=2
9changelog=ChangeLog.${pkgname}
10arch=('any')
11install=$pkgname.install
12
13source=(http://34.233.129.205/common/zip/gandhi_sans_and_serif.zip)
14md5sums=('67c351573bb0a1c80cd05e91674db0ec')
15sha512sums=('4f740cb90c4daf38068910660a76e3a27f8578708a6be71efa528f2955340412cb911d6a6fc6f46bb3baee009bcc20a17f68507bc860630fd4b83d7007bdbc8e')
16
17package() {
18 install -d "${pkgdir}/usr/share/fonts/${pkgname}"
19 cp -dpr --no-preserve=all "${srcdir}/TipografiaGandhi/"*.otf "${pkgdir}/usr/share/fonts/${pkgname}"
20 install -D -m644 "${srcdir}/TipografiaGandhi/ReglasDeUso.rtf" "${pkgdir}/usr/share/licenses/${pkgname}/ReglasDeUso.rtf"
21}
22

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion