emwm-utils
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
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-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 |