sflowtool

LOW
maintainer severach 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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 'http://www.inmon.com/bin/sflowutils.tar.gz'

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Chris Severance aur.severach aATt spamgourmet dott com
2# Contributor : xav <xav at ethertricks dot net>
3
4set -u
5pkgname='sflowtool'
6pkgver='6.09'
7pkgrel='1'
8pkgdesc='CLI utility and scripts for analyzing sFlow data'
9arch=('i686' 'x86_64')
10url='http://www.inmon.com/technology/sflowTools.php'
11license=('LicenseRef-custom')
12depends=('glibc' 'perl' 'awk')
13#optdepends=('perl: scripts support')
14makedepends=('automake')
15#_verwatch=('http://www.inmon.com/technology/sflowTools.php' ".*/${pkgname}-\([0-9\.]\+\)\.tar\.gz" 'l')
16_giturl="https://github.com/sflow/${pkgname}"
17#_verwatch=("${_giturl}/releases" "${_giturl#*github.com}/archive/v\(.*\)\.tar\.gz" 'l') #rss
18#_verwatch=("${_giturl}/releases.atom" '\s\+<title>sflowtool\sversion\s\([^<]\+\)</title>.*' 'f') #rss
19_srcdir="${pkgname}-${pkgver}"
20source=("${pkgname}-${pkgver}.tar.gz::${_giturl}/archive/v${pkgver}.tar.gz"
21 #"http://www.inmon.com/bin/${pkgname}-${pkgver}.tar.gz"
22 'http://www.inmon.com/bin/sflowutils.tar.gz'
23 'LICENSE')
24md5sums=('80fe39f7916a8a093b68de4ed870738d'
25 '644ef83ca05c9446ebce60302a03a33b'
26 'd3dc05048a11e4ca3b5a7940d0552d07')
27sha256sums=('8fbf22e5ed5279ba06a9aef50aebc892e109dc6e3c36b420fb086a4e2d4ed901'
28 '45f6a0f96bdb6a1780694b9a4ef9bbd2fd719b9f7f3355c6af1427631b311d56'
29 '863b86b7a4fc7632cfc3f9ead7e76f6e7751aca8b64030ff97b3b46f991c6482')
30
31build() {
32 set -u
33 cd "${_srcdir}"
34 if [ ! -s 'Makefile' ]; then
35 sed -e 's:^#!/bin/awk:#!/usr/bin/awk:g' -i '../utils/ipTrafficMatrix' '../utils/ipTopTalkers'
36 if [ ! -s 'configure' ]; then
37 aclocal
38 autoconf
39 automake --add-missing
40 fi
41 ./configure --prefix='/usr' --mandir='/usr/share/man'
42 fi
43 make -s
44 set +u
45}
46
47package(){
48 set -u
49 cd "${_srcdir}"
50 make -j1 DESTDIR="${pkgdir}" install
51 install -d "${pkgdir}/usr/share/${pkgname}"/{utils,contrib}
52 cp -pR "${srcdir}/utils" "${srcdir}/contrib" "${pkgdir}/usr/share/${pkgname}/"
53 install -Dpm644 "${srcdir}/README" -t "${pkgdir}/usr/share/${pkgname}/"
54 install -Dpm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
55 sed -e 's:\r::g' -i "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
56 set +u
57}
58
59set +u
60

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