manatee

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

The package downloads source code from a university-hosted domain (corpora.fi.muni.cz) which, while not on a standard whitelist, is plausibly the project's official source; building from project-owned infrastructure is normal for AUR packages and the source is verified via a matching sha256sum.

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 package downloads source code from a university-hosted domain (corpora.fi.muni.cz) which, while not on a standard whitelist, is plausibly the project's official source; building from project-owned infrastructure is normal for AUR packages and the source is verified via a matching sha256sum.

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:14 source=("http://corpora.fi.muni.cz/noske/src/$_pkgname/$_pkgname-$pkgver.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Ondřej Svoboda <ondrej@svobodasoft.cz>
2_pkgname=manatee-open
3pkgname=manatee
4provides=(manatee)
5conflicts=(manatee)
6pkgver=2.151.5
7pkgrel=1
8arch=(x86_64)
9url="https://nlp.fi.muni.cz/trac/noske"
10pkgdesc="Corpus management tool including corpus building and indexing, fast querying and providing basic statistical measures"
11license=(GPL)
12depends=(finlib python2 pcre)
13# TODO: include the Susanne corpus (in a split manatee-data package)?
14source=("http://corpora.fi.muni.cz/noske/src/$_pkgname/$_pkgname-$pkgver.tar.gz"
15 "pointer-fix.patch"
16 "explicit-python2.patch")
17sha256sums=('b7f799574217e6e1c0976105a63e02b03e043836952d1f88fc66961483abb1e0'
18 '1b6e279df56873987181638530db2331084a941990d0d824dd3c89fe86892416'
19 'f106bd9c65338d8565eb646d0a1b069a055d4cc92469b922d67c0a0d8c390983')
20
21build()
22{
23 cd "$srcdir/$_pkgname-$pkgver"
24 patch -p1 < ../pointer-fix.patch
25 patch -p1 < ../explicit-python2.patch
26 # TODO: use other ./configure options, such as --with-icu, as seen in the SRCRPM?
27 # http://corpora.fi.muni.cz/noske/rpm/centos7/manatee-open/manatee-open-2.151.5-1.el7.centos.src.rpm
28 ./configure --prefix=/usr PYTHON=/usr/bin/python2
29 # TODO: remove rpaths (just like in finlib)?
30 make
31}
32
33package()
34{
35 cd "$srcdir/$_pkgname-$pkgver"
36 make DESTDIR="$pkgdir" install
37}
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