alefbet
The package downloads font files from various hosts, including non-whitelisted ones, but fonts are static data assets that are not executable; the worst case of a malicious swap would be limited to resource exhaustion or rendering issues, not code execution.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads font files from various hosts, including non-whitelisted ones, but fonts are static data assets that are not executable; the worst case of a malicious swap would be limited to resource exhaustion or rendering issues, not code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
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
'https://opensiddur.org/wp-content/uploads/fonts/GveretLevinAlefAlefAlef/GveretLevinAlefAlefAlef.zip' -
PKGBUILD:14
'https://פונטיםבעברית.co.il/wp-content/uploads/2019/01/open-sans.zip'
PKGBUILD
2 offending line(s) highlighted# Maintainer: Aggam Rahamim <agamclass@gmail.com>
# Shalom Hevre!
pkgname=alefbet
pkgver=1.1
pkgrel=2
pkgdesc="4 Hebrew fonts (at the moment): the commonly used \"David Libre\", the handwriting font \"Gveret Levin\", \"Varela_Round\" and \"open-sans\"."
arch=('any')
makedepends=('unzip')
license=('OFL')
source=(
'https://github.com/meirsadan/david-libre/releases/download/v1.001/DavidLibre_TTF_v1.001.zip'
'https://opensiddur.org/wp-content/uploads/fonts/GveretLevinAlefAlefAlef/GveretLevinAlefAlefAlef.zip'
'https://פונטיםבעברית.co.il/wp-content/uploads/2019/01/open-sans.zip'
'https://פונטיםבעברית.co.il/wp-content/uploads/2019/10/Varela_Round.zip'
)
sha256sums=(
'a66515bcdcda5abab7a86d945a8d89077916837f1128e44610e74e88bc41bb3f'
'5df0379f71c8e8b1ddf00a4bda6693fa4520c40ca1f3e157bccbdfad4fb03959'
'42af7ad1db6c8b8b67e9648d220b6ed0e01d8295b60fe554c9e3b727b948addb'
'3835a054825cb7da8d8b937becea1d7013a75715475f714fe295d2833a478887'
)
noextract=('GveretLevinAlefAlefAlef.zip')
package() {
install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/OFL" # for David Libre, Gveret Levin, and Varela Round
unzip Varela_Round.zip
install -Dm644 *.ttf -t "${pkgdir}/usr/share/fonts/TTF/" #David Libre & Varela Round
#Gveret Levin
unzip GveretLevinAlefAlefAlef.zip -d gevretLevin/
install -Dm644 gevretLevin/otf/GveretLevinAlefAlefAlef-Regular.otf -t "$pkgdir/usr/share/fonts/OTF/"
#open-sans
unzip open-sans.zip
install -Dm644 open-sans/*.ttf -t "${pkgdir}/usr/share/fonts/TTF/"
install -Dm644 open-sans/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/Apache"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |