python-ompython
maintainer alhirzel
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:15
'https://openmodelica.org/osmc-pl/osmc-pl-1.2.txt')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alex Hirzel <alex at hirzel period us>
2
3
pkgname='python-ompython'
4
_name=OMPython
5
pkgver='3.6.0'
6
pkgrel=2
7
pkgdesc="OpenModelica-Python API Interface"
8
url="https://openmodelica.org/"
9
depends=('openmodelica-omc' 'python' 'python-numpy' 'python-psutil' 'python-pyparsing')
10
makedepends=('python-setuptools')
11
optdepends=('python-pyzmq')
12
license=('LicenseRef-OSMC-PL')
13
arch=('any')
14
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"
15
'https://openmodelica.org/osmc-pl/osmc-pl-1.2.txt')
16
sha512sums=('f8f6911389caec4bcc273ca3eb6bb1a9ca4e99a105f5f8a28f96d4b54a65c633b989def9af60714f8b34df797d839489f83139ec92ba453397324c370fd98b54'
17
'519d380f9bba2165c3c09169d3b6737e8c63341face98ab66e476f7b54d3695195b498098144a63e3fcf35727199738c83a1a273702bd48e3c126199292c4085')
18
19
build() {
20
cd "${srcdir}/${_name}-${pkgver}"
21
python setup.py build
22
}
23
24
package() {
25
cd "${srcdir}/${_name}-${pkgver}"
26
install -Dm644 ${srcdir}/osmc-pl-1.2.txt "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
27
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
28
}
29
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 |