scamper

MEDIUM
maintainer hendrikcech 4 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads source from a legitimate project host (caida.org) which is not on the whitelist but is authentic, so the non-standard host flag is low risk; however, the package explicitly sets a setuid bit on the installed binary, which is a privileged operation and a potential security risk if the binary is compromised.

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:10 source=("https://www.caida.org/catalog/software/scamper/code/$pkgname-cvs-$pkgver.tar.gz")
Medium Privileged / out-of-pacman install (sudoers, setuid, or self-update) privileged_install

The package grants elevated privileges or installs an update path outside pacman: a /etc/sudoers.d rule (often passwordless), a setuid/setgid binary, or a self-update script/service that can fetch and run future code with no checksum verification. The initial install may be verified, but the ongoing privilege + update surface is a real supply-chain / privilege-escalation risk.

  • PKGBUILD:27 chmod u+s $pkgdir/usr/bin/scamper
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads source from a legitimate project host (caida.org) which is not on the whitelist but is authentic, so the non-standard host flag is low risk; however, the package explicitly sets a setuid bit on the installed binary, which is a privileged operation and a potential security risk if the binary is compromised.

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: hendrikcech <hendrik.cech@gmail.com>
2# Co-Maintainer: Marek Küthe <m.k@mk16.de>
3# Contributor: Spider.007 <archPackage@spider007.net>
4
5pkgname=scamper
6pkgver=20260902
7pkgrel=1
8pkgdesc="a tool that actively probes the Internet in order to analyze topology and performance"
9url="https://www.caida.org/catalog/software/scamper/"
10source=("https://www.caida.org/catalog/software/scamper/code/$pkgname-cvs-$pkgver.tar.gz")
11sha256sums=('a2c5bc636d6351a395f57e121b4d813f46c001e7b831b538fd467b9cbc7625de')
12depends=('openssl' 'zlib' 'bzip2' 'xz')
13license=('GPL-2.0-or-later')
14arch=('i686' 'x86_64')
15
16build() {
17 cd "$pkgname-cvs-$pkgver"
18
19 ./configure --prefix=/usr
20 make
21}
22
23package() {
24 cd "$pkgname-cvs-$pkgver"
25
26 make DESTDIR="$pkgdir/" install
27 chmod u+s $pkgdir/usr/bin/scamper
28}
29

Changes since previous scan

--- PKGBUILD @ 2026-09-02 00:02
+++ PKGBUILD @ 2026-09-17 00:27
@@ -3,12 +3,12 @@
# Contributor: Spider.007 <archPackage@spider007.net>
pkgname=scamper
-pkgver=20260713
+pkgver=20260902
pkgrel=1
pkgdesc="a tool that actively probes the Internet in order to analyze topology and performance"
url="https://www.caida.org/catalog/software/scamper/"
source=("https://www.caida.org/catalog/software/scamper/code/$pkgname-cvs-$pkgver.tar.gz")
-sha256sums=('9fc67d6483e240dc38f098a3db13e99fcf678ad00667c6b32a0a2bedba7be697')
+sha256sums=('a2c5bc636d6351a395f57e121b4d813f46c001e7b831b538fd467b9cbc7625de')
depends=('openssl' 'zlib' 'bzip2' 'xz')
license=('GPL-2.0-or-later')
arch=('i686' 'x86_64')

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 3
2026-09-16 00:03:17 Medium 3
2026-09-15 00:25:31 Medium 3
2026-09-14 00:27:57 Medium 3
2026-09-13 00:19:54 Medium 3
2026-09-12 00:25:17 Medium 3
2026-09-11 00:19:22 Medium 3
2026-09-10 00:22:44 Medium 3
2026-09-09 00:04:09 Medium 3
2026-09-08 00:18:08 Medium 3
2026-09-07 00:30:15 Medium 3
2026-09-06 00:17:06 Medium 3
2026-09-05 00:16:27 Medium 3
2026-09-04 00:03:13 Medium 3
2026-09-03 00:15:47 Medium 3
2026-09-02 21:51:32 Medium 3
2026-09-02 00:02:31 Medium 3
2026-09-01 00:11:19 Medium 3
2026-08-31 00:19:57 Medium 3
2026-08-30 00:04:14 Medium 3

Report a package

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

0 / 4000
Your suggestion