qwerty-lafayette

maintainer orphaned · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a Python script from the project's official domain to generate XKB symbol files; it builds the project's own source, and the script is not executed remotely or obfuscated, posing minimal risk despite the non-whitelisted host.

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 Python script from the project's official domain to generate XKB symbol files; it builds the project's own source, and the script is not executed remotely or obfuscated, posing minimal risk despite the non-whitelisted host.

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:13 "https://qwerty-lafayette.org/releases/lafayette_linux_v${pkgver}.py"

PKGBUILD

1 offending line(s) highlighted
1# Creator: Frank LENORMAND <lenormf@gmail.com>
2
3pkgname=qwerty-lafayette
4pkgver=0.8.1
5pkgrel=1
6pkgdesc="QWERTY keyboard layout for francophone developers"
7arch=("any")
8url="https://qwerty-lafayette.org/"
9license=("WTFPL")
10depends=("xorg-server")
11makedepends=("python")
12source=(
13 "https://qwerty-lafayette.org/releases/lafayette_linux_v${pkgver}.py"
14 "0001-feat-Remove-unbreakable-spaces-from-the-layouts.patch"
15 "0002-feat-Generate-symbol-files-locally-and-exit.patch"
16)
17sha256sums=(
18 cb39b8ccc66be995a747d7fc8443ca7a131a6890380854504210f5a6274d311f
19 6a638f02808a6eb40510e245ff30bb090d8a5f0af348a8de5dc5cb1c5084d3dd
20 7457a1faa275ce66f33626bcfe0d00f2e1cc0ab0e7153b2348419e9e582e620a
21)
22
23prepare() {
24 patch --follow-symlinks -p1 < 0001-feat-Remove-unbreakable-spaces-from-the-layouts.patch
25 patch --follow-symlinks -p1 < 0002-feat-Generate-symbol-files-locally-and-exit.patch
26}
27
28build() {
29 mkdir -p build && cd build
30
31 python ../lafayette_linux_v"${pkgver}".py
32}
33
34package() {
35 cd build
36
37 install -d "${pkgdir}"/usr/share/X11/xkb/symbols/
38 install -m644 * "${pkgdir}"/usr/share/X11/xkb/symbols/
39}
40

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion