slangtng-git
maintainer fooxl
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a legitimate project git repository and includes sample data from the project's own academic host; the non-whitelisted URL serves non-executable data, posing minimal 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 builds from a legitimate project git repository and includes sample data from the project's own academic host; the non-whitelisted URL serves non-executable data, posing minimal 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:13
source=("$pkgname::git+git://git.tuxfamily.org/gitroot/slangtng2/slangtng.git" -
PKGBUILD:14
"http://info.tuwien.ac.at/bucher/Private/slangTNG_files/samples.zip")
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer Michael Fuchs <michfu@gmx.at>
2
pkgname=slangtng-git
3
pkgver=r157.cc4c140
4
pkgrel=2
5
pkgdesc="A toolkit for numerical analysis"
6
arch=('x86_64')
7
url="http://info.tuwien.ac.at/bucher/Private/slangTNG.html"
8
license=('BSD')
9
depends=()
10
makedepends=('git' 'gcc' 'gcc-fortran' 'qt5-base')
11
provides=('slangtng')
12
conflicts=('slangtng')
13
source=("$pkgname::git+git://git.tuxfamily.org/gitroot/slangtng2/slangtng.git"
14
"http://info.tuwien.ac.at/bucher/Private/slangTNG_files/samples.zip")
15
md5sums=('SKIP'
16
'0b43b36b0c10a791a9a9d233b3e94024')
17
18
pkgver() {
19
cd "$pkgname"
20
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21
}
22
23
build() {
24
cd "$pkgname"
25
./prepare_thirdparty
26
./compile_mac
27
}
28
29
package() {
30
cd "$pkgname"
31
install -Dm755 ./build_mac/slangTNG/slangTNG/unix/lib/slangTNG $pkgdir/usr/bin/slangtng
32
install -dm755 $pkgdir/usr/share/doc/slangtng/samples
33
install -Dm644 ../samples/* $pkgdir/usr/share/doc/slangtng/samples
34
}
35
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 |