sac-stdlib-weekly
maintainer hv15
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own GitLab instance, which is plausibly the official source; building from project-owned infrastructure is normal for AUR packages, even if the host is not whitelisted.
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 project's own GitLab instance, which is plausibly the official source; building from project-owned infrastructure is normal for AUR packages, even if the host is not whitelisted.
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://gitlab.sac-home.org/sac-group/sac-packages/-/raw/master/packages/weekly/Linux/${_sac_version}/full/sac-stdlib-${_version}-${_changes}-${_commit}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Hans-Nikolai Viessmann <hans AT viess.mn>
2
# Contributors: SaC Development Team <info AT sac-home.org>
3
4
pkgname=sac-stdlib-weekly
5
_version=1.3
6
_changes=115
7
_commit=g540a
8
_sac_version="1.3.3-659-1"
9
pkgver="${_version}.${_changes}"
10
pkgrel=2
11
pkgdesc='The standard library for the Single-Assignment C programming language (weekly build)'
12
arch=('x86_64')
13
url='http://www.sac-home.org/'
14
license=('custom:SAC')
15
depends=('sac-compiler-weekly>=1.3.3.659' hwloc cuda)
16
provides=('sac-stdlib')
17
replaces=('sac-stdlib')
18
conflicts=('sac-stdlib' 'sac-stdlib-weekly-basic')
19
source=("https://gitlab.sac-home.org/sac-group/sac-packages/-/raw/master/packages/weekly/Linux/${_sac_version}/full/sac-stdlib-${_version}-${_changes}-${_commit}.tar.gz"
20
'LICENSE.txt')
21
sha256sums=('5fc51980584813769df2515f2451c6e978e56c8a7b1d438cdfc890fa5725a0eb'
22
'cb641cc7eb118bbf08dadffc35c57eb7a1ab4d542c3e73c79f5c4f7c1560bf22')
23
24
package() {
25
cd "$srcdir/sac-stdlib-${_version}-${_changes}-${_commit}"
26
27
# install libraries
28
cp -r usr "$pkgdir/"
29
30
# install license file
31
install -Dm644 "${srcdir}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
32
}
33
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 |