zoo
maintainer orphaned
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source URLs are from a plausible project-maintained or mirror host (ftp.linux.org.tr) hosting the official source and Debian patches; building from these sources is standard practice and poses no inherent 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 URLs are from a plausible project-maintained or mirror host (ftp.linux.org.tr) hosting the official source and Debian patches; building from these sources is standard practice and poses no inherent 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:11
source=('http://ftp.linux.org.tr/slackware/slackware/source/a/zoo/zoo-2.10.tar.gz'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Pavol Hluchy (Lopo) <lopo at losys dot eu>
2
# Based on http://ftp.linux.org.tr/slackware/slackware_source/a/zoo/zoo.SlackBuild
3
4
pkgname=zoo
5
pkgver=2.10
6
pkgrel=2
7
pkgdesc="archiving and compressing utility"
8
url='http://rahul.rahul.net'
9
license=('custom')
10
arch=('i686' 'x86_64')
11
source=('http://ftp.linux.org.tr/slackware/slackware/source/a/zoo/zoo-2.10.tar.gz'
12
'http://ftp.linux.org.tr/slackware/slackware/source/a/zoo/zoo_2.10-22.debian.tar.gz')
13
sha512sums=('ea50ce2f5d6dc3f7182152fa62d62e2bf38f87da1291cc5d807d91e6b6f13540c21edfe960d6ea941b9ee6632187151e2dd49b33107f9bd3be3b6a02ef778e53'
14
'6fe7de492534a8b66bd1e1e02dc4cc3094a79cd5af7f631334695b268a9fb318667677e4c64f47fa527e6317afc3b3f12e70eff4a85e3562f1e0ef65769439b5')
15
options=(zipman)
16
17
prepare() {
18
cd "$srcdir/${pkgname}-${pkgver}"
19
20
make clean || return 1
21
for diff in $srcdir/debian/patches/*patch; do
22
cat $diff | patch -p1 --verbose --backup --suffix=.orig || return 1
23
done
24
}
25
26
build() {
27
cd "$srcdir/${pkgname}-${pkgver}"
28
29
make linux || return 1
30
}
31
32
package() {
33
cd "$srcdir/${pkgname}-${pkgver}"
34
35
for file in zoo fiz; do
36
install -Dm755 ${file} "${pkgdir}/usr/bin/${file}"
37
install -Dm644 ${file}.1 "${pkgdir}/usr/share/man/man1/${file}.1"
38
done
39
install -Dm644 Copyright "${pkgdir}/usr/share/licenses/${pkgname}/Copyright"
40
}
41
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 |