wmmail

LOW
maintainer bidulock 3 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=wmmail
4_appname=WMMail
5_realname=${_appname}.app
6pkgver=0.64
7pkgrel=10
8pkgdesc="A WindowMaker dock applet for email reporting."
9arch=('i686' 'x86_64')
10#url="http://dockapps.windowmaker.org/file.php/id/93"
11url="http://web.archive.org/web/20121102092600/http://dockapps.windowmaker.org/file.php/id/70"
12license=('GPL')
13options=('!emptydirs')
14depends=('windowmaker')
15source=("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")
19md5sums=('fc596db9f2f6b52eec3a303178106c8e'
20 '687c39c6f26ee60b1e04de44bc2765d7'
21 '3e4e2e065c6e419a522949cb0afc22d0'
22 'ccaf16328da78a003274f230c3640cdb')
23
24prepare() {
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
32build() {
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
40package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion