ttf-symbola
font-symbola
scanned 2026-09-17 00:27:14.276658
The package downloads PDF files from a web archive snapshot of the project's official site to extract and build font files; the source is non-standard but plausibly project-owned, and the build process is transparent and safe, with no execution of untrusted code.
Triggered rules
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The package downloads PDF files from a web archive snapshot of the project's official site to extract and build font files; the source is non-standard but plausibly project-owned, and the build process is transparent and safe, with no execution of untrusted code.
2 higher static findings superseded - not the current verdict (shown for transparency)
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:20
_srcurl='https://web.archive.org/web/20240107144224/'
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:21
source=("$pkgbase-$pkgver-$pkgrel.pdf::${_srcurl}https://dn-works.com/wp-content/uploads/2021/UFAS121921/Symbola.pdf"
PKGBUILD
2 offending line(s) highlighted# Maintainer: George Rawlinson <george@rawlinson.net.nz>
# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Contributor: Solomon Choina <shlomochoina@gmail.com>
# Contributor: Morten Linderud <foxboron@archlinux.org>
# Contributor: Daniel Micay <danielmicay@gmail.com>
# Contributor: Elena ``of Valhalla'' Grandi <gmail.com: elena.valhalla>
# Contributor: Jesse Jaara <gmail.com: jesse.jaara>
# Contributor: bohoomil <@zoho.com>
pkgbase=font-symbola
pkgname=('otf-symbola' 'ttf-symbola')
pkgver=14.00
pkgrel=2
pkgdesc='Font for symbol blocks of the Unicode Standard'
arch=(any)
url='https://dn-works.com/ufas/'
license=(custom)
makedepends=(fontforge
poppler)
_srcurl='https://web.archive.org/web/20240107144224/'
source=("$pkgbase-$pkgver-$pkgrel.pdf::${_srcurl}https://dn-works.com/wp-content/uploads/2021/UFAS121921/Symbola.pdf"
"License-$pkgver-$pkgrel.pdf::${_srcurl}https://dn-works.com/wp-content/uploads/2021/UFAS121921/License.pdf")
sha512sums=('7e48bc125df8f2f3d7bfeb849bb4216cfb762ae13f55f0d165e2947595491571cf8fb5ed3cbf06c4fe8ac3fde844d18e19d745bd25bd74297e5e0c608f810079'
'29b7ae4fef078fbf266e0bff75bace6c146ad6bb5d7586b950eb8d29faae2aa612673a199c5a82b3807a26e7bff7d9963f0d174963b41c7ff47f25a6c5c9419d')
prepare() {
pdfdetach -saveall ${source[0]%::*}
}
build() {
fontforge -c 'open(argv[1]).generate(argv[2])' Symbola.{otf,ttf}
pdftotext "${source[1]%::*}" LICENSE
}
package_otf-symbola() {
provides=('font-symbola')
pkgdesc+=' (OTF)'
install -Dm644 -t "$pkgdir/usr/share/fonts/OTF/" Symbola.otf
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
}
package_ttf-symbola() {
conflicts=('ttf-symbola-ib<=13.00')
provides=('font-symbola')
pkgdesc+=' (TTF)'
install -Dm644 -t "$pkgdir/usr/share/fonts/TTF/" Symbola.ttf
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 3 |
| 2026-09-16 00:03:17 | Low | 3 |
| 2026-09-15 00:25:31 | Low | 3 |
| 2026-09-14 00:27:57 | Low | 3 |
| 2026-09-13 00:19:54 | Low | 3 |
| 2026-09-12 00:25:17 | Low | 3 |
| 2026-09-11 00:19:22 | Low | 3 |
| 2026-09-10 00:22:44 | Low | 3 |
| 2026-09-09 00:04:09 | Low | 3 |
| 2026-09-08 00:18:08 | Low | 3 |
| 2026-09-07 00:30:15 | Low | 3 |
| 2026-09-06 00:17:06 | Low | 3 |
| 2026-09-05 00:16:27 | Low | 3 |
| 2026-09-04 00:03:13 | Low | 3 |
| 2026-09-03 00:15:47 | Low | 3 |
| 2026-09-02 00:02:31 | Low | 3 |
| 2026-09-01 00:11:19 | Low | 3 |
| 2026-08-31 00:19:57 | Low | 3 |
| 2026-08-30 00:04:14 | Low | 3 |
| 2026-08-29 00:29:17 | Low | 3 |