eclipse-embedcpp

LOW
maintainer chenss 1 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion