languagetool-snapshot

MEDIUM
maintainer RubenKelevra 0 votes scanned 2026-08-23 13:20:29.873780
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

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:21 source=(https://www.languagetool.org/download/snapshots/LanguageTool-"$_date"-snapshot.zip
Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: bbyte <bbyte@mailbox.org>
2# Contributor: Antonio Rojas <arojas@archlinux.org>
3# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
4
5pkgname=languagetool-snapshot
6_pkgname="${pkgname%-snapshot}"
7_date=20240218
8_revision=6.4
9pkgver=$_revision.$_date
10pkgrel=1
11pkgdesc='Style and Grammar Checker for 25+ Languages (daily snapshot)'
12arch=(any)
13url='https://www.languagetool.org'
14license=(LGPL)
15depends=(java-runtime-headless)
16optdepends=('java-runtime: needed for the GUI version'
17 'libxtst: needed for the GUI version'
18 'gtk3: GTK style for the GUI')
19provides=("${pkgname%-snapshot}")
20conflicts=("${pkgname%-snapshot}")
21source=(https://www.languagetool.org/download/snapshots/LanguageTool-"$_date"-snapshot.zip
22 https://gitlab.archlinux.org/archlinux/packaging/packages/languagetool/-/raw/2079fd41/languagetool.service
23 https://gitlab.archlinux.org/archlinux/packaging/packages/languagetool/-/raw/2079fd41/languagetool.sh)
24sha256sums=('68f49ade4132b3442e176e78c9151fefa0c220d7be1cd7b37e577e77dbe584fe'
25 '628e59208af02dd41c678135ef6dd8b328905701301d8257316b388d36d6c52b'
26 'e395fe51eb107365bb6e5456a2e1a144a60296e52554b8407f241e195e434359')
27
28package() {
29 install -d "$pkgdir"/usr/share/java/"$_pkgname"
30
31 cd "$srcdir"
32 mv LanguageTool-$_revision-SNAPSHOT "$pkgdir"/usr/share/"$_pkgname"
33 install -D -m755 "$_pkgname".sh "$pkgdir"/usr/bin/"$_pkgname"
34 install -D -m644 "$_pkgname".service "$pkgdir"/usr/lib/systemd/system/"$_pkgname".service
35
36 cd "$pkgdir"/usr/share/"$_pkgname"
37 mv languagetool{,-server,-commandline}.jar libs/ "$pkgdir"/usr/share/java/"$_pkgname"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 13:20:29 Medium 2
2026-06-20 00:50:07 Clean 2
2026-06-20 00:18:46 Medium 1
2026-06-19 23:51:18 Medium 2
2026-06-19 19:07:35 Low 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion