nginx-mod-ipscrub
maintainer deep_thought
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source downloads the official nginx tarball from nginx.org and the module source from GitHub; both are legitimate project sources, and the module is built locally without executing untrusted prebuilt binaries.
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 downloads the official nginx tarball from nginx.org and the module source from GitHub; both are legitimate project sources, and the module is built locally without executing untrusted prebuilt binaries.
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
https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Erich Eckner <arch at eckner dot net>
2
3
_nginxver=1.30.2
4
5
pkgname=nginx-mod-ipscrub
6
pkgver=1.0.1
7
pkgrel=33
8
pkgdesc='IP address anonymizer for nginx log files'
9
10
arch=('i686' 'pentium4' 'x86_64' 'armv6h' 'armv7h')
11
depends=(
12
'libbsd'
13
"nginx=$_nginxver"
14
)
15
url='https://github.com/masonicboom/ipscrub'
16
license=('custom')
17
18
source=(
19
https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
20
${pkgname}-${pkgver}.tar.gz::https://github.com/masonicboom/ipscrub/archive/v${pkgver}.tar.gz
21
)
22
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
23
'43387825DDB1BB97EC36BA5D007C8D7C15D87369' # Roman Arutyunyan <r.arutyunyan@f5.com>
24
'D6786CE303D9A9022998DC6CC8464D549AF75C0A' # Sergey Kandaurov <s.kandaurov@f5.com>
25
'13C82A63B603576156E30A4EA0EA981B66B0D967') # Konstantin Pavlov <thresh@nginx.com>
26
sha512sums=('dbba779a15595a77f340795c3a06bf5f846f351a14738f36085b3251f053c6b2946f112640754b8470b541ca45319fb599111cffc06e5cf2ac2384e64d16348c'
27
'SKIP'
28
'71d376c8d26d1f697ded361675186a2bd44b56afbfe6a2db3bee82d83402876e7ac685bd1e1318d9b2143ee9f85196e60c828af62b2685e8b1165dcaa025d196')
29
30
build() {
31
cd "$srcdir"/nginx-$_nginxver
32
./configure --with-compat \
33
--add-dynamic-module=../ipscrub-${pkgver}/ipscrub
34
make modules
35
}
36
37
package() {
38
39
cd "$srcdir/nginx-$_nginxver/objs"
40
install -Dm755 -t "$pkgdir/usr/lib/nginx/modules/" *.so
41
42
sed -n '/## License$/,/###/ { /##/! p }' "$srcdir/ipscrub/README.md" | \
43
install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
44
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 |