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
7
pkgname=retdec-git
8
pkgver=v5.0.r81.g94505857
9
pkgrel=1
10
pkgdesc="A retargetable machine-code decompiler based on LLVM"
11
arch=('i686' 'x86_64')
12
url="https://retdec.com/"
13
license=('MIT')
14
depends=('openssl' 'python' 'zlib')
15
makedepends=('git' 'cmake')
16
optdepends=('upx' 'graphviz')
17
options=(!debug)
18
provides=('retdec')
19
conflicts=('retdec')
20
source=("$pkgname::git+https://github.com/avast/retdec.git"
21
gcc15.patch)
22
sha256sums=('SKIP'
23
'06f610199a13b9832b152a7f62b6256f5b43a6d73927a9366c4cdca0289e32f0')
24
25
pkgver() {
26
cd "$srcdir/$pkgname"
27
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
28
}
29
30
build() {
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
38
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |