scamper
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
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")
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
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# Maintainer: hendrikcech <hendrik.cech@gmail.com>
# Co-Maintainer: Marek Küthe <m.k@mk16.de>
# Contributor: Spider.007 <archPackage@spider007.net>
pkgname=scamper
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=('a2c5bc636d6351a395f57e121b4d813f46c001e7b831b538fd467b9cbc7625de')
depends=('openssl' 'zlib' 'bzip2' 'xz')
license=('GPL-2.0-or-later')
arch=('i686' 'x86_64')
build() {
cd "$pkgname-cvs-$pkgver"
./configure --prefix=/usr
make
}
package() {
cd "$pkgname-cvs-$pkgver"
make DESTDIR="$pkgdir/" install
chmod u+s $pkgdir/usr/bin/scamper
}
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) | Severity | Rules |
|---|---|---|
| 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 |