dict-foldoc

LOW
maintainer respiranto 13 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads the dictionary data from the official project domain foldoc.org, which is the legitimate source; although the host is not whitelisted and checksum is skipped, the content is non-executable data, and the build process is transparent and safe.

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 the dictionary data from the official project domain foldoc.org, which is the legitimate source; although the host is not whitelisted and checksum is skipped, the content is non-executable data, and the build process is transparent and safe.

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:19 _datestr="$(curl -sI https://foldoc.org/Dictionary \

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Einhard Leichtfuß <alguien@respiranto.de>
2# Contributor: Jan Keith Darunday <jkcdarunday@gmail.com>
3# Contributor: Enrico Morelli <morelli@cerm.unifi.it>
4pkgname=dict-foldoc
5pkgver=20250828_233216
6pkgrel=1
7pkgdesc="The Free On-line Dictionary of Computing for dictd et al."
8arch=('any')
9url="https://foldoc.org/"
10license=('GFDL-1.1-no-invariants-or-later')
11optdepends=('dictd: dict client and server')
12makedepends=('dictd')
13provides=('dictd-foldoc')
14conflicts=('dictd-foldoc')
15install=${pkgname}.install
16
17# Calculate the version now in order to make sources belonging to different
18# versions distinguishable.
19_datestr="$(curl -sI https://foldoc.org/Dictionary \
20 | sed -nE 's/^[Ll]ast-[Mm]odified: (.*)$/\1/p')"
21_var_pkgver=$(date --utc --date="$_datestr" +%Y%m%d_%H%M%S)
22_srcfile=Dictionary-${_var_pkgver}
23
24source=("${_srcfile}::https://foldoc.org/Dictionary"
25 'fix_misspellings.sed')
26sha512sums=('SKIP'
27 'b68d7356cfa5664de8ca87aa941c208edcec8e79761d616728ff5f9dfbc4878c07cae91fff79872044e889d25d4b63b1b5c36917867d47a8d157815f2840a711')
28
29prepare()
30{
31 # Correct some misspellings.
32 ./fix_misspellings.sed -i $_srcfile
33}
34
35pkgver()
36{
37 echo $_var_pkgver
38}
39
40build()
41{
42 _datestr=$(date --utc --date=${pkgver%_*} +%Y-%m-%d)
43
44 dictfmt < $_srcfile -f \
45 --allchars -u https://foldoc.org/Dictionary \
46 -s "The Free On-line Dictionary of Computing (${_datestr})" \
47 --utf8 foldoc
48
49 dictzip -v foldoc.dict
50}
51
52package()
53{
54 install -m 755 -d "${pkgdir}/usr/share/dictd"
55 install -m 644 -t "${pkgdir}/usr/share/dictd/" foldoc.{dict.dz,index}
56}
57

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