tamsyn-font
maintainer marcs
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from an archived version of the project's official site, containing only font files and documentation; the worst case of a swapped source is limited to non-executable data tampering.
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 source is a tarball from an archived version of the project's official site, containing only font files and documentation; the worst case of a swapped source is limited to non-executable data tampering.
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
source=("https://web.archive.org/web/20200616131205if_/http://www.fial.com/~scott/tamsyn-font/download/tamsyn-font-1.11.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
2
# Contributor: Scott Fial <scott at fial dot com>
3
4
pkgname=tamsyn-font
5
pkgver=1.11
6
pkgrel=6
7
pkgdesc="A monospaced bitmap font for the console and X11"
8
arch=('any')
9
url="https://www.fial.com/~scott/tamsyn-font"
10
license=('custom')
11
depends=('xorg-fonts-encodings')
12
#source=("https://www.fial.com/~scott/$pkgname/download/$pkgname-$pkgver.tar.gz")
13
source=("https://web.archive.org/web/20200616131205if_/http://www.fial.com/~scott/tamsyn-font/download/tamsyn-font-1.11.tar.gz")
14
md5sums=('6ec13672d2f0d6a829f2403cdeebd980')
15
sha256sums=('97be1b604441b725548c454a92603993eb96e493f508845638a86c8d64fbf24e')
16
17
package () {
18
cd "$srcdir/$pkgname-$pkgver"
19
20
install -d "$pkgdir/usr/share/fonts/misc"
21
install -d "$pkgdir/usr/share/kbd/consolefonts"
22
install -d "$pkgdir/usr/share/doc/$pkgname"
23
24
install -m644 *.pcf "$pkgdir/usr/share/fonts/misc/"
25
install -m644 *.psf.gz "$pkgdir/usr/share/kbd/consolefonts/"
26
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/"
28
}
29
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 |