wonderpen-bin

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt binary .deb from file.tominlab.com, which is the vendor's own file hosting subdomain (tominlab.com is the developer of WonderPen). This is a legitimate proprietary application distributed by its developer, not a random personal host. However, it is still a prebuilt binary from a non-official distribution channel (not a distro mirror or well-known CDN), and the vendor hosts it on a subdomain rather than GitHub releases or similar. The sha256sum is pinned, which mitigates substitution risk somewhat. The binary is executed directly (Electron app installed to /opt/WonderPen/wonderpen). This is a standard pattern for proprietary -bin AUR packages, but the combination of a prebuilt binary from a vendor-controlled subdomain with no additional verification (no GPG signature) keeps this at medium rather than clean — it's a real supply-chain concern if the host is compromised, even if not clearly malicious.

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:14 source=("https://file.tominlab.com/WonderPen/${pkgver%.*}/WonderPen_linux_amd64_${pkgver}(${_pkgver}).deb")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary .deb from file.tominlab.com, which is the vendor's own file hosting subdomain (tominlab.com is the developer of WonderPen). This is a legitimate proprietary application distributed by its developer, not a random personal host. However, it is still a prebuilt binary from a non-official distribution channel (not a distro mirror or well-known CDN), and the vendor hosts it on a subdomain rather than GitHub releases or similar. The sha256sum is pinned, which mitigates substitution risk somewhat. The binary is executed directly (Electron app installed to /opt/WonderPen/wonderpen). This is a standard pattern for proprietary -bin AUR packages, but the combination of a prebuilt binary from a vendor-controlled subdomain with no additional verification (no GPG signature) keeps this at medium rather than clean — it's a real supply-chain concern if the host is compromised, even if not clearly malicious.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: hu3rror <hu3rror@protonmail.com>
2# Contributor: ventusliberum <dafeinayius@gmail.com>
3
4pkgname=wonderpen-bin
5pkgver=2.6.8
6_pkgver=7816
7pkgrel=1
8pkgdesc='A professional writing app with a focused mode and markdown support'
9arch=('x86_64')
10url='https://www.tominlab.com/en/wonderpen'
11license=('custom')
12depends=('libappindicator-gtk3' 'libnotify' 'libxss' 'nss' 'xdg-utils')
13provides=('wonderpen')
14source=("https://file.tominlab.com/WonderPen/${pkgver%.*}/WonderPen_linux_amd64_${pkgver}(${_pkgver}).deb")
15sha256sums=('f3579b2fca14ca0766cd7e63b5c92a66927d56551f5d271d393323f97882f072')
16
17package() {
18 # Install
19 cd "${srcdir}"
20 tar -xJf data.tar.xz -C "${pkgdir}"
21 install -dm755 "${pkgdir}"/usr/bin
22 ln -s /opt/WonderPen/wonderpen "${pkgdir}"/usr/bin/wonderpen
23 sed -i 's|^Exec=/opt/WonderPen/wonderpen %U|Exec=wonderpen %F|g' "${pkgdir}"/usr/share/applications/wonderpen.desktop
24 install -Dm 644 "${pkgdir}"/usr/share/icons/hicolor/512x512/apps/wonderpen.png "${pkgdir}"/usr/share/pixmaps/wonderpen.png
25}

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