dmde-cli
maintainer maximalisimus
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the official project domain (dmde.ru), which is not on the whitelist but plausibly legitimate; checksums are provided and the binaries are self-contained tools for data recovery, with no evidence of malicious behavior or remote code execution.
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 prebuilt binaries from the official project domain (dmde.ru), which is not on the whitelist but plausibly legitimate; checksums are provided and the binaries are self-contained tools for data recovery, with no evidence of malicious behavior or remote code execution.
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:17
source_x86_64=("https://dmde.ru/download/${pkg_name_64}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mikhail Artamonov <maximalis171091@yandex.ru>
2
# makepkg --printsrcinfo > .SRCINFO && makepkg -scC --nocheck --skipchecksums --skipinteg --skippgpcheck
3
4
pkgname=dmde-cli
5
pkg_name_32="dmde-4-2-0-814-lin32-con.zip"
6
pkg_name_64="dmde-4-2-0-814-lin64-con.zip"
7
pkgver=4.2.0
8
pkgrel=1
9
pkgdesc="DMDE is a powerful tool for data searching, editing, and recovery on disks - cli version"
10
arch=('x86_64' 'i686')
11
url="https://dmde.ru/"
12
license=('custom')
13
depends=(sudo)
14
makedepends=(unzip)
15
replaces=($pkgname)
16
17
source_x86_64=("https://dmde.ru/download/${pkg_name_64}")
18
19
source_i686=("https://dmde.ru/download/${pkg_name_32}")
20
21
source=(dmde-cli.desktop
22
logo.png)
23
24
sha512sums=('1b6c947f0cf2ae001fe465031971b3b61fe79b7403ca1307f3693c4cc09b4a5c6698042b87fc95810f978ad152fa3edd46c5e22365b873e9b3959224f96ec2e1'
25
'c32bbbb33b629b1953077fe9669a451c0adc308f94ce42c21e319ffe776695cb55c4d23831724186f966922a9fea073f8e65bb1f9a73afb5cb2e8075a0e5ebfe')
26
27
sha512sums_x86_64=('f8c15f1146d8cae297ca775ef5e255706c4d79c2c23acaeba38851275ddd1de57411bf6e093dfb80c898b5e11afabb0f87f92b16082cec4b917574689b713772')
28
29
sha512sums_i686=('34b2208cb64a88131e64a9eb103345368c8c65e839c6da861959be4f84c07e4178f246f30c0c7e3829963c1bc9d9fc935ba88e78d667013bbabba157c1384f84')
30
31
package_i686() {
32
replaces=("${pkgname[0]}")
33
depends=(sudo)
34
cd $srcdir
35
if [[ "${_archi[*]}" == "x86_64" ]]; then
36
_pkgname=$(basename "${source_x86_64[0]}")
37
else
38
_pkgname=$(basename "${source_i686[0]}")
39
fi
40
mkdir -p ./usr/share/dmde-cli/ $pkgdir/usr/bin/ $pkgdir/usr/share/applications/ $pkgdir/usr/share/pixmaps/
41
rm -rf $srcdir/usr/share/dmde-linux/
42
unzip "./${_pkgname[*]}" -d $srcdir/usr/share/dmde-cli/
43
cp -r usr $pkgdir
44
chmod +x $pkgdir/usr/share/dmde-cli/dmde
45
chmod +x $pkgdir/usr/share/dmde-cli/dmde-su.sh
46
install -vDm644 $srcdir/logo.png $pkgdir/usr/share/pixmaps/$pkgname.png
47
install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
48
chmod +x $pkgdir/usr/share/applications/$pkgname.desktop
49
ln -sr /usr/share/dmde-cli/dmde $pkgdir/usr/bin/dmde-cli
50
}
51
52
package_x86_64() {
53
replaces=("${pkgname[0]}")
54
depends=(sudo)
55
cd $srcdir
56
if [[ "${_archi[*]}" == "x86_64" ]]; then
57
_pkgname=$(basename "${source_x86_64[1]}")
58
else
59
_pkgname=$(basename "${source_i686[0]}")
60
fi
61
mkdir -p ./usr/share/dmde-cli/ $pkgdir/usr/bin/ $pkgdir/usr/share/applications/ $pkgdir/usr/share/pixmaps/
62
rm -rf $srcdir/usr/share/dmde-linux/
63
unzip "./${_pkgname[*]}" -d $srcdir/usr/share/dmde-cli/
64
cp -r usr $pkgdir
65
chmod +x $pkgdir/usr/share/dmde-cli/dmde
66
chmod +x $pkgdir/usr/share/dmde-cli/dmde-su.sh
67
install -vDm644 $srcdir/logo.png $pkgdir/usr/share/pixmaps/$pkgname.png
68
install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
69
chmod +x $pkgdir/usr/share/applications/$pkgname.desktop
70
ln -sr /usr/share/dmde-cli/dmde $pkgdir/usr/bin/dmde-cli
71
}
72
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |