tcpreen

MEDIUM
maintainer Zorbatron 0 votes scanned 2026-09-15 15:19:57.334228
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

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:13 source=("https://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Zorbatron <46525467+Zorbatron@users.noreply.github.com>
2
3pkgname=tcpreen
4pkgver=1.4.4
5pkgrel=1
6
7pkgdesc='A simple tool to monitor and analyze data transmitted between clients and servers through connection-oriented streams data such as a TCP sessions'
8arch=('x86_64')
9url='https://www.remlab.net/tcpreen/'
10license=('GPL-2.0-only')
11depends=('libstdc++' 'libgcc' 'glibc')
12conflicts=('tcpreen')
13source=("https://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
14sha256sums=('6b2d712929184f6332d9760c943124873f8e6cb6ecdc2aca8fb793a1bc4c5cf9')
15
16build() {
17 cd "${srcdir}/${pkgname}-${pkgver}"
18 ./configure --prefix=/usr
19 make
20}
21
22package() {
23 cd "${srcdir}/${pkgname}-${pkgver}"
24 make DESTDIR="${pkgdir}" install
25}
26

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-09-15 15:19
@@ -7,7 +7,8 @@
pkgdesc='A simple tool to monitor and analyze data transmitted between clients and servers through connection-oriented streams data such as a TCP sessions'
arch=('x86_64')
url='https://www.remlab.net/tcpreen/'
-license=('GPL-2.0')
+license=('GPL-2.0-only')
+depends=('libstdc++' 'libgcc' 'glibc')
conflicts=('tcpreen')
source=("https://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('6b2d712929184f6332d9760c943124873f8e6cb6ecdc2aca8fb793a1bc4c5cf9')
@@ -15,8 +16,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
- make clean
- make -j $(nproc)
+ make
}
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 15:19:57 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-19 18:54:17 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion