dict-wikt-en-all

LOW
maintainer respiranto 9 votes scanned 2026-09-17 00:27:14.276658
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>
2pkgname=dict-wikt-en-all
3pkgver=2024_10_05
4pkgrel=1
5pkgdesc="The english Wiktionary for dictd et al."
6arch=('any')
7url="https://www.dictinfo.com/"
8# Wiktionary: CC BY-SA and FDL; Conversion: public domain
9license=('CCPL:by-sa' 'FDL' 'custom:public domain')
10optdepends=('dictd: dict client and server')
11install="${pkgname}.install"
12source=("https://dictinfo.com/dictd/wikt-en-ALL-${pkgver//_/-}-dictd.7z"
13 "license.txt")
14sha512sums=('ede1bed80f1945852c913bcb646f6a5502cf0322c2081862180d5fd1faf81a7579dcc74b51579bef0b68669a283c14fb5d83dff2f055540535239b59871c6a85'
15 '3c88db50b374bb63123becec2fc9bc9568fd364345fe66daab64e559eaf51b108d4fe27651989e8e4ae1135152761ae7dde9c484349ecb1621fd1e30ae31adb9')
16
17package()
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion