6sv11
maintainer hexd
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a non-whitelisted host, but it is a legitimate build of a scientific software project from a plausible personal academic domain, with a verifiable checksum, and no executed remote code or obfuscation.
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 tarball from a non-whitelisted host, but it is a legitimate build of a scientific software project from a plausible personal academic domain, with a verifiable checksum, and no executed remote code or obfuscation.
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=("http://rtwilson.com/downloads/6SV-1.1.tar")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Danilo J. S. Bellini <danilo dot bellini at gmail dot com>
2
pkgname=('6sv11')
3
pkgver=1.1
4
pkgrel=2
5
_6s="Second Simulation of a Satellite Signal in the Solar Spectrum"
6
pkgdesc="$_6s - Vector - 1.1"
7
arch=('i686' 'x86_64')
8
url='http://6s.ltdri.org'
9
license=('custom')
10
makedepends=('gcc-fortran')
11
depends=('gcc-libs')
12
options=(!emptydirs)
13
source=("http://rtwilson.com/downloads/6SV-1.1.tar")
14
sha256sums=('eedf652e6743b3991b5b9e586da2f55c73f9c9148335a193396bf3893c2bc88f')
15
16
prepare() {
17
cd "$srcdir/6SV1.1/"
18
19
# Use gfortran instead of g77 and add some extra options as described in
20
# http://py6s.readthedocs.io/en/latest/installation.html
21
_fopts='-std=legacy -ffixed-line-length-none -ffpe-summary=none'
22
sed -i "s/g77/gfortran $_fopts/g" Makefile
23
24
# Creates a standalone license file from the only source file with this info
25
cat > ../LICENSE <<EOF
26
The 6SV Fortran library doesn't specify its license anywhere.
27
However, the text below is written as comments for the mvbp1 function
28
in the VERSTOOLS.f source file:
29
30
remarks:
31
32
[...]
33
34
EOF
35
sed -n '/5. t/,/your u/s/^c\s\?\s\?//p' "VERSTOOLS.f" >> ../LICENSE
36
}
37
38
build() {
39
cd "$srcdir/6SV1.1/"
40
make
41
}
42
43
package() {
44
cd "$srcdir/6SV1.1/"
45
install -Dm755 sixsV1.1 "$pkgdir/usr/bin/sixsV1.1"
46
install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
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 |