locale-en_xx
maintainer Xyne
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a locale definition file from the maintainer's own domain, which is not on a standard host but hosts the project's source; the content is non-executable data, so the worst case is data tampering, not code execution.
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 installs a locale definition file from the maintainer's own domain, which is not on a standard host but hosts the project's source; the content is non-executable data, so the worst case is data tampering, not code execution.
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:10
https://xyne.dev/projects/locale-en_xx/src/locale-en_xx-2017.tar.xz
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: Xyne <gro xunilhcra enyx, backwards>
2
pkgname=locale-en_xx
3
pkgver=2017
4
pkgrel=4
5
pkgdesc='A mixed international English locale with ISO and POSIX formats for cosmopolitan coders.'
6
arch=(any)
7
license=(GPL)
8
url="https://xyne.dev/projects/locale-en_xx"
9
source=(
10
https://xyne.dev/projects/locale-en_xx/src/locale-en_xx-2017.tar.xz
11
https://xyne.dev/projects/locale-en_xx/src/locale-en_xx-2017.tar.xz.sig
12
)
13
sha512sums=(
14
51d75f351a1be278f457883306de8d18781827a82ad000d0ad0e324fc88c9eaaf0f7d395ee33bdc43a61d47b2318077b0385cf5fbeda3c467b4055d6adb2fd6d
15
1658d55168c8176e75901a0464664d642a577c72c1b36ff771e5d342a961ad3e7e743faa950faf6172cdc978e99b785fdcad839f7e818106ecb6e28176a0af64
16
)
17
md5sums=(
18
5ee464acb80d129e6fd9a430ee5e92eb
19
72d594aba65146d1726727b5f9c04dfa
20
)
21
install=locale-en_xx.install
22
validpgpkeys=('D89FAAEB4CECAFD199A2F5E612C6F735F7A9A519')
23
24
package () {
25
cd -- "$srcdir/$pkgname-$pkgver"
26
install -Dm644 "en_XX@POSIX" "$pkgdir/usr/share/i18n/locales/en_XX@POSIX"
27
# install -Dm755 "en_XX.sh" "$pkgdir/etc/profile.d/en_XX.sh"
28
}
29
30
# vim: set ts=2 sw=2 et:
31
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 |