sflowtool

maintainer severach · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion