alefbet
maintainer aggam
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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
'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
1
# Maintainer: Aggam Rahamim <agamclass@gmail.com>
2
# Shalom Hevre!
3
4
pkgname=alefbet
5
pkgver=1.1
6
pkgrel=2
7
pkgdesc="4 Hebrew fonts (at the moment): the commonly used \"David Libre\", the handwriting font \"Gveret Levin\", \"Varela_Round\" and \"open-sans\"."
8
arch=('any')
9
makedepends=('unzip')
10
license=('OFL')
11
source=(
12
'https://github.com/meirsadan/david-libre/releases/download/v1.001/DavidLibre_TTF_v1.001.zip'
13
'https://opensiddur.org/wp-content/uploads/fonts/GveretLevinAlefAlefAlef/GveretLevinAlefAlefAlef.zip'
14
'https://פונטיםבעברית.co.il/wp-content/uploads/2019/01/open-sans.zip'
15
'https://פונטיםבעברית.co.il/wp-content/uploads/2019/10/Varela_Round.zip'
16
)
17
sha256sums=(
18
'a66515bcdcda5abab7a86d945a8d89077916837f1128e44610e74e88bc41bb3f'
19
'5df0379f71c8e8b1ddf00a4bda6693fa4520c40ca1f3e157bccbdfad4fb03959'
20
'42af7ad1db6c8b8b67e9648d220b6ed0e01d8295b60fe554c9e3b727b948addb'
21
'3835a054825cb7da8d8b937becea1d7013a75715475f714fe295d2833a478887'
22
)
23
noextract=('GveretLevinAlefAlefAlef.zip')
24
25
package() {
26
install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/OFL" # for David Libre, Gveret Levin, and Varela Round
27
28
unzip Varela_Round.zip
29
install -Dm644 *.ttf -t "${pkgdir}/usr/share/fonts/TTF/" #David Libre & Varela Round
30
31
#Gveret Levin
32
unzip GveretLevinAlefAlefAlef.zip -d gevretLevin/
33
install -Dm644 gevretLevin/otf/GveretLevinAlefAlefAlef-Regular.otf -t "$pkgdir/usr/share/fonts/OTF/"
34
35
#open-sans
36
unzip open-sans.zip
37
install -Dm644 open-sans/*.ttf -t "${pkgdir}/usr/share/fonts/TTF/"
38
install -Dm644 open-sans/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/Apache"
39
}
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 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |