eclipse-embedcpp
maintainer chenss
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a trusted university mirror (USTC) which hosts official Eclipse releases; the content is a standard build artifact, not executed code, and the checksum is verified, making the risk low despite the non-whitelisted host.
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 trusted university mirror (USTC) which hosts official Eclipse releases; the content is a standard build artifact, not executed code, and the checksum is verified, making the risk low despite the non-whitelisted host.
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:22
source=("${pkgname}-${_release}.tar.gz::https://mirrors.ustc.edu.cn/eclipse/technology/epp/downloads/release/$_release/R/$_src")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Chance Chen <ufbycd@163.com>
2
3
pkgname=eclipse-embedcpp
4
pkgver=4.39
5
_release=2026-03
6
pkgrel=1
7
pkgdesc="Eclipse IDE for Embedded C/C++ Developers(Chinese Mirror)"
8
arch=('x86_64')
9
url="https://www.eclipse.org"
10
license=('EPL')
11
groups=()
12
depends=("java-runtime>=11" webkit2gtk unzip)
13
makedepends=()
14
optdepends=()
15
provides=()
16
conflicts=()
17
replaces=()
18
backup=()
19
options=(!strip)
20
21
_src=$pkgname-$_release-R-linux-gtk-x86_64.tar.gz
22
source=("${pkgname}-${_release}.tar.gz::https://mirrors.ustc.edu.cn/eclipse/technology/epp/downloads/release/$_release/R/$_src")
23
md5sums=('022e125aac9c02623c48e0c99ec7b55f')
24
25
package() {
26
install -d "$pkgdir/usr/share/$pkgname"
27
cp -af eclipse/* "$pkgdir/usr/share/$pkgname"
28
29
install -D /dev/stdin "$pkgdir/usr/bin/$pkgname" <<END
30
#!/bin/bash
31
export ECLIPSE_HOME=/usr/share/$pkgname
32
exec \$ECLIPSE_HOME/eclipse "\$@"
33
END
34
35
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/$pkgname.desktop" <<END
36
[Desktop Entry]
37
Name=Eclipse-Embedcpp
38
Comment=Eclipse IDE for Embedded C/C++ Developers
39
Icon=/usr/share/$pkgname/icon.xpm
40
Exec=/usr/share/$pkgname/eclipse
41
Terminal=false
42
Type=Application
43
Categories=Development;IDE;Java;
44
StartupNotify=true
45
END
46
}
47
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 |