mythes-sv
maintainer LiljeQ
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a LibreOffice extension from an official project domain, containing only data files (thesaurus dictionaries), not executable code; the non-whitelisted host is the project's own release infrastructure, and the installed files are static resources for spell-checking.
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 LibreOffice extension from an official project domain, containing only data files (thesaurus dictionaries), not executable code; the non-whitelisted host is the project's own release infrastructure, and the installed files are static resources for spell-checking.
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:15
source=("https://extensions.libreoffice.org/assets/downloads/z/swedishthesaurus.oxt")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Johan Liljeqvist <johan (at) liljeq.net>
2
# From hunspell-sv-se:
3
# Contributor: jtts
4
# Contributor: Oscar Carlsson <oscar.carlsson (at) gmail.com>
5
6
pkgname=mythes-sv
7
pkgver=20101106
8
_pkgver=1.3
9
pkgrel=9
10
pkgdesc="Swedish thesaurus"
11
arch=('any')
12
url="http://lexin2.nada.kth.se/synlex.html"
13
license=('custom')
14
depends=('libmythes')
15
source=("https://extensions.libreoffice.org/assets/downloads/z/swedishthesaurus.oxt")
16
sha256sums=('58de0797f5dca60b7dd5e2355c381eb4ced72aff7a726861a2512ebc2e97ad55')
17
18
package() {
19
cd $srcdir/dictionaries
20
install -dm755 ${pkgdir}/usr/share/mythes
21
install -D -m644 th_sv_SE.dat $pkgdir/usr/share/mythes/th_sv_v2.dat
22
install -D -m644 th_sv_SE.idx $pkgdir/usr/share/mythes/th_sv_v2.idx
23
install -D -m644 ../Info-en.txt $pkgdir/usr/share/licenses/mythes-sv/Info-en.txt
24
25
pushd ${pkgdir}/usr/share/mythes
26
ln -s th_sv_v2.dat th_sv_SE_v2.dat
27
ln -s th_sv_v2.idx th_sv_SE_v2.idx
28
ln -s th_sv_v2.dat th_sv_FI_v2.dat
29
ln -s th_sv_v2.idx th_sv_FI_v2.idx
30
popd
31
32
install -dm755 ${pkgdir}/usr/share/myspell/dicts
33
pushd $pkgdir/usr/share/myspell/dicts
34
ln -sv /usr/share/mythes/th_sv_v2.dat .
35
ln -sv /usr/share/mythes/th_sv_v2.idx .
36
ln -sv /usr/share/mythes/th_sv_SE_v2.dat .
37
ln -sv /usr/share/mythes/th_sv_SE_v2.idx .
38
ln -sv /usr/share/mythes/th_sv_FI_v2.dat .
39
ln -sv /usr/share/mythes/th_sv_FI_v2.idx .
40
popd
41
}
42
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 |