localdimfinder
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
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)
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# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
_binname="localDimFinder"
pkgname="${_binname,,}"
pkgver=1.0
pkgrel=1
pkgdesc="A Bertini module for computing local dimensions of algebraic sets"
arch=('x86_64' 'i686')
url="https://bertini.nd.edu/LocalDimFinder/index.html"
license=('custom:Bertini License')
replaces=("${pkgname}-bin")
_pkgsrc="${pkgname}-${pkgver}"
source=("LICENSE::https://bertini.nd.edu/Bertini_License"
# "EXAMPLES.tar.gz::https://bertini.nd.edu/LocalDimFinder/MechanismMobilityExamples.tar.gz")
"EXAMPLES.zip::https://bertini.nd.edu/LocalDimFinder/MechanismMobilityExamples.zip")
source_x86_64=("${_pkgsrc}-x86_64.tar.gz::https://bertini.nd.edu/LocalDimFinder/LocalDimFinderLinux64_v${pkgver}.tar.gz")
source_i686=("${_pkgsrc}-i686.tar.gz::https://bertini.nd.edu/LocalDimFinder/LocalDimFinderLinux32_v${pkgver}.tar.gz")
sha256sums=('e53c1b505126e6f4ab9ddaedd5b807303b693b8d4997f13a502bc902569ab1f1'
'd82865bf2f9eff6186862aed21e88dfa1b343e8529715c1e9da3609f45c1fb0c')
sha256sums_x86_64=('0115dbc1d65d93d16aa140c903d3970dbb6892157451a8ad47bd0610e72ce5c9')
sha256sums_i686=('a441985e59568da91c532eaf06f3cb93e3fccb872cbd2d7910c87825fd38bfa5')
case "${CARCH}" in
x86_64)
_bit="64"
;;
i686)
_bit="32"
;;
*)
echo "Unsupported architecture: ${CARCH}"
;;
esac
prepare() {
cd "${srcdir}"
rm -rf "${_pkgsrc}-${CARCH}" "examples"
mv -f "LocalDimFinderLinux${_bit}_v${pkgver}" "${_pkgsrc}-${CARCH}"
mv -f "MechanismMobilityExamples" "examples"
cd "${_pkgsrc}-${CARCH}"
sed -i 's/test_points_/test_points/' "README"
}
package() {
cd "${srcdir}"
install -vDm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
find "examples" -type f -exec install -vDm644 "{}" "${pkgdir}/usr/share/doc/${pkgname}/{}" \;
cd "${_pkgsrc}-${CARCH}"
install -vDm755 "${_binname}" "${pkgdir}/usr/bin/${_binname}"
install -vDm644 "README" "${pkgdir}/usr/share/doc/${pkgname}/README"
install -vDm644 "LocalDimFinder.pdf" "${pkgdir}/usr/share/doc/${pkgname}/MANUAL.pdf"
install -vDm644 "inputCircleLine" "${pkgdir}/usr/share/doc/${pkgname}/examples/inputCircleLine"
install -vDm644 "test_points_CircleLine" "${pkgdir}/usr/share/doc/${pkgname}/examples/test_pointsCircleLine"
}
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 |