hyphen-ca
maintainer jorge_barroso
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a Catalan hyphenation dictionary from a non-whitelisted but plausibly project-related host; the file is plain data, not executable, and the worst case of a swap is limited to incorrect hyphenation.
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 Catalan hyphenation dictionary from a non-whitelisted but plausibly project-related host; the file is plain data, not executable, and the worst case of a swap is limited to incorrect hyphenation.
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://riuraueditors.cat/particio_de_mots/hyph_ca_ES.dic')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: jpatufet <jpatufet86@gmail.com>
2
3
pkgname=hyphen-ca
4
pkgver=1.2
5
pkgrel=1
6
pkgdesc="Catalan hyphenation rules"
7
arch=(any)
8
url="http://riuraueditors.cat/web/content/12-eines"
9
license=('GPLv3')
10
optdepends=('hyphen: offers hyphenation library functions')
11
source=('http://riuraueditors.cat/particio_de_mots/hyph_ca_ES.dic')
12
sha512sums=('c86482576fd93ae5c91d47201af872f996fd8013d0f1c6242aa8843958b6ead63d90ff203ba52cfd4ed25da32d3cf48eea6690f0d3b7e2de0c20f2f2ef0fd465')
13
14
15
package(){
16
17
#copy hypen
18
cd "${srcdir}"
19
install -dm755 "${pkgdir}"/usr/share/hyphen
20
cp -p hyph_ca_ES.dic "${pkgdir}"/usr/share/hyphen/hyph_ca_ES.dic
21
22
#alias hyphen - comment/delete if you don't want all these alias
23
pushd "${pkgdir}"/usr/share/hyphen/
24
ca_ES_alias="ca_AD ca_FR ca_IT"
25
for lang in ${ca_ES_alias}; do
26
ln -s hyph_ca_ES.dic hyph_${lang}.dic
27
done
28
popd
29
30
#myspell symlinks
31
install -dm755 "${pkgdir}"/usr/share/myspell/dicts
32
pushd "${pkgdir}"/usr/share/myspell/dicts
33
for file in "${pkgdir}"/usr/share/hyphen/*; do
34
ln -sv /usr/share/hyphen/"$(basename "${file}")" .
35
done
36
popd
37
38
#docs
39
#install -dm755 "${pkgdir}"/usr/share/doc/"${pkgname}"
40
}
41
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 |