textroom
The source is a tarball from Google Code's archive, which is a legitimate but discontinued hosting service; the download is from a non-whitelisted host but contains only the project's own source code, which is then patched and built locally, representing normal AUR packaging behavior with no evidence of malicious intent.
Triggered rules
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 source is a tarball from Google Code's archive, which is a legitimate but discontinued hosting service; the download is from a non-whitelisted host but contains only the project's own source code, which is then patched and built locally, representing normal AUR packaging behavior with no evidence of malicious intent.
1 higher static finding superseded - not the current verdict (shown for transparency)
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://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-${pkgver}.tar.gz" spell-check_patch soundpath.patch getusername.patch libstd.patch)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
# Contributors: SpepS, Guillem Rieu, Dan Serban
# Maintainer: Holger Rauch
pkgname=textroom
pkgver=0.8.2
pkgrel=11
pkgdesc="Full Screen text editor heavily inspired by Q10 and JDarkRoom"
arch=('i686' 'x86_64')
url=http://code.google.com/p/textroom/
license=('GPL3')
depends=('curl' 'libxml++2.6' 'hunspell' 'qt4' 'sdl_mixer')
makedepends=('mesa')
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-${pkgver}.tar.gz" spell-check_patch soundpath.patch getusername.patch libstd.patch)
md5sums=('e20bd19784644968bbffdb90d8ef0659'
'3cd7541b37a0589e95d59581dfea2bdd'
'9cac5e18525ab54a7ef826916b4bc744'
'2ea587d6ff2c3323e01075baa656aecc'
'6dabbba77624576739454ebdd1252472')
options=('!makeflags')
prepare() {
cd "$pkgname-${pkgver}"
patch -p1 < "$srcdir"/spell-check_patch
patch -p1 < "$srcdir"/soundpath.patch
patch -p1 < "$srcdir"/getusername.patch
patch -p1 < "$srcdir"/libstd.patch
}
build() {
cd "$pkgname-${pkgver}"
qmake-qt4
make
}
package() {
cd "$pkgname-${pkgver}"
make INSTALL_ROOT="${pkgdir}" install
rm "${pkgdir}"/usr/bin/textroom-uninstall
install -Dm644 "${pkgdir}"/usr/share/sounds/keyenter.wav \
"${pkgdir}"/usr/share/sounds/$pkgname/keyenter.wav
install -Dm644 "${pkgdir}"/usr/share/sounds/keyany.wav \
"${pkgdir}"/usr/share/sounds/$pkgname/keyany.wav
rm "${pkgdir}"/usr/share/sounds/*.wav
rm -rf "${pkgdir}"/usr/share/hunspell
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |