tksuite-server-agfeo
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the official vendor's domain (ftp.agfeo.de), which is plausibly the project's own infrastructure; building from official vendor sources is normal AUR packaging, even if the host is not on a standard whitelist.
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 tarball from the official vendor's domain (ftp.agfeo.de), which is plausibly the project's own infrastructure; building from official vendor sources is normal AUR packaging, even if the host is not on a standard whitelist.
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:29
"ftp://ftp.agfeo.de/pub/software/${_version_string}.tgz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Yann Buechau <nobodyinperson at posteo de>
2
pkgname=tksuite-server-agfeo
3
pkgver=4.4.42
4
pkgrel=2
5
epoch=
6
pkgdesc="AGFEO TK-Suite Professional telephone system configuration tool"
7
arch=(x86_64 i686)
8
url="https://www.agfeo.de"
9
license=(GPL LGPL custom:iMatix custom:SFL custom:SMT)
10
groups=()
11
depends=()
12
depends_i686=(glibc)
13
depends_x84_64=(lib32-glibc)
14
makedepends=(imagemagick)
15
checkdepends=()
16
optdepends=(
17
"zenity: graphical error message when launched from .desktop-file"
18
"xdg-utils: open the web interface from the .desktop-file"
19
)
20
provides=()
21
conflicts=()
22
replaces=()
23
backup=(etc/conf.d/tksuite_server.cfg)
24
options=()
25
install=
26
changelog=
27
_version_string=${pkgname//-/_}_${pkgver}_linux-x86
28
source=(
29
"ftp://ftp.agfeo.de/pub/software/${_version_string}.tgz"
30
"${pkgname}.service"
31
"${pkgname}.desktop"
32
"${pkgname}-launch"
33
)
34
noextract=()
35
validpgpkeys=()
36
md5sums=('e8df3f97cef660965732cb08e022cd60'
37
'82703c655eb99b32b55148692e77c9c4'
38
'a531975807cbb4d51b2821812a2d803b'
39
'150efe9268b4557c19aab2e99ca77dec')
40
41
build() {
42
cd "${_version_string}"
43
convert tksuite_server/webpages/images/app_menu_off.gif -resize 48x48 "$pkgname".png
44
cat tksuite_server/defaults.cfg | sed 's/\/var\//\/var\/lib\//' > tksuite_server.cfg
45
}
46
47
package() {
48
cd "${_version_string}"
49
mkdir -p "$pkgdir"/usr/share
50
mkdir -p "$pkgdir"/var/lib/tksuite_server
51
cp -ar tksuite_server/ "$pkgdir"/usr/share/"$pkgname"
52
install -m644 "$startdir"/"$pkgname".service -Dt "$pkgdir"/usr/lib/systemd/system
53
install -m644 "$pkgname".png -Dt "$pkgdir"/usr/share/icons/hicolor/scalable/apps
54
install -m644 "$startdir"/"$pkgname".desktop -Dt "$pkgdir"/usr/share/applications
55
install -m755 "$startdir"/"$pkgname"-launch -Dt "$pkgdir"/usr/bin
56
install -m644 tksuite_server.cfg -Dt "$pkgdir"/etc/conf.d/
57
rm "$pkgdir"/usr/share/"$pkgname"/defaults.cfg
58
ln -s /etc/conf.d/tksuite_server.cfg "$pkgdir"/usr/share/"$pkgname"/defaults.cfg
59
install -m644 tksuite_server/webpages/license*.txt -Dt "$pkgdir"/usr/share/licenses/"$pkgname"
60
}
61
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 |