zpipe
The source is a zip file from the project's official domain (mattmahoney.net), which hosts the upstream project; despite the static analyzer flagging the host as non-standard, this is a legitimate source for the software being built, and the checksum is verified.
Triggered rules
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 zip file from the project's official domain (mattmahoney.net), which hosts the upstream project; despite the static analyzer flagging the host as non-standard, this is a legitimate source for the software being built, and the checksum is verified.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:15
source=(http://mattmahoney.net/dc/zpipe.201.zip zpipe.patch)
PKGBUILD
1 offending line(s) highlighted# Maintainer:
# Contributor: Felix Golatofski <contact@xdfr.de>
# Contributor: bitwave <bitwave [aTT] oomlu [dOot] de>
# Contributor: Jan Stępień <jstepien@users.sourceforge.net>
# Contributor: aperez
pkgname=zpipe
pkgver=201
pkgrel=3
pkgdesc="Incremental Journaling Backup Utility and Archiver"
arch=('i686' 'x86_64')
url="http://mattmahoney.net/dc/zpaq.html"
license=('GPL')
depends=('zpaq')
source=(http://mattmahoney.net/dc/zpipe.201.zip zpipe.patch)
sha512sums=('d126187ca868ccd0092f63bb47ac9fa7ebb6befb3f5de03857ee14b7e5e9177ba7c9b04c9e5a3b7dc3743773d0602882e00d877fa4daca9fab27922c30bda4ee'
'6e7cf16521cbc39062010f016fdc85a1b4518ac37bc4d09ecbfc10895ca2b76c3602f2460fbc02a8fda332d937d6edf13d58a4cbf90325fa4d8dfb5207d9dad2')
prepare() {
dos2unix "$srcdir/zpipe.cpp"
patch -l -p1 "$srcdir/zpipe.cpp" zpipe.patch
}
build() {
make -C $srcdir zpipe LDLIBS+="-lzpaq"
}
package() {
mkdir -p $pkgdir/usr/bin
install -Dm755 $srcdir/zpipe $pkgdir/usr/bin
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |