psf-envypn
The package downloads a source tarball from a personal domain, but it builds a font from source using standard tools, and the final artifacts are non-executable PSF font files; the worst case of a swapped source is limited to font tampering, 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 a source tarball from a personal domain, but it builds a font from source using standard tools, and the final artifacts are non-executable PSF font files; the worst case of a swapped source is limited to font tampering, 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:11
source=("https://ywstd.fr/files/p/envypn-font/envypn-font-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Piroro-hs
pkgname=psf-envypn
pkgver=1.7.1
pkgrel=1
pkgdesc='Readable bitmap font inspired by Envy Code R, covers ISO 8859-1,2 and Powerline glyphs, console version (PSF format)'
arch=('any')
url='https://ywstd.fr/p/pj/#envypn'
license=('custom:MirOS License')
makedepends=('pcf2bdf' 'bdf2psf')
source=("https://ywstd.fr/files/p/envypn-font/envypn-font-${pkgver}.tar.gz"
"charconv.sed"
"codepoints.set")
sha384sums=('b53cc8166e7a0c039b4f4e579e258c842e6951d95f7d4cfd38a3868717ad8a27eecbf854ee34a926b2754ff12d5e2459'
'94f24676e8489ea6d0c932c965a7be9f1bc633aa5ec74b793fdbb3ec9ff6eaa3105a7b9d4ad361e7ca6dfc0b6476263a'
'b5f408337d094e1027d20da034375251d77aef3da675b7784c15c532ebe1e8ac5067db16eb605a5816fe8aef197b1c08')
build() {
pcf2bdf -o envypn7x13.bdf envypn-font-${pkgver}/envypn7x13.pcf.gz
pcf2bdf -o envypn7x13e.bdf envypn-font-${pkgver}/envypn7x13e.pcf.gz
pcf2bdf -o envypn7x15.bdf envypn-font-${pkgver}/envypn7x15.pcf.gz
pcf2bdf -o envypn7x15e.bdf envypn-font-${pkgver}/envypn7x15e.pcf.gz
sed -i -f charconv.sed envypn7x13e.bdf
sed -i -f charconv.sed envypn7x15e.bdf
bdf2psf --fb envypn7x13.bdf+envypn7x13e.bdf /usr/share/bdf2psf/standard.equivalents codepoints.set 256 envypn7x13.psfu
bdf2psf --fb envypn7x15.bdf+envypn7x15e.bdf /usr/share/bdf2psf/standard.equivalents codepoints.set 256 envypn7x15.psfu
zstd envypn7x13.psfu
zstd envypn7x15.psfu
}
package() {
install -Dm644 "envypn7x13.psfu.zst" "${pkgdir}/usr/share/kbd/consolefonts/envypn7x13.psfu.zst"
install -Dm644 "envypn7x15.psfu.zst" "${pkgdir}/usr/share/kbd/consolefonts/envypn7x15.psfu.zst"
install -Dm644 "envypn-font-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
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 |