wmitime
maintainer bidulock
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-specific domain (dockapps.net) that hosts the project's own releases; building from source is normal AUR practice and the download host, while not a major forge, is plausibly official and project-owned.
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 project-specific domain (dockapps.net) that hosts the project's own releases; building from source is normal AUR practice and the download host, while not a major forge, is plausibly official and project-owned.
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:13
source=("https://www.dockapps.net/download/$pkgname-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mike Pento <mjpento@gmail.com>
2
# Contributor: Brian Bidulock <bidulock@openss7.org>
3
4
pkgname=wmitime
5
pkgver=0.5
6
pkgrel=1
7
pkgdesc="A dock app showing standard time, date and Internet time"
8
url="https://www.dockapps.net/wmitime"
9
arch=('i686' 'x86_64')
10
license=('GPL')
11
depends=('libxpm')
12
options+=('!debug')
13
source=("https://www.dockapps.net/download/$pkgname-$pkgver.tar.gz")
14
md5sums=('9b9b6c2cce4e4a904f61e77e19ba14af')
15
16
_name=wmITime
17
_genericname=Clock
18
_categories="DockApp;WMAKER;"
19
_custom="StartupWMClass=wmitime"
20
_icon="GNUstep3D"
21
22
prepare() {
23
cd "$srcdir/dockapps-26db447"
24
cat>$pkgname.desktop<<-PBEOF
25
[Desktop Entry]
26
Encoding=UTF-8
27
Type=Application
28
Name=$_name
29
GenericName=$_genericname
30
Comment=$pkgdesc
31
Exec=$pkgname
32
Icon=$_icon
33
Terminal=false
34
StartupNotify=false
35
Categories=$_categories
36
$_custom
37
X-Arch-Package=$pkgname
38
PBEOF
39
}
40
41
build() {
42
cd "$srcdir/dockapps-26db447"
43
make
44
}
45
46
package() {
47
cd "$srcdir/dockapps-26db447"
48
install -Dm0755 $pkgname "$pkgdir/usr/bin/$pkgname"
49
install -Dm0644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
50
}
51
52
# vim: set sw=2 et:
53
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 |