otf-gandhifamily

MEDIUM
maintainer gee 3 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion