wmmail
maintainer bidulock
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from gnu-darwin.org, a non-whitelisted but plausibly legitimate historical source for this niche software; it is not an executable payload, and the build follows standard FOSS practices, making the realistic risk low despite the non-standard 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 gnu-darwin.org, a non-whitelisted but plausibly legitimate historical source for this niche software; it is not an executable payload, and the build follows standard FOSS practices, making the realistic risk low despite the non-standard 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:15
source=("http://www.gnu-darwin.org/distfiles/${_realname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Brian Bidulock <bidulock@openss7.org>
2
3
pkgname=wmmail
4
_appname=WMMail
5
_realname=${_appname}.app
6
pkgver=0.64
7
pkgrel=10
8
pkgdesc="A WindowMaker dock applet for email reporting."
9
arch=('i686' 'x86_64')
10
#url="http://dockapps.windowmaker.org/file.php/id/93"
11
url="http://web.archive.org/web/20121102092600/http://dockapps.windowmaker.org/file.php/id/70"
12
license=('GPL')
13
options=('!emptydirs')
14
depends=('windowmaker')
15
source=("http://www.gnu-darwin.org/distfiles/${_realname}-${pkgver}.tar.gz"
16
"https://gist.github.com/bbidulock/24159efea1ae3f75ba7c/raw/20fa6953be62d1ebdcde794364863fdea218b3af/wmmail.patch"
17
"system.${_appname}"
18
"${_appname}.1")
19
md5sums=('fc596db9f2f6b52eec3a303178106c8e'
20
'687c39c6f26ee60b1e04de44bc2765d7'
21
'3e4e2e065c6e419a522949cb0afc22d0'
22
'ccaf16328da78a003274f230c3640cdb')
23
24
prepare() {
25
cd ${_realname}-${pkgver}
26
patch -Np2 -b -z .orig -i "${srcdir}/${pkgname}.patch"
27
cp /usr/share/automake-1.16/config.sub .
28
cp /usr/share/automake-1.16/config.guess .
29
autoreconf -fiv
30
}
31
32
build() {
33
appspath=usr/lib/GNUstep/Apps
34
35
cd ${_realname}-${pkgver}
36
./configure --with-appspath=/${appspath} --x-includes=/usr/include/X11 --x-libraries=/usr/lib/X11
37
make
38
}
39
40
package() {
41
appspath=usr/lib/GNUstep/Apps
42
dfltsdir=etc/GNUstep/Defaults
43
44
cd ${_realname}-${pkgver}
45
make DESTDIR="$pkgdir" install
46
install -Dm0755 "${pkgdir}/${appspath}/${_realname}/${_appname}" \
47
"${pkgdir}/usr/bin/${_appname}"
48
ln -s ${_appname} "${pkgdir}/usr/bin/${pkgname}"
49
install -Dm0644 -p "${srcdir}/system.${_appname}" \
50
"${pkgdir}/${dfltsdir}/${_appname}"
51
install -Dm0644 "${srcdir}/${_appname}.1" \
52
"${pkgdir}/usr/share/man/man1/${_appname}.1"
53
}
54
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 |