zoo

LOW
maintainer orphaned 4 votes scanned 2026-09-17 00:27:14.276658
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
4pkgname=zoo
5pkgver=2.10
6pkgrel=2
7pkgdesc="archiving and compressing utility"
8url='http://rahul.rahul.net'
9license=('custom')
10arch=('i686' 'x86_64')
11source=('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')
13sha512sums=('ea50ce2f5d6dc3f7182152fa62d62e2bf38f87da1291cc5d807d91e6b6f13540c21edfe960d6ea941b9ee6632187151e2dd49b33107f9bd3be3b6a02ef778e53'
14 '6fe7de492534a8b66bd1e1e02dc4cc3094a79cd5af7f631334695b268a9fb318667677e4c64f47fa527e6317afc3b3f12e70eff4a85e3562f1e0ef65769439b5')
15options=(zipman)
16
17prepare() {
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
26build() {
27 cd "$srcdir/${pkgname}-${pkgver}"
28
29 make linux || return 1
30 }
31
32package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion