manserver

maintainer ConnorBehan · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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

Report a package

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

0 / 4000
Your suggestion