dict-freedict-eng-fra-bin
maintainer respiranto
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
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-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 |