emwm-utils
LOW
maintainer orphaned
0 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The source is a tarball from the project's own domain (fastestcode.org), used to build the software from source; this is normal AUR packaging behavior 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 source is a tarball from the project's own domain (fastestcode.org), used to build the software from source; this is normal AUR packaging behavior 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:23
"https://fastestcode.org/dl/emwm-utils-src-$pkgver.tar.xz"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Balló György <ballogyor+arch at gmail dot com>
2
3
pkgname=emwm-utils
4
pkgver=1.3.2
5
pkgrel=1
6
pkgdesc='Minimalist session manager and a /toolchest/ like application launcher for Unix/X11'
7
arch=(x86_64)
8
url='https://fastestcode.org/emwm.html'
9
license=(MIT)
10
depends=(
11
bash
12
emwm
13
glibc
14
libx11
15
libxcrypt
16
libxinerama
17
libxrandr
18
libxss
19
libxt
20
openmotif
21
)
22
source=(
23
"https://fastestcode.org/dl/emwm-utils-src-$pkgver.tar.xz"
24
xmsm.desktop
25
)
26
b2sums=(
27
7d4e1b4749cae9ff3bbfc31ced62d3dc16be0d8c1cfe132b532a1bdca6d103dfb29543dd297c1669e2652c6cbe0b0fe50b1ba09058b01f56eeae9204e4e622b5
28
38e5312a8519271579adfba7b43d5ced16d2695c63128262f9173673818672b1c04db279a037e28daf536668334d52e412c7e0f18f7a88355abfaafb284135d4
29
)
30
31
build() {
32
cd $pkgname-src-$pkgver
33
make
34
}
35
36
package () {
37
cd $pkgname-src-$pkgver
38
install -dm755 "$pkgdir/usr/bin"
39
make PREFIX="$pkgdir/usr" RCDIR="$pkgdir/etc/X11" APPLRESDIR="$pkgdir/etc/X11/app-defaults" install
40
install -Dm644 -t "$pkgdir/usr/share/xsessions" ../xmsm.desktop
41
install -Dm644 -t "$pkgdir/usr/share/licenses/emwm-utils" COPYING
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |