espressif-ide-bin

MEDIUM
maintainer Sysitn 1 votes scanned 2026-08-21 15:15:19.666615
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

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 "${pkgname}-${pkgver}.tar.gz::https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-${pkgver}-linux.gtk.x86_64.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: sysitn <thegreatandrewsh@gmail.com>
2# Contributor: kajoox <kayquesousa02004@gmail.com> (original maintainer)
3
4pkgname=espressif-ide-bin
5pkgver=4.4.0
6pkgrel=1
7pkgdesc='Eclipse-based IDE for ESP-IDF development'
8arch=('x86_64')
9url="https://github.com/espressif/idf-eclipse-plugin"
10license=('EPL-2.0')
11depends=('java-runtime>=21' 'python' 'python-pip' 'gtk3' 'dfu-util' 'webkit2gtk-4.1')
12optdepends=(
13 'ninja: for building ESP-IDF projects'
14 'gcc: for compiling projects'
15 'git: for version control and ESP-IDF installation'
16 'cmake: for building projects and ESP-IDF installation'
17 'ccache: to speed up the assembly of ESP-IDF projects and ESP-IDF installation'
18 )
19options=('!strip')
20
21source=(
22 "${pkgname}-${pkgver}.tar.gz::https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-${pkgver}-linux.gtk.x86_64.tar.gz"
23 "espressif-ide.desktop"
24)
25sha256sums=('2fd36289c59abb9cb25afa24ce07a3c87138d983f76739f7e58c8ab5bacd0672'
26 '01b498d77f4076a2b47bac488e47e1be164e5802cb39373256709f8441a33ad7')
27
28package() {
29 install -dm755 "${pkgdir}/opt/${pkgname}"
30 cp -r "${srcdir}/Espressif-IDE/." "${pkgdir}/opt/${pkgname}/"
31
32 install -dm755 "${pkgdir}/usr/bin"
33 ln -s "/opt/${pkgname}/espressif-ide" "${pkgdir}/usr/bin/espressif-ide"
34
35 install -Dm644 "espressif-ide.desktop" "${pkgdir}/usr/share/applications/espressif-ide.desktop"
36}
37

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-21 15:15
@@ -2,8 +2,8 @@
# Contributor: kajoox <kayquesousa02004@gmail.com> (original maintainer)
pkgname=espressif-ide-bin
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.4.0
+pkgrel=1
pkgdesc='Eclipse-based IDE for ESP-IDF development'
arch=('x86_64')
url="https://github.com/espressif/idf-eclipse-plugin"
@@ -22,7 +22,7 @@
"${pkgname}-${pkgver}.tar.gz::https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-${pkgver}-linux.gtk.x86_64.tar.gz"
"espressif-ide.desktop"
)
-sha256sums=('4d98c244cd449e82177d924d52dba609c8893e0b70052158286e4c1953393dac'
+sha256sums=('2fd36289c59abb9cb25afa24ce07a3c87138d983f76739f7e58c8ab5bacd0672'
'01b498d77f4076a2b47bac488e47e1be164e5802cb39373256709f8441a33ad7')
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 15:15:19 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 18:55:24 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion