nginx-mainline-mod-fancyindex-git

maintainer RyuaNerin · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds an Nginx module from the project's official GitHub repository over HTTPS; the non-whitelisted host is GitHub, which is a standard and trusted source for source code, and no unverifiable prebuilt binaries are involved.

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 package builds an Nginx module from the project's official GitHub repository over HTTPS; the non-whitelisted host is GitHub, which is a standard and trusted source for source code, and no unverifiable prebuilt binaries are involved.

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:22 https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: RyuaNerin <admin@ryuar.in>
2# Contributor: hdhoang <arch@hdhoang.space>
3# Contributor: jkl
4
5pkgname=nginx-mainline-mod-fancyindex-git
6pkgver=0.5.1
7pkgrel=1
8
9_modname="ngx_fancyindex"
10_nginxver=1.19.3
11
12pkgdesc='Fancy indexes module for the Nginx web server'
13arch=('i686' 'x86_64' 'armv7h')
14makedepends=('git')
15depends=("nginx-mainline=$_nginxver")
16provides=('nginx-mainline-mod-fancyindex')
17conflicts=('nginx-mainline-mod-fancyindex')
18url="https://github.com/aperezdc/ngx-fancyindex"
19license=('CUSTOM')
20
21source=(
22 https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
23 "$_modname::git+https://github.com/aperezdc/ngx-fancyindex.git"
24)
25sha256sums=('91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0'
26 'SKIP'
27 'SKIP')
28validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
29
30prepare() {
31 cd "$srcdir"/$_modname
32 sed 's@/usr/local@/usr@' -i config
33}
34
35build() {
36 cd "$srcdir"/nginx-$_nginxver
37 ./configure --with-compat \
38 --add-dynamic-module=../$_modname
39 make modules
40}
41
42package() {
43 install -Dm644 "$srcdir/"$_modname/LICENSE \
44 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
45
46 cd "$srcdir"/nginx-$_nginxver/objs
47 for mod in *.so; do
48 install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
49 done
50}
51

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion