tpp
maintainer julieiversen
· 27 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain (ngolde.de), which hosts the software and documentation; building from this source is normal AUR packaging, even though the domain is not on a standard whitelist.
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 the project's official domain (ngolde.de), which hosts the software and documentation; building from this source is normal AUR packaging, even though the domain is not on a standard whitelist.
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:17
source=(http://www.ngolde.de/download/$pkgname-$pkgver.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer:
2
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
3
# Contributor: Bersam Karbasion <bersam.k at gmail dot com>
4
# Contributor: pancho <pancho at pancho dot name>
5
# Contributor: taifunbrowser <bjmnbraun at gmail dot com>
6
# Contributor: junglepeanut <jungle1peanut1 at hotmail dot com>
7
8
pkgname=tpp
9
pkgver=1.3.1
10
pkgrel=3
11
pkgdesc="A text presentation program in ncurses, LaTeX, or text."
12
arch=('any')
13
url="http://www.ngolde.de/tpp.html"
14
license=('GPL')
15
depends=('ncurses' 'ruby-ncurses' 'ruby>=1.8')
16
makedepends=('recode')
17
source=(http://www.ngolde.de/download/$pkgname-$pkgver.tar.gz
18
fix-for-ruby1.9.patch)
19
sha256sums=('68e3de94fbfb62bd91a6d635581bcf8671a306fffe615d00294d388ad91e1b5f'
20
'ba280e02c1e4373f7b8f4fcbb1822f342f00188bb17d0a6d22c78f0d927dcad3')
21
22
prepare() {
23
cd "$srcdir"/$pkgname-$pkgver
24
25
patch -p0 < "${srcdir}"/fix-for-ruby1.9.patch
26
recode latin1..UTF-8 "${srcdir}"/$pkgname-$pkgver/examples/*.tpp
27
}
28
29
package() {
30
cd "${srcdir}"/$pkgname-$pkgver
31
32
install -d "${pkgdir}"/usr/{bin,share/man/man1}
33
make prefix="${pkgdir}"/usr install
34
}
35
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 |