writemonkey3

maintainer bombeuler · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source archive from the official project domain writemonkey.com, which is the legitimate upstream for Writemonkey; despite not being on a standard host whitelist, this is a normal and expected source for the software, and the download has a matching sha256sum, making the risk low.

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 a source archive from the official project domain writemonkey.com, which is the legitimate upstream for Writemonkey; despite not being on a standard host whitelist, this is a normal and expected source for the software, and the download has a matching sha256sum, making the risk low.

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 "$pkgname-$pkgver.zip::http://writemonkey.com/wm3/$_pkgname-linux-64bit-v$_pkgver.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Bombeuler <bombeuler@foxmail.com>
2pkgname=writemonkey3
3_pkgname=Writemonkey3
4pkgver=3.3.0
5_pkgver=3-3-0-jan2023
6pkgrel=1
7pkgdesc="Text Editor for Writers"
8arch=('x86_64')
9url="http://writemonkey.com/wm3/"
10provides=("Writemonkey")
11license=('proprietary')
12source=(
13 "$pkgname-$pkgver.zip::http://writemonkey.com/wm3/$_pkgname-linux-64bit-v$_pkgver.zip"
14 "$pkgname.desktop"
15)
16noextract=("$pkgname-$pkgver.zip")
17depends=(
18 libnotify
19 gtk2
20 # gconf
21 gcc
22 electron25-bin
23)
24makedepends=(
25 unzip
26)
27sha256sums=(
28 "78cfe853aabbacba38538d2fd6637e0ae6d6465c52988795dae711c13cdb61d6"
29 "cc60d97bb9dd206452fc19e64b835ad80370362c90247de6e987c43a5c60bf34"
30)
31
32prepare() {
33 echo " -> Extracting the $pkgname-$pkgver.zip"
34 unzip "$pkgname-$pkgver.zip" -d "$srcdir"
35}
36
37package() {
38 mkdir -p $pkgdir/opt/$pkgname
39 mv $srcdir/$pkgname/* $pkgdir/opt/$pkgname/
40
41 mkdir -p $pkgdir/usr/bin
42 ln -s /opt/$pkgname/nw $pkgdir/usr/bin/$pkgname
43
44 install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
45 install -Dm644 $pkgdir/opt/$pkgname/wmFavicon.png $pkgdir/usr/share/icons/hicolor/32x32/apps/$pkgname.png
46 install -Dm644 $pkgdir/opt/$pkgname/wm.ico $pkgdir/usr/share/icons/hicolor/256x256/apps/$pkgname.ico
47 install -Dm644 $pkgdir/opt/$pkgname/wm3icon.png $pkgdir/usr/share/icons/hicolor/1024x1024/apps/$pkgname.png
48
49}
50

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