textedit.app

maintainer orphaned · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The non-standard host is for a Debian patch tarball used for patching the upstream source, but the main code comes from GitHub; the patch source does not introduce executable risk as it is applied to build the official source, and the worst case of a malicious swap is limited to build modifications, not remote code execution.

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 non-standard host is for a Debian patch tarball used for patching the upstream source, but the main code comes from GitHub; the patch source does not introduce executable risk as it is applied to build the official source, and the worst case of a malicious swap is limited to build modifications, not remote code execution.

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:18 "http://http.debian.net/debian/pool/main/t/textedit.app/textedit.app_5.0-2.debian.tar.xz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: <mumei AT airmail DOT cc>
2
3_pkgname=TextEdit
4pkgname=textedit.app
5epoch=1
6pkgrel=1
7pkgver=r14.41ba8ca
8pkgdesc='GNUstep port of OS X 10.6 TextEdit'
9arch=('i686' 'x86_64' 'armv7h')
10url='https://github.com/ericwa/TextEdit'
11license=('BSD')
12groups=('gnustep-apps')
13#[UPSTREAM-BUG] Program will hang without a working aspell dictionary
14depends=('gnustep-base' 'gnustep-gui' 'gnustep-back' 'aspell-en')
15makedepends=('gcc-objc' 'gnustep-make' git)
16conflicts=('textedit-classic.app')
17source=("git+https://github.com/ericwa/TextEdit.git#commit=41ba8ca9c070a6fb13de059453fec19409e65839"
18 "http://http.debian.net/debian/pool/main/t/textedit.app/textedit.app_5.0-2.debian.tar.xz")
19sha256sums=('SKIP'
20 '3ddd98df28ce9448b7f19f42fedf8fb485e84c30fc011b9f309b5e87b879dd19')
21
22pkgver() {
23 cd "TextEdit"
24 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
25}
26
27prepare() {
28 cd "TextEdit"
29 for patch in ../debian/patches/*.patch; do
30 patch < $patch
31 done
32}
33
34build() {
35 cd "TextEdit"
36 export GNUSTEP_MAKEFILES="$(gnustep-config --variable=GNUSTEP_MAKEFILES)"
37 make
38}
39
40package() {
41 cd "TextEdit"
42 make DESTDIR="$pkgdir" install
43 install -Dm644 "$pkgdir/usr/lib/GNUstep/Applications/$_pkgname.app/Resources/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
44}
45

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