zoo
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
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)
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# Maintainer: Pavol Hluchy (Lopo) <lopo at losys dot eu>
# Based on http://ftp.linux.org.tr/slackware/slackware_source/a/zoo/zoo.SlackBuild
pkgname=zoo
pkgver=2.10
pkgrel=2
pkgdesc="archiving and compressing utility"
url='http://rahul.rahul.net'
license=('custom')
arch=('i686' 'x86_64')
source=('http://ftp.linux.org.tr/slackware/slackware/source/a/zoo/zoo-2.10.tar.gz'
'http://ftp.linux.org.tr/slackware/slackware/source/a/zoo/zoo_2.10-22.debian.tar.gz')
sha512sums=('ea50ce2f5d6dc3f7182152fa62d62e2bf38f87da1291cc5d807d91e6b6f13540c21edfe960d6ea941b9ee6632187151e2dd49b33107f9bd3be3b6a02ef778e53'
'6fe7de492534a8b66bd1e1e02dc4cc3094a79cd5af7f631334695b268a9fb318667677e4c64f47fa527e6317afc3b3f12e70eff4a85e3562f1e0ef65769439b5')
options=(zipman)
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"
make clean || return 1
for diff in $srcdir/debian/patches/*patch; do
cat $diff | patch -p1 --verbose --backup --suffix=.orig || return 1
done
}
build() {
cd "$srcdir/${pkgname}-${pkgver}"
make linux || return 1
}
package() {
cd "$srcdir/${pkgname}-${pkgver}"
for file in zoo fiz; do
install -Dm755 ${file} "${pkgdir}/usr/bin/${file}"
install -Dm644 ${file}.1 "${pkgdir}/usr/share/man/man1/${file}.1"
done
install -Dm644 Copyright "${pkgdir}/usr/share/licenses/${pkgname}/Copyright"
}
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 |