manatee
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
3
pkgname=manatee
4
provides=(manatee)
5
conflicts=(manatee)
6
pkgver=2.151.5
7
pkgrel=1
8
arch=(x86_64)
9
url="https://nlp.fi.muni.cz/trac/noske"
10
pkgdesc="Corpus management tool including corpus building and indexing, fast querying and providing basic statistical measures"
11
license=(GPL)
12
depends=(finlib python2 pcre)
13
# TODO: include the Susanne corpus (in a split manatee-data package)?
14
source=("http://corpora.fi.muni.cz/noske/src/$_pkgname/$_pkgname-$pkgver.tar.gz"
15
"pointer-fix.patch"
16
"explicit-python2.patch")
17
sha256sums=('b7f799574217e6e1c0976105a63e02b03e043836952d1f88fc66961483abb1e0'
18
'1b6e279df56873987181638530db2331084a941990d0d824dd3c89fe86892416'
19
'f106bd9c65338d8565eb646d0a1b069a055d4cc92469b922d67c0a0d8c390983')
20
21
build()
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
33
package()
34
{
35
cd "$srcdir/$_pkgname-$pkgver"
36
make DESTDIR="$pkgdir" install
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |