wmmail
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
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)
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# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=wmmail
_appname=WMMail
_realname=${_appname}.app
pkgver=0.64
pkgrel=10
pkgdesc="A WindowMaker dock applet for email reporting."
arch=('i686' 'x86_64')
#url="http://dockapps.windowmaker.org/file.php/id/93"
url="http://web.archive.org/web/20121102092600/http://dockapps.windowmaker.org/file.php/id/70"
license=('GPL')
options=('!emptydirs')
depends=('windowmaker')
source=("http://www.gnu-darwin.org/distfiles/${_realname}-${pkgver}.tar.gz"
"https://gist.github.com/bbidulock/24159efea1ae3f75ba7c/raw/20fa6953be62d1ebdcde794364863fdea218b3af/wmmail.patch"
"system.${_appname}"
"${_appname}.1")
md5sums=('fc596db9f2f6b52eec3a303178106c8e'
'687c39c6f26ee60b1e04de44bc2765d7'
'3e4e2e065c6e419a522949cb0afc22d0'
'ccaf16328da78a003274f230c3640cdb')
prepare() {
cd ${_realname}-${pkgver}
patch -Np2 -b -z .orig -i "${srcdir}/${pkgname}.patch"
cp /usr/share/automake-1.16/config.sub .
cp /usr/share/automake-1.16/config.guess .
autoreconf -fiv
}
build() {
appspath=usr/lib/GNUstep/Apps
cd ${_realname}-${pkgver}
./configure --with-appspath=/${appspath} --x-includes=/usr/include/X11 --x-libraries=/usr/lib/X11
make
}
package() {
appspath=usr/lib/GNUstep/Apps
dfltsdir=etc/GNUstep/Defaults
cd ${_realname}-${pkgver}
make DESTDIR="$pkgdir" install
install -Dm0755 "${pkgdir}/${appspath}/${_realname}/${_appname}" \
"${pkgdir}/usr/bin/${_appname}"
ln -s ${_appname} "${pkgdir}/usr/bin/${pkgname}"
install -Dm0644 -p "${srcdir}/system.${_appname}" \
"${pkgdir}/${dfltsdir}/${_appname}"
install -Dm0644 "${srcdir}/${_appname}.1" \
"${pkgdir}/usr/share/man/man1/${_appname}.1"
}
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 |