wmcore

maintainer ajrabbit · 6 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from a project-related domain (dockapps.net) hosting the official source code, which is compiled locally; the non-whitelisted host is plausibly project-specific, and the build process is standard and safe.

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-related domain (dockapps.net) hosting the official source code, which is compiled locally; the non-whitelisted host is plausibly project-specific, and the build process is standard and safe.

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:16 source=("https://www.dockapps.net/download/${pkgname}-${pkgver}.tar.xz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Alice Vega <aalicevegaa at proton mail dot com>
2# Contributor: Brian Bidulock <bidulock@openss7.org>
3# Contributor: Alexej Magura <agm2819*gmail*com>
4# Contributor: libernux <dutchman55l@gmx.com>
5# Contributor: Brian Bidulock <bidulock@openss7.org>
6
7pkgname=wmcore
8pkgver=0.0.4
9pkgrel=1
10pkgdesc="A windowmaker dockapp which shows the usage of each core in the system"
11arch=('i686' 'x86_64')
12#url="http://dockapps.windowmaker.org/file.php/id/362"
13url="https://www.dockapps.net/wmcore"
14license=('GPL')
15depends=('libxpm')
16source=("https://www.dockapps.net/download/${pkgname}-${pkgver}.tar.xz")
17md5sums=('77c765a11844f1f60f10f549653b88d4')
18
19prepare() {
20 cd $pkgname-$pkgver
21 ./configure
22}
23
24build() {
25 cd $pkgname-$pkgver
26 make
27}
28
29package() {
30 cd $pkgname-$pkgver
31 install -m 755 -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
32
33 if [[ -f "README" ]]; then
34 install -m 644 -D "README" "$pkgdir/usr/share/doc/$pkgname/README"
35 fi
36
37 if [[ -f "CHANGES" ]]; then
38 install -m 644 -D "CHANGES" "$pkgdir/usr/share/doc/$pkgname/CHANGES"
39 fi
40
41 if [[ -f "COPYING" ]]; then
42 install -m 644 -D "COPYING" "$pkgdir/usr/share/doc/$pkgname/COPYING"
43 fi
44}
45
46

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