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
4pkgname=wmitime
5pkgver=0.5
6pkgrel=1
7pkgdesc="A dock app showing standard time, date and Internet time"
8url="https://www.dockapps.net/wmitime"
9arch=('i686' 'x86_64')
10license=('GPL')
11depends=('libxpm')
12options+=('!debug')
13source=("https://www.dockapps.net/download/$pkgname-$pkgver.tar.gz")
14md5sums=('9b9b6c2cce4e4a904f61e77e19ba14af')
15
16_name=wmITime
17_genericname=Clock
18_categories="DockApp;WMAKER;"
19_custom="StartupWMClass=wmitime"
20_icon="GNUstep3D"
21
22prepare() {
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
38PBEOF
39}
40
41build() {
42 cd "$srcdir/dockapps-26db447"
43 make
44}
45
46package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion