languagetool-snapshot
MEDIUM
maintainer RubenKelevra
0 votes
scanned 2026-08-23 13:20:29.873780
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
5
pkgname=languagetool-snapshot
6
_pkgname="${pkgname%-snapshot}"
7
_date=20240218
8
_revision=6.4
9
pkgver=$_revision.$_date
10
pkgrel=1
11
pkgdesc='Style and Grammar Checker for 25+ Languages (daily snapshot)'
12
arch=(any)
13
url='https://www.languagetool.org'
14
license=(LGPL)
15
depends=(java-runtime-headless)
16
optdepends=('java-runtime: needed for the GUI version'
17
'libxtst: needed for the GUI version'
18
'gtk3: GTK style for the GUI')
19
provides=("${pkgname%-snapshot}")
20
conflicts=("${pkgname%-snapshot}")
21
source=(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)
24
sha256sums=('68f49ade4132b3442e176e78c9151fefa0c220d7be1cd7b37e577e77dbe584fe'
25
'628e59208af02dd41c678135ef6dd8b328905701301d8257316b388d36d6c52b'
26
'e395fe51eb107365bb6e5456a2e1a144a60296e52554b8407f241e195e434359')
27
28
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |