esp-idf-git

maintainer qiaozhi · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the official project repository and includes standard setup instructions; the orphaned status and skipped checksum are quality concerns but do not indicate active danger.

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 builds from the official project repository and includes standard setup instructions; the orphaned status and skipped checksum are quality concerns but do not indicate active danger.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
2_pkgname=esp-idf
3pkgname=${_pkgname}-git
4pkgver=5.5.dev.r2752.a3864c088d
5pkgrel=1
6pkgdesc='Espressif IoT Development Framework. Official development framework for ESP32.'
7arch=('i686' 'x86_64' 'aarch' 'aarch64' 'armv7h')
8url="https://github.com/espressif/esp-idf"
9license=('Apache-2.0')
10depends=('ccache' 'cmake' 'dfu-util' 'git' 'gperf' 'libusb' 'ninja' 'python')
11provides=(${_pkgname})
12conflicts=(${_pkgname})
13options=('!strip')
14install='esp-idf-git.install'
15source=('git+https://github.com/espressif/esp-idf.git')
16md5sums=('SKIP')
17
18pkgver() {
19 cd "$srcdir/${_pkgname}"
20 git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g' | sed 's/^v//'
21}
22
23prepare() {
24 cd $srcdir/${_pkgname}
25 git submodule init
26 ./tools/set-submodules-to-github.sh
27 git submodule update --recursive
28}
29
30package() {
31 cd "${srcdir}/${_pkgname}"
32 mkdir -p ${pkgdir}/opt/esp-idf
33 cp -R . ${pkgdir}/opt/esp-idf
34}
35

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