dict-wikt-en-all
maintainer respiranto
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a data archive from a non-whitelisted but project-related host; the content is dictionary data, not executable code, and is installed as static files, posing minimal risk even if the source were compromised.
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 package downloads a data archive from a non-whitelisted but project-related host; the content is dictionary data, not executable code, and is installed as static files, posing minimal risk even if the source were compromised.
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:12
source=("https://dictinfo.com/dictd/wikt-en-ALL-${pkgver//_/-}-dictd.7z"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Einhard Leichtfuß <alguien@respiranto.de>
2
pkgname=dict-wikt-en-all
3
pkgver=2024_10_05
4
pkgrel=1
5
pkgdesc="The english Wiktionary for dictd et al."
6
arch=('any')
7
url="https://www.dictinfo.com/"
8
# Wiktionary: CC BY-SA and FDL; Conversion: public domain
9
license=('CCPL:by-sa' 'FDL' 'custom:public domain')
10
optdepends=('dictd: dict client and server')
11
install="${pkgname}.install"
12
source=("https://dictinfo.com/dictd/wikt-en-ALL-${pkgver//_/-}-dictd.7z"
13
"license.txt")
14
sha512sums=('ede1bed80f1945852c913bcb646f6a5502cf0322c2081862180d5fd1faf81a7579dcc74b51579bef0b68669a283c14fb5d83dff2f055540535239b59871c6a85'
15
'3c88db50b374bb63123becec2fc9bc9568fd364345fe66daab64e559eaf51b108d4fe27651989e8e4ae1135152761ae7dde9c484349ecb1621fd1e30ae31adb9')
16
17
package()
18
{
19
install -m 0755 -d "${pkgdir}/usr/share/dictd"
20
install -m 0644 "wikt-en-ALL-${pkgver//_/-}.dict.dz" \
21
"${pkgdir}/usr/share/dictd/wikt-en-all.dict.dz"
22
install -m 0644 "wikt-en-ALL-${pkgver//_/-}.index" \
23
"${pkgdir}/usr/share/dictd/wikt-en-all.index"
24
25
install -m 0755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
26
install -m 0644 "license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/"
27
}
28
29
# vi: ft=sh ts=2 sw=0 noet
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |