python-ompython
The package downloads source code from pythonhosted.org, which is a standard and trusted source for Python packages, and a license file from openmodelica.org; both are legitimate project-related sources, and the build process is normal for a Python package, posing no significant security risk.
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 code from pythonhosted.org, which is a standard and trusted source for Python packages, and a license file from openmodelica.org; both are legitimate project-related sources, and the build process is normal for a Python package, posing no significant security risk.
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:15
'https://openmodelica.org/osmc-pl/osmc-pl-1.2.txt')
PKGBUILD
1 offending line(s) highlighted# Maintainer: Alex Hirzel <alex at hirzel period us>
pkgname='python-ompython'
_name=OMPython
pkgver='3.6.0'
pkgrel=2
pkgdesc="OpenModelica-Python API Interface"
url="https://openmodelica.org/"
depends=('openmodelica-omc' 'python' 'python-numpy' 'python-psutil' 'python-pyparsing')
makedepends=('python-setuptools')
optdepends=('python-pyzmq')
license=('LicenseRef-OSMC-PL')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"
'https://openmodelica.org/osmc-pl/osmc-pl-1.2.txt')
sha512sums=('f8f6911389caec4bcc273ca3eb6bb1a9ca4e99a105f5f8a28f96d4b54a65c633b989def9af60714f8b34df797d839489f83139ec92ba453397324c370fd98b54'
'519d380f9bba2165c3c09169d3b6737e8c63341face98ab66e476f7b54d3695195b498098144a63e3fcf35727199738c83a1a273702bd48e3c126199292c4085')
build() {
cd "${srcdir}/${_name}-${pkgver}"
python setup.py build
}
package() {
cd "${srcdir}/${_name}-${pkgver}"
install -Dm644 ${srcdir}/osmc-pl-1.2.txt "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
}
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 |