mingw-w64-levmar
maintainer orphaned
· 0 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 host (ics.forth.gr), which is not on the whitelist but is plausibly legitimate; building from own-source is normal for AUR, and the package installs only static libraries and a header file, posing no execution risk.
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 host (ics.forth.gr), which is not on the whitelist but is plausibly legitimate; building from own-source is normal for AUR, and the package installs only static libraries and a header file, posing no execution risk.
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:11
source=('http://www.ics.forth.gr/~lourakis/levmar/levmar-2.6.tgz')
PKGBUILD
1 offending line(s) highlighted
1
pkgname=mingw-w64-levmar
2
pkgver=2.6
3
pkgrel=1
4
pkgdesc='Levenberg-Marquardt nonlinear least squares algorithms in C/C++ (mingw-w64)'
5
url='https://www.ics.forth.gr/~lourakis/levmar'
6
arch=('any')
7
license=('GPL')
8
depends=('mingw-w64-crt' 'mingw-w64-lapack' 'mingw-w64-f2c')
9
makedepends=('mingw-w64-cmake')
10
options=('!buildflags' '!strip' 'staticlibs')
11
source=('http://www.ics.forth.gr/~lourakis/levmar/levmar-2.6.tgz')
12
md5sums=('16bc34efa1617219f241eef06427f13f')
13
14
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
15
16
build() {
17
cd "$srcdir/levmar-${pkgver}"
18
for _arch in ${_architectures}; do
19
mkdir -p build-${_arch} && pushd build-${_arch}
20
${_arch}-cmake \
21
-DCMAKE_BUILD_TYPE=Release \
22
-DBUILD_SHARED_LIBS=OFF \
23
-DBUILD_TESTING=OFF \
24
..
25
make
26
popd
27
done
28
}
29
30
package() {
31
for _arch in ${_architectures}; do
32
cd "$srcdir/levmar-${pkgver}/build-${_arch}"
33
install -Dm644 "$srcdir"/levmar-${pkgver}/levmar.h "$pkgdir"/usr/${_arch}/include/levmar/levmar.h
34
install -Dm644 liblevmar.a "$pkgdir"/usr/${_arch}/lib/liblevmar.a
35
#${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
36
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
37
done
38
}
39
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 |