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>
2
pkgname=writemonkey3
3
_pkgname=Writemonkey3
4
pkgver=3.3.0
5
_pkgver=3-3-0-jan2023
6
pkgrel=1
7
pkgdesc="Text Editor for Writers"
8
arch=('x86_64')
9
url="http://writemonkey.com/wm3/"
10
provides=("Writemonkey")
11
license=('proprietary')
12
source=(
13
"$pkgname-$pkgver.zip::http://writemonkey.com/wm3/$_pkgname-linux-64bit-v$_pkgver.zip"
14
"$pkgname.desktop"
15
)
16
noextract=("$pkgname-$pkgver.zip")
17
depends=(
18
libnotify
19
gtk2
20
# gconf
21
gcc
22
electron25-bin
23
)
24
makedepends=(
25
unzip
26
)
27
sha256sums=(
28
"78cfe853aabbacba38538d2fd6637e0ae6d6465c52988795dae711c13cdb61d6"
29
"cc60d97bb9dd206452fc19e64b835ad80370362c90247de6e987c43a5c60bf34"
30
)
31
32
prepare() {
33
echo " -> Extracting the $pkgname-$pkgver.zip"
34
unzip "$pkgname-$pkgver.zip" -d "$srcdir"
35
}
36
37
package() {
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) | 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 |