localdimfinder

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