zpipe
maintainer bitwave
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:15
source=(http://mattmahoney.net/dc/zpipe.201.zip zpipe.patch)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer:
2
# Contributor: Felix Golatofski <contact@xdfr.de>
3
# Contributor: bitwave <bitwave [aTT] oomlu [dOot] de>
4
# Contributor: Jan Stępień <jstepien@users.sourceforge.net>
5
# Contributor: aperez
6
7
pkgname=zpipe
8
pkgver=201
9
pkgrel=3
10
pkgdesc="Incremental Journaling Backup Utility and Archiver"
11
arch=('i686' 'x86_64')
12
url="http://mattmahoney.net/dc/zpaq.html"
13
license=('GPL')
14
depends=('zpaq')
15
source=(http://mattmahoney.net/dc/zpipe.201.zip zpipe.patch)
16
sha512sums=('d126187ca868ccd0092f63bb47ac9fa7ebb6befb3f5de03857ee14b7e5e9177ba7c9b04c9e5a3b7dc3743773d0602882e00d877fa4daca9fab27922c30bda4ee'
17
'6e7cf16521cbc39062010f016fdc85a1b4518ac37bc4d09ecbfc10895ca2b76c3602f2460fbc02a8fda332d937d6edf13d58a4cbf90325fa4d8dfb5207d9dad2')
18
19
prepare() {
20
dos2unix "$srcdir/zpipe.cpp"
21
patch -l -p1 "$srcdir/zpipe.cpp" zpipe.patch
22
}
23
24
build() {
25
make -C $srcdir zpipe LDLIBS+="-lzpaq"
26
}
27
28
package() {
29
mkdir -p $pkgdir/usr/bin
30
install -Dm755 $srcdir/zpipe $pkgdir/usr/bin
31
}
32
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 |