mpsolve
maintainer akobel
· 1 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 academic domain, used to build the software from its own source; the host is non-standard but plausibly legitimate, 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 academic domain, used to build the software from its own source; the host is non-standard but plausibly legitimate, 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:17
source=("https://numpi.dm.unipi.it/wp-content/uploads/2025/08/${pkgname}-${pkgver}.tar.bz2")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
2
3
pkgname=mpsolve
4
pkgver=3.2.3
5
pkgrel=1
6
pkgdesc="Multiprecision rootfinder for complex roots of univariate polynomials"
7
url="http://numpi.dm.unipi.it/software/mpsolve"
8
arch=('x86_64')
9
license=('GPL-3.0-or-later')
10
depends=('gmp' 'mpfr')
11
makedepends=('gcc-fortran')
12
optdepends=('cython: Python bindings'
13
'doxygen: documentation (optional build-time dependency)'
14
'gtk3: Graphical debugger'
15
'qt5-base: Graphical interface xmpsolve')
16
options=(!libtool)
17
source=("https://numpi.dm.unipi.it/wp-content/uploads/2025/08/${pkgname}-${pkgver}.tar.bz2")
18
sha256sums=('1f2e239c698c783b63a5e6903e76316c0335a01d71c466a8551e8a3f790b3971')
19
20
prepare () {
21
cd "${srcdir}/${pkgname}-${pkgver}"
22
# precompiled versions in 3.2.3 tarball are incompatible with recent bison
23
# see https://github.com/robol/MPSolve/issues/48
24
rm src/libmps/monomial/yacc-parser.{c,h}
25
}
26
27
build () {
28
cd "${srcdir}/${pkgname}-${pkgver}"
29
./configure --prefix=/usr --disable-debug --disable-examples
30
make
31
}
32
33
check () {
34
cd "${srcdir}/${pkgname}-${pkgver}"
35
make check
36
}
37
38
package () {
39
cd "${srcdir}/${pkgname}-${pkgver}"
40
make DESTDIR="${pkgdir}" install
41
42
if [ -e doc/html ]; then
43
cd doc/html
44
find . -type f -exec install -D -m644 "{}" "${pkgdir}/usr/share/doc/${pkgname}/{}" \;
45
fi
46
}
47
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 |