dict-freedict-eng-fra-bin
LOW
maintainer respiranto
0 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The source is a dictionary data archive from a plausible FreeDict project host, not executable code; worst case is tampered data, not remote code execution.
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 source is a dictionary data archive from a plausible FreeDict project host, not executable code; worst case is tampered data, not remote code execution.
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:20
source=("https://download.freedict.org/dictionaries/${_lang}/${_pkgver}/freedict-${_lang}-${_pkgver}.dictd.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Einhard Leichtfuß <alguien@respiranto.de>
2
# Contributor: Benjamin Vanderford <hazor_at_swrpg_dot_info>
3
#
4
# Generated by aur-fd-scripts - https://git.respiranto.de/aur-fd-scripts.git/
5
6
_lang=eng-fra
7
_pkgname="dict-freedict-${_lang}"
8
pkgname="${_pkgname}-bin"
9
_pkgver=0.1.6
10
pkgver="${_pkgver//-/_}"
11
pkgrel=5
12
pkgdesc="English -> French dictionary for dictd et al. from FreeDict.org"
13
arch=('any')
14
url="https://freedict.org/"
15
license=('GPL')
16
optdepends=('dictd: dict client and server')
17
provides=("${_pkgname}=${pkgver}")
18
conflicts=("$_pkgname")
19
install="${pkgname}.install"
20
source=("https://download.freedict.org/dictionaries/${_lang}/${_pkgver}/freedict-${_lang}-${_pkgver}.dictd.tar.xz")
21
sha512sums=('ae83b68b0bf64436eb3bff28293357e57e1caa196397327cf72fdc6f725c9ed68329b5ef32d50ff3a4ff99590791c8eee289f9d9f5f48cf247c9802a042cd43a')
22
23
package()
24
{
25
install -m 755 -d "${pkgdir}/usr/share/dictd"
26
install -m 644 -t "${pkgdir}/usr/share/dictd/" \
27
"${_lang}/${_lang}".{dict.dz,index}
28
29
for file in "$_lang"/{AUTHORS,README,NEWS,ChangeLog}
30
do
31
if test -f "$file"
32
then
33
install -m 644 -Dt "${pkgdir}/usr/share/doc/freedict/${_lang}/" "$file"
34
fi
35
done
36
}
37
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 |