localdimfinder

maintainer vitaliikuzhdin · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads source files from the official project domain bertini.nd.edu, which is plausibly the project's own infrastructure; the binary and data files are installed directly without obfuscation or remote code execution, and the license and examples are non-executable.

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 package downloads source files from the official project domain bertini.nd.edu, which is plausibly the project's own infrastructure; the binary and data files are installed directly without obfuscation or remote code execution, and the license and examples are non-executable.

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:13 source=("LICENSE::https://bertini.nd.edu/Bertini_License"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
2
3_binname="localDimFinder"
4pkgname="${_binname,,}"
5pkgver=1.0
6pkgrel=1
7pkgdesc="A Bertini module for computing local dimensions of algebraic sets"
8arch=('x86_64' 'i686')
9url="https://bertini.nd.edu/LocalDimFinder/index.html"
10license=('custom:Bertini License')
11replaces=("${pkgname}-bin")
12_pkgsrc="${pkgname}-${pkgver}"
13source=("LICENSE::https://bertini.nd.edu/Bertini_License"
14 # "EXAMPLES.tar.gz::https://bertini.nd.edu/LocalDimFinder/MechanismMobilityExamples.tar.gz")
15 "EXAMPLES.zip::https://bertini.nd.edu/LocalDimFinder/MechanismMobilityExamples.zip")
16source_x86_64=("${_pkgsrc}-x86_64.tar.gz::https://bertini.nd.edu/LocalDimFinder/LocalDimFinderLinux64_v${pkgver}.tar.gz")
17source_i686=("${_pkgsrc}-i686.tar.gz::https://bertini.nd.edu/LocalDimFinder/LocalDimFinderLinux32_v${pkgver}.tar.gz")
18sha256sums=('e53c1b505126e6f4ab9ddaedd5b807303b693b8d4997f13a502bc902569ab1f1'
19 'd82865bf2f9eff6186862aed21e88dfa1b343e8529715c1e9da3609f45c1fb0c')
20sha256sums_x86_64=('0115dbc1d65d93d16aa140c903d3970dbb6892157451a8ad47bd0610e72ce5c9')
21sha256sums_i686=('a441985e59568da91c532eaf06f3cb93e3fccb872cbd2d7910c87825fd38bfa5')
22
23case "${CARCH}" in
24 x86_64)
25 _bit="64"
26 ;;
27 i686)
28 _bit="32"
29 ;;
30 *)
31 echo "Unsupported architecture: ${CARCH}"
32 ;;
33esac
34
35prepare() {
36 cd "${srcdir}"
37 rm -rf "${_pkgsrc}-${CARCH}" "examples"
38 mv -f "LocalDimFinderLinux${_bit}_v${pkgver}" "${_pkgsrc}-${CARCH}"
39 mv -f "MechanismMobilityExamples" "examples"
40
41 cd "${_pkgsrc}-${CARCH}"
42 sed -i 's/test_points_/test_points/' "README"
43}
44
45package() {
46 cd "${srcdir}"
47 install -vDm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
48
49 find "examples" -type f -exec install -vDm644 "{}" "${pkgdir}/usr/share/doc/${pkgname}/{}" \;
50
51 cd "${_pkgsrc}-${CARCH}"
52 install -vDm755 "${_binname}" "${pkgdir}/usr/bin/${_binname}"
53
54 install -vDm644 "README" "${pkgdir}/usr/share/doc/${pkgname}/README"
55 install -vDm644 "LocalDimFinder.pdf" "${pkgdir}/usr/share/doc/${pkgname}/MANUAL.pdf"
56
57 install -vDm644 "inputCircleLine" "${pkgdir}/usr/share/doc/${pkgname}/examples/inputCircleLine"
58 install -vDm644 "test_points_CircleLine" "${pkgdir}/usr/share/doc/${pkgname}/examples/test_pointsCircleLine"
59}
60

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