ttf-computer-modern-fonts
maintainer kibblix
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs TTF font files and a license from a Mozilla archive URL; fonts are non-executable data, so even if the source were swapped, the worst case is limited to local display issues, not 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 installs TTF font files and a license from a Mozilla archive URL; fonts are non-executable data, so even if the source were swapped, the worst case is limited to local display issues, not code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Benoit Favre <benoit.favre@lif.univ-mrs.fr>
2
pkgname=ttf-computer-modern-fonts
3
pkgver=1
4
pkgrel=3
5
pkgdesc="Computer Modern in TTF"
6
url="https://www-archive.mozilla.org/projects/mathml/fonts/"
7
arch=('any')
8
license=('custom:BakoMa')
9
source=(https://www-archive.mozilla.org/projects/mathml/fonts/bakoma/texcm-ttf.zip
10
https://www-archive.mozilla.org/projects/mathml/fonts/bakoma/license.txt)
11
12
md5sums=('7bd39b8860b09c8d5e507dae70484b80'
13
'3ae8d75400a0078db5d7276366c776b0')
14
15
package() {
16
cd "$srcdir"/texcm-ttf
17
18
install --directory "$pkgdir"/usr/share/fonts/TTF/
19
cp *.ttf "$pkgdir"/usr/share/fonts/TTF/
20
21
install --directory "$pkgdir"/usr/share/licenses/$pkgname
22
cp "$srcdir"/license.txt "$pkgdir"/usr/share/licenses/$pkgname
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 13:27:52 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |