ttf-luciole
maintainer milouse
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads font files and a license text from a non-whitelisted but plausible project-related host; these are non-executable data files, so the worst-case impact of a swapped source is limited to data tampering, 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 and a license text from a non-whitelisted but plausible project-related host; these are non-executable data files, so the worst-case impact of a swapped source is limited to data tampering, 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:10
source=("https://www.typographies.fr/N/luciole/Luciole-Regular.ttf"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Étienne Deparis <etienne@depar.is>
2
pkgname=ttf-luciole
3
pkgver=1.0
4
pkgrel=3
5
pkgdesc="A typeface developed explicitly for visually impaired people."
6
arch=("any")
7
url="https://www.luciole-vision.com/luciole-en.html"
8
license=("CCPL:cc-by-4.0")
9
depends=(fontconfig)
10
source=("https://www.typographies.fr/N/luciole/Luciole-Regular.ttf"
11
"https://www.typographies.fr/N/luciole/Luciole-Bold.ttf"
12
"https://www.typographies.fr/N/luciole/Luciole-Regular-Italic.ttf"
13
"https://www.typographies.fr/N/luciole/Luciole-Bold-Italic.ttf"
14
"https://www.typographies.fr/N/luciole/Read%20Me.txt")
15
sha256sums=('1ae1bbefc9ae6741d4a7f22ae1f34436f2df779995bfd314ebc42a17250d3f8a'
16
'7e141d4e2f4605e4634baea2d606434b24257a00d7f0000f00af178efad24df2'
17
'389941ba7ad9a5db635b74bdedff43de54d91748597a991410346d9551efb875'
18
'a945740a3f7307aad34f240320535b233afc3aea4fe3940bdc6647fd2cfefedf'
19
'b65e176a58b7de57691aabc344f96cf9e4998adcc9dd268381b29ae6d8936e22')
20
21
package() {
22
install -d -m755 "$pkgdir/usr/share/licenses/$pkgname"
23
install -D -m644 "Read%20Me.txt" "$pkgdir/usr/share/licenses/$pkgname/readme.txt"
24
25
install -d -m755 "$pkgdir/usr/share/fonts/TTF"
26
install -D -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/"
27
}
28
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 |