dict-foldoc
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
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)
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# Maintainer: Einhard Leichtfuß <alguien@respiranto.de>
# Contributor: Jan Keith Darunday <jkcdarunday@gmail.com>
# Contributor: Enrico Morelli <morelli@cerm.unifi.it>
pkgname=dict-foldoc
pkgver=20250828_233216
pkgrel=1
pkgdesc="The Free On-line Dictionary of Computing for dictd et al."
arch=('any')
url="https://foldoc.org/"
license=('GFDL-1.1-no-invariants-or-later')
optdepends=('dictd: dict client and server')
makedepends=('dictd')
provides=('dictd-foldoc')
conflicts=('dictd-foldoc')
install=${pkgname}.install
# Calculate the version now in order to make sources belonging to different
# versions distinguishable.
_datestr="$(curl -sI https://foldoc.org/Dictionary \
| sed -nE 's/^[Ll]ast-[Mm]odified: (.*)$/\1/p')"
_var_pkgver=$(date --utc --date="$_datestr" +%Y%m%d_%H%M%S)
_srcfile=Dictionary-${_var_pkgver}
source=("${_srcfile}::https://foldoc.org/Dictionary"
'fix_misspellings.sed')
sha512sums=('SKIP'
'b68d7356cfa5664de8ca87aa941c208edcec8e79761d616728ff5f9dfbc4878c07cae91fff79872044e889d25d4b63b1b5c36917867d47a8d157815f2840a711')
prepare()
{
# Correct some misspellings.
./fix_misspellings.sed -i $_srcfile
}
pkgver()
{
echo $_var_pkgver
}
build()
{
_datestr=$(date --utc --date=${pkgver%_*} +%Y-%m-%d)
dictfmt < $_srcfile -f \
--allchars -u https://foldoc.org/Dictionary \
-s "The Free On-line Dictionary of Computing (${_datestr})" \
--utf8 foldoc
dictzip -v foldoc.dict
}
package()
{
install -m 755 -d "${pkgdir}/usr/share/dictd"
install -m 644 -t "${pkgdir}/usr/share/dictd/" foldoc.{dict.dz,index}
}
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 |