manserver

LOW
maintainer ConnorBehan 4 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from a personal domain, but it contains only a Perl script and related data files for a man-to-HTML converter; building and installing the project's own source from a plausible developer host, even non-whitelisted, is normal AUR practice and the worst case of a swapped source is limited to code execution at install time, which is already the AUR trust model.

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 tarball from a personal domain, but it contains only a Perl script and related data files for a man-to-HTML converter; building and installing the project's own source from a plausible developer host, even non-whitelisted, is normal AUR practice and the worst case of a swapped source is limited to code execution at install time, which is already the AUR trust model.

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=(https://smallperturbation.com/sites/default/files/$pkgname-$pkgver.tar.gz

PKGBUILD

1 offending line(s) highlighted
1# Contributor: ConnorBehan <connor.behan@gmail.com>
2pkgname=manserver
3pkgver=1.08
4pkgrel=6
5pkgdesc="Man to HTML converter which can act as an HTTP server on port 8888"
6arch=('i686' 'x86_64')
7url="http://www.squarebox.co.uk/users/rolf/download/manServer.shtml"
8license=('custom')
9depends=('perl')
10optdeps=('gzip: extraction' 'bzip2: extraction')
11source=(https://smallperturbation.com/sites/default/files/$pkgname-$pkgver.tar.gz
12 manserver.sh manserver.service manserver.rc manpath.config escape_more.diff)
13
14package() {
15 mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
16 mkdir -p "$pkgdir"/usr/share/man/man1
17 mkdir -p "$pkgdir"/usr/bin
18 mkdir -p "$pkgdir"/usr/lib/systemd/system
19 mkdir -p "$pkgdir"/etc/rc.d
20
21 cd "$srcdir"/manServer
22 patch -Np0 -i ../escape_more.diff
23 install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
24 install -Dm644 manServer.1 "$pkgdir"/usr/share/man/man1/manServer.1
25 install -Dm755 manServer.pl "$pkgdir"/usr/bin/manServer
26 install -Dm755 ../manserver.sh "$pkgdir"/usr/bin/manserver
27 install -Dm644 ../manserver.service "$pkgdir"/usr/lib/systemd/system/manserver.service
28 install -Dm755 ../manserver.rc "$pkgdir"/etc/rc.d/manserver
29 install -Dm644 ../manpath.config "$pkgdir"/etc/manpath.config
30}
31
32sha256sums=('a67c55b6a7772d0e827d0769de1b1c8bb03498b55d35f678c0ed52fd9b9fc646'
33 '22bca597cbac199599a3ba1938da2f0dedc062fb26f09143ad446aea02e0f42b'
34 '5c63105d45dd8b853aa957617a345f66b086826c1ec2b60f3717f47ddb85f63b'
35 'f4ec0b78b2635e8ae3c279970b6a02477985edea21681d5e3dcaf64fae20d7e0'
36 '7113bff48038addf7780decb83efb0091f8dc85ee216b62bb894aa910da185bb'
37 '900f96df3820b389272eb854917816d31a189cc1e3e4ea5e4589674bfd4af176')
38

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