retdec-git

maintainer xiliuya · 5 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package builds from the official project source on GitHub, which is a normal and legitimate practice for AUR packages; the 'recently orphaned & re-adopted' flag is a procedural note, not an indicator of malicious content.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the official project source on GitHub, which is a normal and legitimate practice for AUR packages; the 'recently orphaned & re-adopted' flag is a procedural note, not an indicator of malicious content.

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# Contributor: mewmew <rnd0x00@gmail.com>
2# Contributor: Robin Eklind <rnd0x00@gmail.com>
3# Contributor: Benjamin Levy <blevy@protonmail.com>
4# Contributor: Kuan-Yen Chou <kuanyenchou at gmail dot com>
5# Maintainer : xiliuya <xiliuya@aliyun.com>
6
7pkgname=retdec-git
8pkgver=v5.0.r81.g94505857
9pkgrel=1
10pkgdesc="A retargetable machine-code decompiler based on LLVM"
11arch=('i686' 'x86_64')
12url="https://retdec.com/"
13license=('MIT')
14depends=('openssl' 'python' 'zlib')
15makedepends=('git' 'cmake')
16optdepends=('upx' 'graphviz')
17options=(!debug)
18provides=('retdec')
19conflicts=('retdec')
20source=("$pkgname::git+https://github.com/avast/retdec.git"
21 gcc15.patch)
22sha256sums=('SKIP'
23 '06f610199a13b9832b152a7f62b6256f5b43a6d73927a9366c4cdca0289e32f0')
24
25pkgver() {
26 cd "$srcdir/$pkgname"
27 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
28}
29
30build() {
31 cd "$srcdir/$pkgname"
32 mkdir -p build && cd build
33 export CMAKE_POLICY_VERSION_MINIMUM=3.5
34 cmake -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" "$srcdir/$pkgname"
35 make
36}
37
38package() {
39 cd "$srcdir/$pkgname/build"
40 make install
41 cd "$srcdir/$pkgname"
42 install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
43}
44

Changes since previous scan

--- PKGBUILD @ 2026-08-13 00:17
+++ PKGBUILD @ 2026-08-18 00:03
@@ -1,10 +1,11 @@
# Contributor: mewmew <rnd0x00@gmail.com>
# Contributor: Robin Eklind <rnd0x00@gmail.com>
-# Maintainer: Benjamin Levy <blevy@protonmail.com>
+# Contributor: Benjamin Levy <blevy@protonmail.com>
# Contributor: Kuan-Yen Chou <kuanyenchou at gmail dot com>
+# Maintainer : xiliuya <xiliuya@aliyun.com>
pkgname=retdec-git
-pkgver=v4.0.r254.g6b674df8
+pkgver=v5.0.r81.g94505857
pkgrel=1
pkgdesc="A retargetable machine-code decompiler based on LLVM"
arch=('i686' 'x86_64')
@@ -13,27 +14,31 @@
depends=('openssl' 'python' 'zlib')
makedepends=('git' 'cmake')
optdepends=('upx' 'graphviz')
+options=(!debug)
provides=('retdec')
conflicts=('retdec')
-source=("$pkgname::git+https://github.com/avast/retdec.git")
-sha256sums=('SKIP')
+source=("$pkgname::git+https://github.com/avast/retdec.git"
+ gcc15.patch)
+sha256sums=('SKIP'
+ '06f610199a13b9832b152a7f62b6256f5b43a6d73927a9366c4cdca0289e32f0')
pkgver() {
- cd "$srcdir/$pkgname"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ cd "$srcdir/$pkgname"
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {
- cd "$srcdir/$pkgname"
- mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" "$srcdir/$pkgname"
- make
+ cd "$srcdir/$pkgname"
+ mkdir -p build && cd build
+ export CMAKE_POLICY_VERSION_MINIMUM=3.5
+ cmake -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" "$srcdir/$pkgname"
+ make
}
package() {
- cd "$srcdir/$pkgname/build"
- make install
- cd "$srcdir/$pkgname"
- install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ cd "$srcdir/$pkgname/build"
+ make install
+ cd "$srcdir/$pkgname"
+ install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 07:25:43 MEDIUM 1
2026-08-13 05:25:33 MEDIUM 1
2026-08-13 00:17:07 LOW 2
2026-08-12 07:23:13 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion