milena
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
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)
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# Maintainer: 3ED <krzysztof1987 _at_ gmail _dot_ com>
pkgname=milena
pkgver=0.2.95
pkgrel=1
pkgdesc="a Polish speech synthesizer for Linux"
arch=('i686' 'x86_64')
url="http://milena.polip.com/"
license=('GPL')
depends=('milena-data' 'mbrola-voices-pl1' 'enca' 'antiword' 'odt2txt' 'poppler' 'libao' 'sox')
install=milena.install
optdepends=('milena-basewords: for milena_book'
'lame: for milena_book'
'vorbis-tools: for milena_book'
'faac: for milena_book'
'amrwb: for milena_nokia'
'ImageMagick: for milena_nokia')
source=(http://www.polip.com/files/$pkgname-dist-$pkgver.tar.gz
10-makefile-fix.patch
20-build_without_data_archive.patch
40-archlinux_package.patch)
sha512sums=('95c90b515df40cdadbf298bb89270dea3b64d9c08c21a870a11ab8cc333414bdfb1535368aee87a8fac0767dc52935f611f68527ad91c438f62bd9a01e420db6'
'8166da0000e3e8f7c2503f04049ed1c527d67cf1715474a84dfcafce8d727b104d38d19aa76f7ce467a0645823edd36c7e482e58bd309059a5543d3b5c30c1f1'
'9b38b09353e1bee86af9956c983d9a43f5827dac74ca1f91c74ae8587e93a2b2fae7800de100d8f27b7b36a21f7148ad07291ae5995fdeffc768a1a2802ccb32'
'43cd6e0760f63319336df8c5915509324672d30a2ca70d2d9653dc60871839892dcca087d2b641474330a114a0c9773ab9304832c86ca5027499a777c8613eeb')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
for (( i=0; i < ${#source[@]}; i++ )); do
if [ "${source[i]##*.}" = "patch" ]; then
msg2 "Applying patch: ${source[i]##*/}"
patch -Np1 -i "${srcdir}/${source[i]##*/}"
fi
done
}
build() {
cd "$srcdir/$pkgname-$pkgver"
make prefix="/usr"
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" prefix="/usr" install
# 54 fix
test -d "$pkgdir"/usr/lib64 \
&& mv "$pkgdir"/usr/lib{64,}
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |