nagvis
maintainer orphaned
· 3 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 website, which is a normal and expected source for AUR packages; building from the project's own release infrastructure, even on a non-whitelisted host, is low risk.
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 website, which is a normal and expected source for AUR packages; building from the project's own release infrastructure, even on a non-whitelisted host, is low risk.
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:22
source=("http://www.nagvis.org/share/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Felix Golatofski <contact@xdfr.de>
2
# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
3
# Contributor: Mariusz Derela <mariusz.derela@gmail.com>
4
5
pkgname=nagvis
6
pkgver=1.9.21
7
pkgrel=1
8
pkgdesc="Visualization addon for the well known network managment system Nagios"
9
license=('GPL')
10
arch=('any')
11
url="http://www.nagvis.org"
12
depends=('graphviz' 'php-sqlite' 'apache' 'php-apache')
13
install=$pkgname.install
14
backup=('usr/share/nagvis/etc/geomap/links.xml' 'usr/share/nagvis/etc/geomap/viewpoints.xml'
15
'usr/share/nagvis/etc/geomap/locations.xml' 'usr/share/nagvis/etc/geomap/settings.xml'
16
'usr/share/nagvis/etc/geomap/demo-locations.csv' 'usr/share/nagvis/etc/maps/demo-overview.cfg'
17
'usr/share/nagvis/etc/maps/demo-automap2.cfg' 'usr/share/nagvis/etc/maps/demo-load.cfg'
18
'usr/share/nagvis/etc/maps/demo-germany.cfg' 'usr/share/nagvis/etc/maps/demo-geomap.cfg'
19
'usr/share/nagvis/etc/maps/demo-ham-racks.cfg' 'usr/share/nagvis/etc/maps/demo-muc-srv1.cfg'
20
'usr/share/nagvis/etc/maps/demo-automap.cfg' 'usr/share/nagvis/etc/.htaccess'
21
'usr/share/nagvis/etc/conf.d/demo.ini.php' 'etc/httpd/conf/extra/nagvis.conf')
22
source=("http://www.nagvis.org/share/$pkgname-$pkgver.tar.gz"
23
$pkgname.conf)
24
sha256sums=('659f0947e466c4b5248d73ebf25dca3545c48a02853786446acbcae14c38df7e'
25
'b0cd7ef38950c876d7ce99318eea9e835776e98cd28d469b4499285fbc29031f')
26
27
package() {
28
cd "$srcdir"/$pkgname-$pkgver
29
30
install -d "$pkgdir"/usr/share/$pkgname/
31
32
cp -a etc share "$pkgdir"/usr/share/$pkgname/
33
cp -a docs "$pkgdir"/usr/share/$pkgname/share/
34
35
install -d "$pkgdir"/usr/share/$pkgname/{etc/profiles,var/tmpl/{compile,cache}}
36
37
install -Dm 644 "$srcdir"/$pkgname.conf \
38
"$pkgdir"/etc/httpd/conf/extra/$pkgname.conf
39
}
40
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 |