ftr-site-config-git
The package installs site-config text files from a legitimate project Git repository and a CC0 license; no executable code is involved, so even if the host were compromised, the worst case is data tampering, not code execution.
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 installs site-config text files from a legitimate project Git repository and a CC0 license; no executable code is involved, so even if the host were compromised, the worst case is data tampering, not code execution.
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:18
'CC0-1.0.txt::https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt'
PKGBUILD
1 offending line(s) highlighted# -*- sh -*-
# Maintainer: Klaus Alexander Seistrup <$(echo 0x1fd+d59decfa=40 | tr 0-9+a-f=x ka-i@p-u.l)>
pkgname='ftr-site-config-git'
_pkgname="${pkgname/-git/}"
pkgver=2025.12.1.r3746.g44ec894
pkgrel=1
pkgdesc='Full-Text RSS: Site-specific article extraction rules (development version)'
arch=('any')
url='https://github.com/fivefilters/ftr-site-config'
license=('CC0-1.0') # SPDX-License-Identifier: CC0-1.0
makedepends=('findutils' 'git')
depends=()
optdepends=()
source=(
"$_pkgname::git+$url.git"
'CC0-1.0.txt::https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt'
)
provides=("$_pkgname")
conflicts=("${provides[@]}")
sha256sums=('SKIP' 'SKIP')
options=('!strip')
pkgver() {
cd "$_pkgname"
( set -o pipefail
git describe --long --abbrev=7 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' \
|| {
_today=''; _today=$(printf '%(%Y.%-m.%-d)T')
printf '%s.r%s.g%s' "$_today" \
"$(git rev-list --count HEAD)" \
"$(git rev-parse --short=7 HEAD)"
}
)
}
prepare() {
cd "$_pkgname"
git clean -dfx
}
build() {
cd "$_pkgname"
: pass
}
package() {
cd "$_pkgname"
install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/CC0-1.0.txt"
install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
find . -maxdepth 1 -type f -name '\.*.txt' -print0 \
| xargs -r0 install -Dm0644 -t "$pkgdir/usr/share/$_pkgname"
find . -maxdepth 1 -type f -name '*.txt' -print0 \
| xargs -r0 install -Dm0644 -t "$pkgdir/usr/share/$_pkgname"
rm -f "$pkgdir/usr/share/$_pkgname/LICENSE.txt"
for _dir in doc licenses; do
cd "$pkgdir/usr/share/$_dir" && ln -sr "$pkgname" "$_pkgname"
done
}
# eof
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 |