ttf-ms-aptos-core
maintainer Akrata
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package downloads official Microsoft and freedesktop.org font archives, which are standard sources; the fonts are data files, not executable code, so even if the host were compromised, the worst case is font tampering, not remote code execution.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads official Microsoft and freedesktop.org font archives, which are standard sources; the fonts are data files, not executable code, so even if the host were compromised, the worst case is font tampering, not remote code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:15
source=('https://download.microsoft.com/download/8/6/0/860a94fa-7feb-44ef-ac79-c072d9113d69/Microsoft%20Aptos%20Fonts.zip'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Akrata
2
pkgname=ttf-ms-aptos-core
3
pkgver=20260812
4
#aptos=4.40
5
#webfonts=1.0
6
pkgrel=2
7
pkgdesc="Microsoft TTF: Aptos (new Office default), Arial, Times New Roman and other core fonts"
8
arch=('any')
9
url="https://learn.microsoft.com/en-us/typography/font-list/"
10
#url aptos="https://www.microsoft.com/en-us/download/details.aspx?id=106087"
11
#url core="https://www.freedesktop.org/software/fontconfig/webfonts/"
12
provides=('ttf-ms-fonts' 'ttf-aptos')
13
conflicts=('ttf-ms-fonts' 'ttf-aptos')
14
license=('custom:Microsoft')
15
source=('https://download.microsoft.com/download/8/6/0/860a94fa-7feb-44ef-ac79-c072d9113d69/Microsoft%20Aptos%20Fonts.zip'
16
'https://www.freedesktop.org/software/fontconfig/webfonts/webfonts.tar.gz')
17
sha256sums=('6528fd120e719a9f985e94214eca6887d1653b88456916a792a630b02e95b025'
18
'38f055027988e68f3a35705eb6d698f51ca7af0e295b0813b0a86129b238720c')
19
makedepends=('cabextract')
20
21
prepare() {
22
for exe in "${srcdir}"/msfonts/*.exe; do
23
cabextract -L -F '*.ttf' "$exe"
24
done
25
}
26
27
package() {
28
install -Dm644 -t "${pkgdir}/usr/share/fonts/${pkgname}" "${srcdir}"/*.ttf
29
install -Dm644 "${srcdir}/Microsoft Aptos Fonts EULA.rtf" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-aptos.rtf"
30
install -Dm644 "${srcdir}/msfonts/Licen.TXT" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-core.txt"
31
}
32
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-18 00:03@@ -1,7 +1,9 @@ # Maintainer: Akrata pkgname=ttf-ms-aptos-core-pkgver=4.40-pkgrel=1+pkgver=20260812+#aptos=4.40+#webfonts=1.0+pkgrel=2 pkgdesc="Microsoft TTF: Aptos (new Office default), Arial, Times New Roman and other core fonts" arch=('any') url="https://learn.microsoft.com/en-us/typography/font-list/"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 05:22:53 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-19 18:54:17 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |