dict-wikt-en-all
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
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)
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# Maintainer: Einhard Leichtfuß <alguien@respiranto.de>
pkgname=dict-wikt-en-all
pkgver=2024_10_05
pkgrel=1
pkgdesc="The english Wiktionary for dictd et al."
arch=('any')
url="https://www.dictinfo.com/"
# Wiktionary: CC BY-SA and FDL; Conversion: public domain
license=('CCPL:by-sa' 'FDL' 'custom:public domain')
optdepends=('dictd: dict client and server')
install="${pkgname}.install"
source=("https://dictinfo.com/dictd/wikt-en-ALL-${pkgver//_/-}-dictd.7z"
"license.txt")
sha512sums=('ede1bed80f1945852c913bcb646f6a5502cf0322c2081862180d5fd1faf81a7579dcc74b51579bef0b68669a283c14fb5d83dff2f055540535239b59871c6a85'
'3c88db50b374bb63123becec2fc9bc9568fd364345fe66daab64e559eaf51b108d4fe27651989e8e4ae1135152761ae7dde9c484349ecb1621fd1e30ae31adb9')
package()
{
install -m 0755 -d "${pkgdir}/usr/share/dictd"
install -m 0644 "wikt-en-ALL-${pkgver//_/-}.dict.dz" \
"${pkgdir}/usr/share/dictd/wikt-en-all.dict.dz"
install -m 0644 "wikt-en-ALL-${pkgver//_/-}.index" \
"${pkgdir}/usr/share/dictd/wikt-en-all.index"
install -m 0755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m 0644 "license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/"
}
# vi: ft=sh ts=2 sw=0 noet
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 |