monitorix
The source is a tarball from the project's official domain (monitorix.org), which is a plausibly legitimate source for the software; building from official project sources is normal AUR packaging practice even if the host is not on a whitelist.
Triggered rules
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The source is a tarball from the project's official domain (monitorix.org), which is a plausibly legitimate source for the software; building from official project sources is normal AUR packaging practice even if the host is not on a whitelist.
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:26
source=("http://www.$pkgname.org/$pkgname-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=monitorix
pkgver=3.16.0
pkgrel=1
pkgdesc='A lightweight system monitoring tool that uses rrd databases.'
arch=('any')
url='https://www.monitorix.org'
license=('GPL2')
depends=('perl' 'perl-cgi' 'perl-mailtools' 'perl-mime-lite' 'perl-libwww'
'perl-dbi' 'perl-xml-simple' 'perl-config-simple' 'perl-config-general'
'rrdtool' 'perl-http-server-simple')
optdepends=(
'anything-sync-daemon: offload your databases to tmpfs to save i/o to your disk.'
'hddtemp: enable support for hdd temp monitoring.'
'lm_sensors: enable support for system temp monitoring.'
'net-tools: for netstat monitoring'
'nvidia: enable support for nVidia card temp and usage monitoring.'
'perl-dbd-mysql: for mysql monitoring'
'smartmontools: enable support for hdd bad sector monitoring.'
'terminus-font: if graphs do not contain characters, you may need this font package.')
conflicts=("$pkgname-git")
backup=("etc/$pkgname/$pkgname.conf" "etc/$pkgname.conf")
install=readme.install
source=("http://www.$pkgname.org/$pkgname-$pkgver.tar.gz")
sha256sums=('0dcd356827d3fc1ce251fe4871b595575e96d8e49e9bdceef82d9a05ae14f363')
prepare() {
cd "$pkgname-$pkgver"
# use Arch default location for http servers and enable built-in httpd
sed -i -e '/^base_dir/ s,var\/lib\/monitorix\/www,srv\/http\/monitorix,' \
-i -e '/^<httpd_builtin>/{$!N; s/y/n/}' $pkgname.conf
}
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" BASEDIR=/srv/http/monitorix \
WWWDIR=/srv/http/monitorix install-systemd-all
# Arch provides the license so do not duplicate it
rm -f "$pkgdir/usr/share/doc/$pkgname/COPYING"
# remove unneed files
rm -f "$pkgdir/usr/share/doc/$pkgname/README.OpenBSD"
rm -f "$pkgdir/usr/share/doc/$pkgname/README.NetBSD"
rm -f "$pkgdir/usr/share/doc/$pkgname/README.FreeBSD"
}
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 |