milena

LOW
maintainer raymondbarbey 8 votes scanned 2026-09-17 00:27:14.276658
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-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