stork-agent
MEDIUM
maintainer andreip
1 votes
scanned 2026-08-25 15:26:42.169879
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
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:12
source=("https://downloads.isc.org/isc/${_repo}/${pkgver}/${_repo}-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
pkgname='stork-agent'
2
pkgver='2.5.0'
3
pkgrel='1'
4
pkgdesc="The agent that monitors ISC BIND 9 DNS, ISC Kea DHCP, and other services as part of ISC Stork."
5
arch=('any')
6
url='https://gitlab.isc.org/isc-projects/stork'
7
license=('MPL2')
8
depends=()
9
makedepends=('python' 'rake' 'sed' 'tar' 'unzip' 'wget')
10
backup=('etc/stork/agent.env')
11
_repo='stork'
12
source=("https://downloads.isc.org/isc/${_repo}/${pkgver}/${_repo}-${pkgver}.tar.gz")
13
# "https://gitlab.isc.org/isc-projects/${_repo}/-/archive/v${pkgver}/${_pkg}.tar.gz"
14
sha512sums=(
15
'cf46e86da8b08e07e97067096b4705a1ad8207152733cf814767c5ce3c48ba2ce12ce8028f7e2d07ecd3689b66080634a02f17f8636f0ea10d3b96e4b5b1b972'
16
)
17
18
build() {
19
tar -xzf "${_repo}-${pkgver}.tar.gz"
20
cd "${_repo}-${pkgver}"
21
export CGO_CPPFLAGS="${CPPFLAGS}"
22
export CGO_CFLAGS="${CFLAGS}"
23
export CGO_CXXFLAGS="${CXXFLAGS}"
24
export CGO_LDFLAGS="${LDFLAGS}"
25
export GOFLAGS='-buildmode=pie -ldflags=-linkmode=external -mod=readonly -modcacherw -trimpath'
26
rake build:agent
27
cd ..
28
}
29
30
package() {
31
cd "${_repo}-${pkgver}"
32
rake install:agent DEST="${pkgdir}"
33
mkdir -p "${pkgdir}/usr/share"
34
mv "${pkgdir}/lib" "${pkgdir}/usr"
35
cd ..
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 15:26:42 | Medium | 1 |
| 2026-06-20 00:18:46 | Clean | 2 |
| 2026-06-19 23:51:18 | Clean | 2 |
| 2026-06-19 19:07:35 | Low | 2 |
| 2026-06-18 18:55:24 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |