mingw-w64-libzip
maintainer Vaporeon
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a standard tarball from the project's official domain (nih.at), which is not on the analyzer's whitelist but is plausibly legitimate; building from official project sources is normal AUR packaging practice and poses low risk.
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 is a standard tarball from the project's official domain (nih.at), which is not on the analyzer's whitelist but is plausibly legitimate; building from official project sources is normal AUR packaging practice and poses low risk.
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:14
source=("http://www.nih.at/libzip/libzip-${pkgver}.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vaporeon <vaporeon@vaporeon.io>
2
# Contributor: xantares
3
4
pkgname=mingw-w64-libzip
5
pkgver=1.11.4
6
pkgrel=1
7
pkgdesc="A C library for reading, creating, and modifying zip archives (mingw-w64)"
8
url="http://www.nih.at/libzip/index.html"
9
license=('BSD-3-Clause')
10
arch=(any)
11
depends=('mingw-w64-xz' 'mingw-w64-zlib' 'mingw-w64-bzip2' 'mingw-w64-openssl' 'mingw-w64-gnutls')
12
makedepends=('mingw-w64-cmake' 'ninja')
13
options=('staticlibs' '!buildflags' '!debug' '!strip')
14
source=("http://www.nih.at/libzip/libzip-${pkgver}.tar.xz")
15
sha256sums=('8a247f57d1e3e6f6d11413b12a6f28a9d388de110adc0ec608d893180ed7097b')
16
17
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
18
_pkgname="libzip"
19
20
build() {
21
for _arch in ${_architectures}; do
22
${_arch}-cmake -S ${_pkgname}-${pkgver} -B build/${_arch}-static -G Ninja \
23
-DCMAKE_BUILD_TYPE=Release \
24
-DBUILD_DOC=OFF \
25
-DBUILD_EXAMPLES=OFF \
26
-DBUILD_REGRESS=OFF \
27
-DBUILD_TOOLS=OFF \
28
-DBUILD_SHARED_LIBS=OFF
29
30
${_arch}-cmake -S ${_pkgname}-${pkgver} -B build/${_arch} -G Ninja \
31
-DCMAKE_BUILD_TYPE=Release \
32
-DBUILD_DOC=OFF \
33
-DBUILD_EXAMPLES=OFF \
34
-DBUILD_REGRESS=OFF \
35
-DBUILD_TOOLS=OFF
36
37
cmake --build build/${_arch}-static
38
cmake --build build/${_arch}
39
done
40
}
41
42
package() {
43
for _arch in ${_architectures}; do
44
DESTDIR="${pkgdir}" cmake --install build/${_arch}-static
45
DESTDIR="${pkgdir}" cmake --install build/${_arch}
46
${_arch}-strip --strip-unneeded "${pkgdir}"/usr/${_arch}/bin/*.dll
47
${_arch}-strip -g "${pkgdir}"/usr/${_arch}/lib/*.a
48
done
49
50
install -Dm644 ${_pkgname}-${pkgver}/LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
51
}
52
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 |