writers-suite-bin

maintainer Soft_Enough · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged This PKGBUILD downloads a prebuilt binary tarball from softenough.com, which is the project's own website (matching the url= field), not a random personal host. The sha256 checksum is verified. However, the concern is real: this is a closed-source prebuilt binary (Electron-style app given the dependency list: gtk3, nss, libxss, libxcomposite, etc.) installed to /opt and executed directly. The source is a single vendor-controlled URL with no reproducibility, no source code, and no way to audit what the binary does. The host softenough.com is a small/personal project site with no established trust. If the host is compromised or the maintainer swaps the tarball (updating the checksum in a new pkgrel), arbitrary code runs as the user. This is the canonical AUR prebuilt-binary supply-chain risk pattern. It is not clearly malicious, but it is a genuine medium-severity concern.

Triggered rules

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:12 source=("WriterSuite-bin.tar.gz::https://softenough.com/download/aur/bin/WriterSuite-bin.tar.gz")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads a prebuilt binary tarball from softenough.com, which is the project's own website (matching the url= field), not a random personal host. The sha256 checksum is verified. However, the concern is real: this is a closed-source prebuilt binary (Electron-style app given the dependency list: gtk3, nss, libxss, libxcomposite, etc.) installed to /opt and executed directly. The source is a single vendor-controlled URL with no reproducibility, no source code, and no way to audit what the binary does. The host softenough.com is a small/personal project site with no established trust. If the host is compromised or the maintainer swaps the tarball (updating the checksum in a new pkgrel), arbitrary code runs as the user. This is the canonical AUR prebuilt-binary supply-chain risk pattern. It is not clearly malicious, but it is a genuine medium-severity concern.

PKGBUILD

1 offending line(s) highlighted
1pkgname=writers-suite-bin
2pkgver=0.849
3pkgrel=1
4pkgdesc="Writer's Suite desktop shell + helper + WASM UI (prebuilt)"
5arch=('x86_64')
6url="http://softenough.com"
7license=('MIT')
8provides=('writers-suite')
9conflicts=('writers-suite')
10depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'libxcomposite' 'libxdamage' 'libxfixes' 'libxrandr' 'libxkbcommon' 'libdrm' 'libxcb' 'libxshmfence' 'libx11' 'libxi' 'libxcursor' 'libxinerama' 'libxext' 'libxrender' 'libsm' 'libice' 'fontconfig' 'freetype2' 'mesa' 'xdg-desktop-portal')
11optdepends=('xdg-desktop-portal-gtk: GTK portal backend' 'xdg-desktop-portal-kde: KDE portal backend' 'xdg-desktop-portal-wlr: wlroots portal backend')
12source=("WriterSuite-bin.tar.gz::https://softenough.com/download/aur/bin/WriterSuite-bin.tar.gz")
13sha256sums=('e1aec086daebfd2f2c54834d4dbee7d2ca85786f6ce365f0393cafe80e479dfe')
14
15package() {
16 install -d "$pkgdir/opt/writers-suite"
17 cp -a "${srcdir}/WriterSuite/." "$pkgdir/opt/writers-suite/"
18 install -d "$pkgdir/usr/share/applications"
19 cat > "$pkgdir/usr/share/applications/writers-suite.desktop" <<DESKTOP
20[Desktop Entry]
21Name=Writer's Suite
22Exec=/opt/writers-suite/WritersSuite
23Icon=/opt/writers-suite/assets/icons/ws-icon-256.png
24Type=Application
25Categories=Office;Utility;
26DESKTOP
27 cat > "$pkgdir/usr/share/applications/writers-suite-mod-manager.desktop" <<DESKTOP
28[Desktop Entry]
29Name=WSMM
30Exec=/opt/writers-suite/mod-manager/WritersSuite.ModManager
31Icon=/opt/writers-suite/assets/icons/ws-icon-256.png
32Type=Application
33Categories=Office;Utility;
34DESKTOP
35 install -d "$pkgdir/usr/bin"
36 ln -s /opt/writers-suite/WritersSuite "$pkgdir/usr/bin/writers-suite"
37 ln -s /opt/writers-suite/mod-manager/WritersSuite.ModManager "$pkgdir/usr/bin/writers-suite-mod-manager"
38 install -Dm644 "$pkgdir/opt/writers-suite/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion