bandwidth
maintainer orphaned
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a personal domain (zs3.me), which is not on the standard whitelist, but it is the project's own source code being built locally; the realistic worst case of a swapped source is building malicious code, but this is a standard AUR build pattern with no evidence of obfuscation or remote code execution.
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 90%): The source is a tarball from a personal domain (zs3.me), which is not on the standard whitelist, but it is the project's own source code being built locally; the realistic worst case of a swapped source is building malicious code, but this is a standard AUR build pattern with no evidence of obfuscation or remote code execution.
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:16
source=("https://zs3.me/archives/${pkgname}-${_orig_fullver}.tar.bz2")
PKGBUILD
1 offending line(s) highlighted
1
_orig_ver=1.14.10
2
_orig_patch=
3
_orig_fullver=$_orig_ver$_orig_patch
4
5
pkgname=bandwidth
6
pkgver=$_orig_ver${_orig_patch:+.$_orig_patch}
7
pkgrel=2
8
pkgdesc="Benchmark memory bandwidth"
9
arch=('i686' 'x86_64')
10
url="http://zs3.me/bandwidth"
11
license=('GPL')
12
depends=('freetype2')
13
makedepends=('nasm')
14
options=(!makeflags !debug)
15
sha256sums=('fece39a6dfb10c65033d6d79b2356e9ee714e936862b075ebdabd7277ce914a6')
16
source=("https://zs3.me/archives/${pkgname}-${_orig_fullver}.tar.bz2")
17
18
prepare() {
19
cd "${srcdir}/${pkgname}-${_orig_fullver}"
20
21
make clean
22
./configure
23
}
24
25
build() {
26
cd "${srcdir}/${pkgname}-${_orig_fullver}"
27
28
# makefile uses LIB instead of LDFLAGS, and needs to know where OOC is
29
export LIB="${LDFLAGS} -lm OOC/libOOC.a $(pkg-config --libs freetype2)"
30
31
if [ "${CARCH}" = "x86_64" ]; then
32
make -f Makefile-linux-x86_64 bandwidth64
33
else
34
make -f Makefile-linux-i386 bandwidth32
35
fi
36
}
37
38
package() {
39
cd "${srcdir}/${pkgname}-${_orig_fullver}"
40
if [ "${CARCH}" = "x86_64" ]; then
41
install -Dm755 bandwidth64 "${pkgdir}"/usr/bin/bandwidth
42
else
43
install -Dm755 bandwidth32 "${pkgdir}"/usr/bin/bandwidth
44
fi
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |