psf-envypn

LOW
maintainer Piroro-hs 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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:11 source=("https://ywstd.fr/files/p/envypn-font/envypn-font-${pkgver}.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Piroro-hs
2
3pkgname=psf-envypn
4pkgver=1.7.1
5pkgrel=1
6pkgdesc='Readable bitmap font inspired by Envy Code R, covers ISO 8859-1,2 and Powerline glyphs, console version (PSF format)'
7arch=('any')
8url='https://ywstd.fr/p/pj/#envypn'
9license=('custom:MirOS License')
10makedepends=('pcf2bdf' 'bdf2psf')
11source=("https://ywstd.fr/files/p/envypn-font/envypn-font-${pkgver}.tar.gz"
12 "charconv.sed"
13 "codepoints.set")
14sha384sums=('b53cc8166e7a0c039b4f4e579e258c842e6951d95f7d4cfd38a3868717ad8a27eecbf854ee34a926b2754ff12d5e2459'
15 '94f24676e8489ea6d0c932c965a7be9f1bc633aa5ec74b793fdbb3ec9ff6eaa3105a7b9d4ad361e7ca6dfc0b6476263a'
16 'b5f408337d094e1027d20da034375251d77aef3da675b7784c15c532ebe1e8ac5067db16eb605a5816fe8aef197b1c08')
17
18build() {
19 pcf2bdf -o envypn7x13.bdf envypn-font-${pkgver}/envypn7x13.pcf.gz
20 pcf2bdf -o envypn7x13e.bdf envypn-font-${pkgver}/envypn7x13e.pcf.gz
21 pcf2bdf -o envypn7x15.bdf envypn-font-${pkgver}/envypn7x15.pcf.gz
22 pcf2bdf -o envypn7x15e.bdf envypn-font-${pkgver}/envypn7x15e.pcf.gz
23 sed -i -f charconv.sed envypn7x13e.bdf
24 sed -i -f charconv.sed envypn7x15e.bdf
25 bdf2psf --fb envypn7x13.bdf+envypn7x13e.bdf /usr/share/bdf2psf/standard.equivalents codepoints.set 256 envypn7x13.psfu
26 bdf2psf --fb envypn7x15.bdf+envypn7x15e.bdf /usr/share/bdf2psf/standard.equivalents codepoints.set 256 envypn7x15.psfu
27 zstd envypn7x13.psfu
28 zstd envypn7x15.psfu
29}
30
31package() {
32 install -Dm644 "envypn7x13.psfu.zst" "${pkgdir}/usr/share/kbd/consolefonts/envypn7x13.psfu.zst"
33 install -Dm644 "envypn7x15.psfu.zst" "${pkgdir}/usr/share/kbd/consolefonts/envypn7x15.psfu.zst"
34 install -Dm644 "envypn-font-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
35}
36

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion