delegate
maintainer kris7t
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the project's official domain (ftp.delegate.org) using a non-standard URL format with embedded credentials, but this is the legitimate upstream host for the software; building from official source is normal AUR packaging practice.
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 90%): The source is downloaded from the project's official domain (ftp.delegate.org) using a non-standard URL format with embedded credentials, but this is the legitimate upstream host for the software; building from official source is normal AUR packaging practice.
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:17
source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
2
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
3
# Maintainer: Kristóf Marussy <kristof@marussy.com>
4
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
5
6
pkgname=delegate
7
pkgver=9.9.13
8
pkgrel=4
9
pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
10
arch=('x86_64')
11
url="http://www.delegate.org/"
12
license=('GPL')
13
depends=('libnsl' 'pam')
14
optdepends=('openssl-1.0: TLS support' 'zlib: Zlib support')
15
options=(strip)
16
install=delegate.install
17
source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz
18
ssl3.patch
19
readycc.patch) # Patch from https://stackoverflow.com/a/62457597 by SatoxITS (author of delegate)
20
sha384sums=('3118c948643431c9cd232091a23ad6eca05fbe32c42537d3e8178cebce4a4916e51544874c19b509a4f5158d00198932'
21
'589f1c9c086340d4e5b3d111b176925951a656007495aed0100d7cd7c5051cfb8800f4283a01cfbb2de6e78baea6472a'
22
'6f549bedaa8bb840759ab043aa9e71befd40841b440d3d5ba78a1a3efe3449038064883def995af82508da2c2cbab62c')
23
24
prepare() {
25
cd "$srcdir"/$pkgname$pkgver
26
patch -p1 <"$srcdir"/ssl3.patch
27
patch -p1 <"$srcdir"/readycc.patch
28
}
29
30
build() {
31
cd "$srcdir"/$pkgname$pkgver
32
make ADMIN="root@localhost" CFLAGS="$CFLAGS -Wno-narrowing"
33
}
34
35
package() {
36
cd "$srcdir"/$pkgname$pkgver
37
38
install -D -m0755 src/delegated "$pkgdir"/usr/bin/delegated
39
40
install -D -m0755 subin/dgbind "$pkgdir"/usr/bin/dgbind
41
install -D -m0755 subin/dgchroot "$pkgdir"/usr/bin/dgchroot
42
install -D -m0755 subin/dgcpnod "$pkgdir"/usr/bin/dgcpnod
43
install -D -m0755 subin/dgpam "$pkgdir"/usr/bin/dgpam
44
45
install -D -m0644 doc/Manual.htm "$pkgdir"/usr/share/delegate/manual.htm
46
install -D -m0644 doc/tutor-en.htm "$pkgdir"/usr/share/delegate/tutor-en.htm
47
}
48
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 |