sway-persistent-workspaces-git
maintainer 33KK
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a git repository from a personal domain for a forked project, which is normal for AUR packages; building from source is expected and the host, while not standard, is plausibly the maintainer's own.
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 git repository from a personal domain for a forked project, which is normal for AUR packages; building from source is expected and the host, while not standard, is plausibly the maintainer's own.
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:52
source=("${_pkgname}::git+https://code.pepega.club/33KK/sway.git"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: 33KK <marko@pepega.club>
2
# Contributor: GreyXor <greyxor@protonmail.com>
3
# Contributor: Drew DeVault <sir@cmpwn.com>
4
# Contributor: Antonin Décimo <antonin dot decimo at gmail dot com>
5
6
_pkgname=sway
7
pkgname="${_pkgname}-persistent-workspaces-git"
8
pkgver=r7201.7efbd8e2
9
pkgrel=1
10
arch=('x86_64')
11
pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager (fork with persistent workspaces)'
12
url='https://code.pepega.club/33KK/sway/src/branch/persistent-workspaces'
13
license=('MIT')
14
depends=(
15
"cairo"
16
"gdk-pixbuf2"
17
"glib2"
18
"glibc"
19
"json-c"
20
"libevdev"
21
"libinput"
22
"libxcb"
23
"libxkbcommon"
24
"pango"
25
"pcre2"
26
"pixman"
27
"systemd-libs"
28
"wayland"
29
"wlroots-git"
30
"xcb-util-wm"
31
)
32
makedepends=(
33
"git"
34
"libcap"
35
"meson"
36
"scdoc"
37
"wayland-protocols"
38
)
39
optdepends=(
40
'wmenu: Application launcher used in default configuration'
41
'foot: Terminal emulator used in default configuration'
42
'polkit: System privilege control. Required if not using seatd service'
43
'swaybg: Wallpaper tool for sway'
44
'swayidle: Idle management daemon'
45
'swaylock: Screen locker'
46
'xorg-xwayland: X11 support'
47
)
48
install=sway.install
49
provides=("${_pkgname}")
50
conflicts=("${_pkgname}")
51
backup=("etc/sway/config")
52
source=("${_pkgname}::git+https://code.pepega.club/33KK/sway.git"
53
"50-systemd-user.conf")
54
b2sums=('SKIP'
55
'SKIP')
56
57
pkgver() {
58
# Calculate the version dynamically using git information
59
printf "r%s.%s" "$(git -C "$srcdir/${_pkgname}" rev-list --count HEAD)" "$(git -C "$srcdir/${_pkgname}" rev-parse --short HEAD)"
60
}
61
62
build() {
63
arch-meson "${_pkgname}" build -D sd-bus-provider=libsystemd -D werror=false
64
65
meson compile -C build
66
}
67
68
package() {
69
meson install -C build --destdir "$pkgdir"
70
71
install -Dm644 50-systemd-user.conf -t "$pkgdir/etc/sway/config.d/"
72
install -Dm644 "${_pkgname}/LICENSE" "$pkgdir/usr/share/licenses/${_pkgname}/LICENSE"
73
}
74
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 |