milena

maintainer raymondbarbey · 8 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's official domain (polip.com) used to build the software from source; the host is not on the whitelist but is plausibly project-owned, and no untrusted executable is downloaded or executed.

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 the project's official domain (polip.com) used to build the software from source; the host is not on the whitelist but is plausibly project-owned, and no untrusted executable is downloaded or executed.

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:18 source=(http://www.polip.com/files/$pkgname-dist-$pkgver.tar.gz

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: 3ED <krzysztof1987 _at_ gmail _dot_ com>
2
3pkgname=milena
4pkgver=0.2.95
5pkgrel=1
6pkgdesc="a Polish speech synthesizer for Linux"
7arch=('i686' 'x86_64')
8url="http://milena.polip.com/"
9license=('GPL')
10depends=('milena-data' 'mbrola-voices-pl1' 'enca' 'antiword' 'odt2txt' 'poppler' 'libao' 'sox')
11install=milena.install
12optdepends=('milena-basewords: for milena_book'
13 'lame: for milena_book'
14 'vorbis-tools: for milena_book'
15 'faac: for milena_book'
16 'amrwb: for milena_nokia'
17 'ImageMagick: for milena_nokia')
18source=(http://www.polip.com/files/$pkgname-dist-$pkgver.tar.gz
19 10-makefile-fix.patch
20 20-build_without_data_archive.patch
21 40-archlinux_package.patch)
22sha512sums=('95c90b515df40cdadbf298bb89270dea3b64d9c08c21a870a11ab8cc333414bdfb1535368aee87a8fac0767dc52935f611f68527ad91c438f62bd9a01e420db6'
23 '8166da0000e3e8f7c2503f04049ed1c527d67cf1715474a84dfcafce8d727b104d38d19aa76f7ce467a0645823edd36c7e482e58bd309059a5543d3b5c30c1f1'
24 '9b38b09353e1bee86af9956c983d9a43f5827dac74ca1f91c74ae8587e93a2b2fae7800de100d8f27b7b36a21f7148ad07291ae5995fdeffc768a1a2802ccb32'
25 '43cd6e0760f63319336df8c5915509324672d30a2ca70d2d9653dc60871839892dcca087d2b641474330a114a0c9773ab9304832c86ca5027499a777c8613eeb')
26
27prepare() {
28 cd "$srcdir/$pkgname-$pkgver"
29
30 for (( i=0; i < ${#source[@]}; i++ )); do
31 if [ "${source[i]##*.}" = "patch" ]; then
32 msg2 "Applying patch: ${source[i]##*/}"
33 patch -Np1 -i "${srcdir}/${source[i]##*/}"
34 fi
35 done
36}
37
38build() {
39 cd "$srcdir/$pkgname-$pkgver"
40 make prefix="/usr"
41}
42
43package() {
44 cd "$srcdir/$pkgname-$pkgver"
45 make DESTDIR="$pkgdir" prefix="/usr" install
46
47 # 54 fix
48 test -d "$pkgdir"/usr/lib64 \
49 && mv "$pkgdir"/usr/lib{64,}
50}
51
52

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