ttf-joypixels
maintainer alba4k
· 23 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads font and license files from the project's own CDN (joypixels.com), which is a legitimate source; the files are non-executable data, so even if the host were compromised, the risk 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 and license files from the project's own CDN (joypixels.com), which is a legitimate source; the files are non-executable data, so even if the host were compromised, the risk 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:16
source=("joypixels-linux-${pkgver}.ttf::https://cdn.joypixels.com/distributions/arch-linux/11.0.0/joypixels-android.ttf"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Aaron Blasko <blaskoazzolaaaron@gmail.com>
2
# Contributor: Caleb Maclennan <caleb@alerque.com>
3
# Contributor: Maxim Baz <archlinux at maximbaz dot com>
4
5
pkgname=ttf-joypixels
6
pkgver=11.0.0
7
pkgrel=1
8
pkgdesc='Emoji as a Service (formerly EmojiOne)'
9
url='https://joypixels.com/'
10
arch=('any')
11
license=('custom')
12
provides=('emoji-font')
13
conflicts=('ttf-emojione')
14
replaces=('ttf-emojione')
15
install="${pkgname}.install"
16
source=("joypixels-linux-${pkgver}.ttf::https://cdn.joypixels.com/distributions/arch-linux/11.0.0/joypixels-android.ttf"
17
"license-free-${pkgver}-${pkgrel}.txt::https://cdn.joypixels.com/distributions/arch-linux/11.0.0/free-license.txt"
18
"license-appendix-${pkgver}-${pkgrel}.txt::https://cdn.joypixels.com/distributions/arch-linux/11.0.0/joypixels-license-appendix.txt")
19
sha256sums=('b5a1cacb6ae29f5484db804a9c1f0b67aeb653c30ef472f989fdfe987437f08a'
20
'86ce929a40d7b1d05b0e183c64797cf13e6da504cabff1111b1ad2e26c0882ad'
21
'8e005ae09e09dd59bca0a9064ecca091d50740f6f98f194f260ec69e9aae0348')
22
23
package() {
24
install -Dm644 "joypixels-linux-${pkgver}.ttf" "${pkgdir}/usr/share/fonts/${pkgname#ttf-}/JoyPixels.ttf"
25
26
echo "Please read and accept the terms of the license installed with the package."
27
install -Dm644 "license-free-${pkgver}-${pkgrel}.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
28
install -Dm644 "license-appendix-${pkgver}-${pkgrel}.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.appendix.txt"
29
30
}
31
32
# vim:set ts=4 sw=4 et:
33
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 |