sflowtool
The source is downloaded from the project's official GitHub repository, which is a legitimate and expected source for the software; building from official project-controlled infrastructure, even on a non-whitelisted host, is normal AUR packaging practice.
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 downloaded from the project's official GitHub repository, which is a legitimate and expected source for the software; building from official project-controlled infrastructure, even on a non-whitelisted host, is normal AUR packaging practice.
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:22
'http://www.inmon.com/bin/sflowutils.tar.gz'
PKGBUILD
1 offending line(s) highlighted# Maintainer: Chris Severance aur.severach aATt spamgourmet dott com
# Contributor : xav <xav at ethertricks dot net>
set -u
pkgname='sflowtool'
pkgver='6.09'
pkgrel='1'
pkgdesc='CLI utility and scripts for analyzing sFlow data'
arch=('i686' 'x86_64')
url='http://www.inmon.com/technology/sflowTools.php'
license=('LicenseRef-custom')
depends=('glibc' 'perl' 'awk')
#optdepends=('perl: scripts support')
makedepends=('automake')
#_verwatch=('http://www.inmon.com/technology/sflowTools.php' ".*/${pkgname}-\([0-9\.]\+\)\.tar\.gz" 'l')
_giturl="https://github.com/sflow/${pkgname}"
#_verwatch=("${_giturl}/releases" "${_giturl#*github.com}/archive/v\(.*\)\.tar\.gz" 'l') #rss
#_verwatch=("${_giturl}/releases.atom" '\s\+<title>sflowtool\sversion\s\([^<]\+\)</title>.*' 'f') #rss
_srcdir="${pkgname}-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz::${_giturl}/archive/v${pkgver}.tar.gz"
#"http://www.inmon.com/bin/${pkgname}-${pkgver}.tar.gz"
'http://www.inmon.com/bin/sflowutils.tar.gz'
'LICENSE')
md5sums=('80fe39f7916a8a093b68de4ed870738d'
'644ef83ca05c9446ebce60302a03a33b'
'd3dc05048a11e4ca3b5a7940d0552d07')
sha256sums=('8fbf22e5ed5279ba06a9aef50aebc892e109dc6e3c36b420fb086a4e2d4ed901'
'45f6a0f96bdb6a1780694b9a4ef9bbd2fd719b9f7f3355c6af1427631b311d56'
'863b86b7a4fc7632cfc3f9ead7e76f6e7751aca8b64030ff97b3b46f991c6482')
build() {
set -u
cd "${_srcdir}"
if [ ! -s 'Makefile' ]; then
sed -e 's:^#!/bin/awk:#!/usr/bin/awk:g' -i '../utils/ipTrafficMatrix' '../utils/ipTopTalkers'
if [ ! -s 'configure' ]; then
aclocal
autoconf
automake --add-missing
fi
./configure --prefix='/usr' --mandir='/usr/share/man'
fi
make -s
set +u
}
package(){
set -u
cd "${_srcdir}"
make -j1 DESTDIR="${pkgdir}" install
install -d "${pkgdir}/usr/share/${pkgname}"/{utils,contrib}
cp -pR "${srcdir}/utils" "${srcdir}/contrib" "${pkgdir}/usr/share/${pkgname}/"
install -Dpm644 "${srcdir}/README" -t "${pkgdir}/usr/share/${pkgname}/"
install -Dpm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
sed -e 's:\r::g' -i "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
set +u
}
set +u
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 |