mailgraph
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 official domain (mailgraph.schweikert.ch), which is not on standard hosting but plausibly legitimate; building from official project source is normal for AUR packages.
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 official domain (mailgraph.schweikert.ch), which is not on standard hosting but plausibly legitimate; building from official project source is normal for AUR packages.
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:12
source=("https://mailgraph.schweikert.ch/pub/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Florian Pritz <bluewind@xinu.at>
2
# Contributor: lp76 <l.peduto@gmail.com>
3
pkgname=mailgraph
4
pkgver=1.14
5
pkgrel=7
6
pkgdesc="A very simple mail statistics RRDtool frontend for Postfix and Sendmail"
7
url="https://mailgraph.schweikert.ch/"
8
arch=('any')
9
license=('GPL')
10
options=(emptydirs)
11
depends=('rrdtool' 'perl-file-tail')
12
source=("https://mailgraph.schweikert.ch/pub/$pkgname-$pkgver.tar.gz"
13
mailgraph.service)
14
sha256sums=('50ea6ea8a33f5015926edd8b70a4d954ac27df4863514bddc5e69c948a7aac81'
15
'c6983cbd698457d09db8911f18da73d93451f5940fc4adddd04e0e1859d8d0b1')
16
17
prepare() {
18
cd "$srcdir/$pkgname-$pkgver"
19
sed -i "s:mailgraph.rrd:/var/lib/mailgraph/mailgraph.rrd:" mailgraph.cgi
20
sed -i "s:mailgraph_virus.rrd:/var/lib/mailgraph/mailgraph_virus.rrd:" mailgraph.cgi
21
}
22
23
package() {
24
cd "$srcdir/$pkgname-$pkgver"
25
26
#CGI_DIR=`grep 'ScriptAlias /cgi-bin/' /etc/httpd/conf/httpd.conf | awk '{print $3}' | sed 's|"||g'`
27
CGI_DIR="/usr/share/webapps/mailgraph"
28
29
install -D -m755 mailgraph.pl "$pkgdir/usr/bin/mailgraph.pl"
30
install -D -m755 mailgraph.cgi "$pkgdir/$CGI_DIR/mailgraph.cgi"
31
install -D -m755 mailgraph.css "$pkgdir/$CGI_DIR/mailgraph.css"
32
install -D -m644 "$srcdir/mailgraph.service" "$pkgdir/usr/lib/systemd/system/mailgraph.service"
33
install -d -m755 "$pkgdir/var/lib/mailgraph"
34
}
35
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 |