wmtrash
maintainer bidulock
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a non-whitelisted but plausibly project-related host, used to build the software from source; no remote code execution or unverifiable binary is involved.
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 source is a tarball from a non-whitelisted but plausibly project-related host, used to build the software from source; no remote code execution or unverifiable binary is involved.
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:15
source=('http://download.zenwalk.org/x86_64/people/jp/dockapps/wmtrash-0.2.tar.gz' gtk2.patch)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mike Pento <mjpento@gmail.com>
2
# Contributor: Brian Bidulock <bidulock@openss7.org>
3
# Contributor: libernux <dutchman55@gmx.com>
4
5
pkgname=wmtrash
6
pkgver=0.2
7
pkgrel=5
8
pkgdesc="Simple yet useful trash dockapp"
9
arch=('i686' 'x86_64')
10
url="http://web.archive.org/web/20121201053438/http://dockapps.windowmaker.org/file.php/id/266"
11
license=('GPL')
12
options+=('!debug')
13
groups=('x11')
14
depends=('gtk2')
15
source=('http://download.zenwalk.org/x86_64/people/jp/dockapps/wmtrash-0.2.tar.gz' gtk2.patch)
16
md5sums=('f804a71a5537d1c7373815bbf0cd9b86'
17
'f25a33787d871f08ca338d5b352886f4')
18
19
prepare() {
20
cd "$srcdir/$pkgname-$pkgver"
21
patch -Np2 -b -z .orig -i ../gtk2.patch
22
}
23
24
build() {
25
cd "$srcdir/$pkgname-$pkgver"
26
rm wmtrash # because there is an old executable in tar-file !!
27
make
28
}
29
30
package() {
31
cd "$srcdir/$pkgname-$pkgver"
32
install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
33
install -d "$pkgdir/etc/$pkgname"
34
install -m644 ./conf/default.cf "$pkgdir/etc/$pkgname"
35
install -d "$pkgdir/usr/share/$pkgname"
36
install -m644 ./conf/*.xpm "$pkgdir/usr/share/$pkgname"
37
}
38
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 |