tcptrace

maintainer alireza6677 · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is downloaded from debian.net, which is not a standard host but plausibly hosts official Debian archives; the package builds from verifiable source code with strong checksums, and no untrusted executables are run.

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 debian.net, which is not a standard host but plausibly hosts official Debian archives; the package builds from verifiable source code with strong checksums, and no untrusted executables are run.

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:19 source=(https://cloudfront.debian.net/debian-archive/debian/pool/main/t/tcptrace/tcptrace_6.6.7.orig.tar.gz

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Alireza S.N. <alireza6677@gmail.com>
2# Contributor: Heath Caldwell <mrbrobro at ftml dot net>
3# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
4
5pkgname=tcptrace
6pkgver=6.6.7
7pkgrel=4
8pkgdesc="A TCP dump file analysis tool"
9arch=('i686' 'x86_64')
10#url="http://tcptrace.org/"
11license=('GPL-2.0-only')
12makedepends=('gcc' 'make')
13depends=('libpcap')
14optdepends=(
15 'tcpdump: for generating dumps'
16 'gnuplot: for plotting graphs'
17 'xplot: for plotting graphs'
18)
19source=(https://cloudfront.debian.net/debian-archive/debian/pool/main/t/tcptrace/tcptrace_6.6.7.orig.tar.gz
20 https://cloudfront.debian.net/debian-archive/debian/pool/main/t/tcptrace/tcptrace_6.6.7-4.1.diff.gz)
21b2sums=('cae5816cb25c33f71c316d14de3c18ff26f0e7452375a962b88c4818ca7c43425e7298e788bd8cb43f2e22ac7dc9b89ed1921b7bd70d0e8befab3ee791453fb1'
22 '83768d0a6f14525f20b484421181078a3cf7ac3adeada3cf02a7441530593632743c6e515dd8738f5a4692422d97f4eb718dda076a234489096a10defb97dd5f')
23
24prepare() {
25 cd ${pkgname}-${pkgver}
26
27 patch -p1 -i "$srcdir/tcptrace_6.6.7-4.1.diff"
28 sed -e "s|BINDIR = /usr/local/bin|BINDIR = ${pkgdir}/usr/bin|" \
29 -e "s|MANDIR = /usr/local/man/|MANDIR = ${pkgdir}/usr/share/man|" \
30 -e "s|-o bin -g bin| -o root -g root|" \
31 -e "s|-g -Wall -O2|-g -Wall -O2 -std=gnu11|" -i Makefile.in
32}
33
34build() {
35 cd ${pkgname}-${pkgver}
36
37 ./configure
38 make
39}
40
41package(){
42 cd ${pkgname}-${pkgver}
43
44 export DEB_BUILD_OPTIONS="nostrip"
45 make install
46 install -Dm755 "${srcdir}/${pkgname}-${pkgver}/xpl2gpl" \
47 "${pkgdir}/usr/bin/xpl2gpl"
48}
49
50

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