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
3pkgname=eclipse-embedcpp
4pkgver=4.39
5_release=2026-03
6pkgrel=1
7pkgdesc="Eclipse IDE for Embedded C/C++ Developers(Chinese Mirror)"
8arch=('x86_64')
9url="https://www.eclipse.org"
10license=('EPL')
11groups=()
12depends=("java-runtime>=11" webkit2gtk unzip)
13makedepends=()
14optdepends=()
15provides=()
16conflicts=()
17replaces=()
18backup=()
19options=(!strip)
20
21_src=$pkgname-$_release-R-linux-gtk-x86_64.tar.gz
22source=("${pkgname}-${_release}.tar.gz::https://mirrors.ustc.edu.cn/eclipse/technology/epp/downloads/release/$_release/R/$_src")
23md5sums=('022e125aac9c02623c48e0c99ec7b55f')
24
25package() {
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
31export ECLIPSE_HOME=/usr/share/$pkgname
32exec \$ECLIPSE_HOME/eclipse "\$@"
33END
34
35 install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/$pkgname.desktop" <<END
36[Desktop Entry]
37Name=Eclipse-Embedcpp
38Comment=Eclipse IDE for Embedded C/C++ Developers
39Icon=/usr/share/$pkgname/icon.xpm
40Exec=/usr/share/$pkgname/eclipse
41Terminal=false
42Type=Application
43Categories=Development;IDE;Java;
44StartupNotify=true
45END
46}
47

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion