respack
maintainer alcubierre-drive
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
Source is downloaded from the project's own official domain (respack.org / kyutech.ac.jp) via a CGI download script, has a proper sha256 checksum, and is built from source using cmake — no prebuilt binaries, no obfuscation, no exfiltration; the non-standard host is plausibly the project's own infrastructure.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Source is downloaded from the project's own official domain (respack.org / kyutech.ac.jp) via a CGI download script, has a proper sha256 checksum, and is built from source using cmake — no prebuilt binaries, no obfuscation, no exfiltration; the non-standard host is plausibly the project's own infrastructure.
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=("https://www.mns.kyutech.ac.jp/cgi-bin/respack.cgi?f=RESPACK-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: alcubierre-drive
2
3
pkgname=respack
4
pkgver=20240804
5
pkgrel=0
6
pkgdesc="Ab initio perturbation calculation software"
7
arch=("any")
8
url="https://www.respack.org"
9
license=('GPL2')
10
depends=('openmpi' 'glibc' 'libgfortran.so' 'blas-openblas' 'fftw')
11
makedepends=('gcc-fortran' 'cmake' 'gcc')
12
checkdepends=('python')
13
source=("https://www.mns.kyutech.ac.jp/cgi-bin/respack.cgi?f=RESPACK-${pkgver}.tar.gz")
14
sha256sums=('5ece5425485d06369c7504c4a8fc34a5911ae955aa4b8a7d5bd92da8810c07a4')
15
16
build() {
17
cd "$srcdir/RESPACK-${pkgver}-dist"
18
mkdir -p build && cd build
19
cmake \
20
-DCMAKE_C_COMPILER=mpicc \
21
-DCMAKE_Fortran_COMPILER=mpif90 \
22
-DCMAKE_INSTALL_PREFIX=/usr \
23
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
24
..
25
make -j
26
}
27
28
package() {
29
cd "$srcdir/RESPACK-${pkgver}-dist"
30
cd build
31
make DESTDIR="$pkgdir" install
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 3 |
| 2026-08-17 00:18:29 | LOW | 3 |
| 2026-08-16 09:38:30 | LOW | 3 |
| 2026-08-16 09:32:18 | MEDIUM | 2 |