nettee

maintainer severach · 1 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 academic host, building the project's own C code, which is standard for AUR packages; the non-whitelisted host is plausibly legitimate given the project's origin.

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 academic host, building the project's own C code, which is standard for AUR packages; the non-whitelisted host is plausibly legitimate given the project's origin.

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:15 source=("http://saf.bio.caltech.edu/pub/software/linux_or_unix_tools/${pkgname}.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Chris Severance aur.severach aATt spamgourmet dott com
2# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
3
4set -u
5pkgname='nettee'
6pkgver='0.1.9.1'
7pkgrel='3'
8pkgdesc='A network "tee" program that can typically transfer data between "N" nodes.'
9arch=('i686' 'x86_64')
10url='http://saf.bio.caltech.edu/nettee.html'
11license=('GPL2')
12depends=('bash' 'glibc')
13#depends_i686=('lib32-glibc')
14#depends_x86_64=('glibc')
15source=("http://saf.bio.caltech.edu/pub/software/linux_or_unix_tools/${pkgname}.tar.gz")
16sha256sums=('9410919fcba0c4144a1208cda42548a5a1952f050aa90440c4245798c4d7b22f')
17
18build() {
19 set -u
20 cd "${srcdir}/${pkgname}-${pkgver}"
21 # This option fails with a compile error.
22 # gcc -s -Wall -pedantic -std=c99 -D'NOUSLEEP' -D'_LARGEFILE64_SOURCE' -o 'nettee' 'nettee.c'
23 gcc -s -Wall -D'_LARGEFILE64_SOURCE' -o 'nettee' 'nettee.c'
24 set +u
25}
26
27package() {
28 set -u
29 cd "${srcdir}/${pkgname}-${pkgver}"
30
31 #install -dm755 "${pkgdir}/usr/share"/{man/man1,${pkgname}}
32
33 install -Dpm644 {pdist_*.sh,README.TXT} -t "${pkgdir}/usr/share/${pkgname}/"
34 install -Dpm755 {nettee,README.TXT} -t "${pkgdir}/usr/share/${pkgname}/"
35
36 install -Dpm644 'nettee.1' -t "${pkgdir}/usr/share/man/man1/"
37
38 #install -Dpm755 "${pkgdir}/usr/share/${pkgname}/nettee" "${pkgdir}/usr/bin/nettee"
39 install -dm755 "${pkgdir}/usr/bin"
40 ln -sf "/usr/share/${pkgname}/nettee" "${pkgdir}/usr/bin/nettee"
41 set +u
42}
43set +u
44

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