openide-bin
maintainer dimio
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a non-whitelisted but plausibly project-owned host (download.openide.ru) for a legitimate build; the installed content is the application itself, not malicious payloads, and the host aligns with the software's official domain.
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 a source tarball from a non-whitelisted but plausibly project-owned host (download.openide.ru) for a legitimate build; the installed content is the application itself, not malicious payloads, and the host aligns with the software's official domain.
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:21
source_x86_64=("https://download.openide.ru/${pkgver}/openIDE-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Dimio <dimio at dimio dot org>
2
3
_appname=openide
4
pkgname="$_appname-bin"
5
pkgver=253.28294.334.8
6
pkgrel=1
7
pkgdesc="OpenID is an open source software development tool for Java, Python, and other programming languages. It was created by the Astra Group, Haulmont, and Axiom JDK companies. It is fork of pycharm"
8
arch=(x86_64)
9
url="https://openide.ru"
10
license=('AGPL-3.0-or-later')
11
conflicts=(
12
"openide"
13
)
14
source=(
15
openide.desktop
16
openide.sh
17
)
18
19
install=openide.install
20
21
source_x86_64=("https://download.openide.ru/${pkgver}/openIDE-${pkgver}.tar.gz")
22
23
options=(!strip)
24
sha256sums=('aa3e4f48f311c7b9368c878c05ff6b93672ab6da56bd60aba1109c118e7cbed5'
25
'5df2ba94996f8e7bdcde97c9b60aef128c65f5308775b02ea7df41395523c88f')
26
sha256sums_x86_64=('198ec42d1912f1ee0687a4030140d640ebddbe2f006edbb4d5390f67b528e7ff')
27
28
package() {
29
cd ""openIDE-${pkgver}""
30
31
# workaround FS#40934
32
# see https://bugs.archlinux.org/task/40934
33
sed -i 's/lcd/on/' bin/*.vmoptions
34
35
rm -rf bin/fsnotifier-arm
36
37
install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,openide}
38
cp -dr --no-preserve='ownership' bin jbr lib modules plugins \
39
product-info.json "${pkgdir}"/usr/share/openide/
40
cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/openide/
41
cp -dr --no-preserve='ownership' bin/openide.png "${pkgdir}"/usr/share/pixmaps/
42
install -Dm 644 ../openide.desktop -t "${pkgdir}"/usr/share/applications/
43
install -Dm 755 ../openide.sh "${pkgdir}"/usr/bin/openide
44
}
45
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 |