selfhtml-de
maintainer Tblue
· 0 votes
· base
selfhtml
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads static documentation files from a non-whitelisted but plausibly project-maintainer-owned host; the content is non-executable and the worst case of a swapped source is limited to 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 package downloads static documentation files from a non-whitelisted but plausibly project-maintainer-owned host; the content is non-executable and the worst case of a swapped source is limited to 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:11
source=('http://files.ax86.net/mirror/selfhtml/selfhtml812.tar.xz'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Tilman Blumenbach <tilman (at) ax86 (dot) net>
2
3
pkgbase='selfhtml'
4
pkgname=('selfhtml-de' 'selfhtml-fr')
5
pkgver='8.1.2'
6
pkgdesc='An excellent HTML reference which also covers other web topics'
7
pkgrel=5
8
arch=('any')
9
url='http://selfhtml.org'
10
license=('custom')
11
source=('http://files.ax86.net/mirror/selfhtml/selfhtml812.tar.xz'
12
'http://files.ax86.net/mirror/selfhtml/selfhtml80fr.tar.xz'
13
'http://files.ax86.net/mirror/selfhtml/selfhtml80fr_update812.tar.xz')
14
15
# $1: Language code
16
_do_package() {
17
mkdir -p "$pkgdir/usr/share/doc/selfhtml/$1"
18
mkdir -p "$pkgdir/usr/share/licenses/selfhtml/$1"
19
20
cp -a . "$pkgdir/usr/share/doc/selfhtml/$1"
21
ln -s "/usr/share/doc/selfhtml/$1/editorial/copyright.htm" "$pkgdir/usr/share/licenses/selfhtml/$1"
22
}
23
24
package_selfhtml-de() {
25
# Need to do this here so that mkaurball correctly extracts these variables.
26
pkgdesc="An excellent HTML reference which also covers other web topics (German version)"
27
url="http://de.selfhtml.org"
28
29
cd "$srcdir/selfhtml812"
30
_do_package de
31
}
32
33
package_selfhtml-fr() {
34
# Need to do this here so that mkaurball correctly extracts these variables.
35
pkgdesc="An excellent HTML reference which also covers other web topics (French version)"
36
url="http://fr.selfhtml.org"
37
38
cd "$srcdir/selfhtml80fr"
39
_do_package fr
40
}
41
42
md5sums=('498cef61ba58aca47e5601d8b41181e1'
43
'a92011c71a6a211c727a7dc87910aa4e'
44
'f4c45c2fe4a28eb8b27a29cb59d5b474')
45
sha384sums=('26b02844e55de2974257fdfbc6fea88caadc516735097167d3522a247d077911b77d4d059c9bd08d0e0d37ebc2704193'
46
'b9bc42c0d2ec0846e1040618eb0d965129b4bcabcc96109c35b059ac212d97d8d6f0e3ec0b4f2fbcafed2982e612cdf9'
47
'fa1e53b7511d77bf00ce7744fff1dedd975273ed894148870f398a683f762f530d4df6f7cc578b95d0fad85f448c91f0')
48
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 |