graclus
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a university-hosted project page, which is plausibly the official source; building from project-owned infrastructure is normal for AUR packages, and the worst case of a swapped source is limited to code tampering, not remote execution via untrusted binaries.
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 a university-hosted project page, which is plausibly the official source; building from project-owned infrastructure is normal for AUR packages, and the worst case of a swapped source is limited to code tampering, not remote execution via untrusted binaries.
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:12
source=("http://www.cs.utexas.edu/users/dml/Software/${pkgname}${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Renato Garcia <fgarcia.renato@gmail.com>
2
3
pkgname=graclus
4
pkgver=1.2
5
pkgrel=1
6
pkgdesc="Efficient Graph Clustering Software."
7
arch=('i686' 'x86_64')
8
url="http://www.cs.utexas.edu/users/dml/Software/graclus.html"
9
license=('GPL')
10
depends=('gcc-libs')
11
conflicts=('metis')
12
source=("http://www.cs.utexas.edu/users/dml/Software/${pkgname}${pkgver}.tar.gz")
13
md5sums=('7e6a81037632f11d52e6800f7212ab2d')
14
15
prepare() {
16
cd "${pkgname}${pkgver}"
17
18
sed -i '13 i \
19
../libmultilevel.so: $(OBJS)\
20
gcc -shared -Wl,-soname,libmultilevel.so.1 -o $@ $(OBJS)' multilevelLib/Makefile
21
22
sed -i '22 i \
23
../libmetis.so: $(OBJS)\
24
gcc -shared -Wl,-soname,libmetis.so.1 -o $@ $(OBJS)' metisLib/Makefile
25
26
sed -i 's/libmetis\.a/libmetis\.so/' programs/Makefile
27
sed -i 's/libmultilevel\.a/libmultilevel\.so/' programs/Makefile
28
29
if [ "$CARCH" = "x86_64" ]; then
30
sed -i 's/-DNUMBITS=32/-DNUMBITS=64/' Makefile.in
31
fi
32
}
33
34
build() {
35
cd "${pkgname}${pkgver}"
36
make
37
}
38
39
package() {
40
cd "${pkgname}${pkgver}"
41
install -D -t "${pkgdir}/usr/bin" graclus
42
install -D -t "${pkgdir}/usr/lib" libmetis.so libmultilevel.so
43
install -D -t "${pkgdir}/usr/include/metis" metisLib/*.h
44
}
45
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 |