stardog
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source zip from the official project domain (downloads.stardog.com), which is plausibly the project's own release infrastructure; building from official upstream source is normal AUR practice, even with a skipped checksum, and does not constitute a high risk.
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 package downloads a source zip from the official project domain (downloads.stardog.com), which is plausibly the project's own release infrastructure; building from official upstream source is normal AUR practice, even with a skipped checksum, and does not constitute a high risk.
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:19
source=(https://downloads.stardog.com/stardog/${_pkgname}.zip
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jeongseok Kim <jeongseok.kim@sk.com>
2
3
pkgname='stardog'
4
_pkgname="${pkgname}-latest"
5
pkgver=9.2.0
6
pkgrel=2
7
pkgdesc="Stardog Knowledge Graph"
8
arch=('x86_64')
9
url="https://stardog.com"
10
11
makedepends=('unzip')
12
provides=("${pkgname}=${pkgver}")
13
conflicts=("${pkgname}")
14
15
options=('!strip')
16
17
backup=(etc/default/stardog)
18
19
source=(https://downloads.stardog.com/stardog/${_pkgname}.zip
20
${pkgname}.default
21
${pkgname}.service
22
${pkgname}.sysusers)
23
24
sha256sums=('SKIP'
25
'604e11b1164d67d31aa77d31ee21b39257651c67e012ffdab9fb1b84bcf469e7'
26
'f3e5e65f01dcc6eea54a1bd61dd85db5a1b1448177de975edbcce511e9275e37'
27
'c8d9c3b0103db768f0353122dff6f9fd8f91cc032ea1a4e2b8f2468299667332')
28
29
30
pkgver() {
31
zipinfo -1 ${_pkgname}.zip | head -1 | sed 's/.*-\([0-9][0-9\.]*\).*/\1/'
32
}
33
34
#build() {
35
#}
36
37
package() {
38
mkdir -p "${pkgdir}/opt/${pkgname}"
39
mkdir -p "${pkgdir}/etc/${pkgname}"
40
cp -a "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/opt/${pkgname}"
41
42
#cd "${pkgname}-${pkgver}"
43
install -Dm644 "${srcdir}/${pkgname}.default" "${pkgdir}/etc/default/stardog"
44
install -Dm644 "${srcdir}/${pkgname}.service" -t "${pkgdir}/usr/lib/systemd/system"
45
install -Dm0644 "${srcdir}/${pkgname}.sysusers" "${pkgdir}/usr/lib/sysusers.d/stardog.conf"
46
47
}
48
49
post_upgrade() {
50
rm -f /opt/${pkgname}/latest
51
ln -fs "/opt/${pkgname}/${pkgname}-${pkgver}" "/opt/${pkgname}/latest"
52
}
53
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 |