cgru
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs prebuilt binaries from a non-whitelisted, unverifiable source (SourceForge) with SKIP'd checksums, posing a supply-chain risk if the tarball were silently replaced.
Triggered rules
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package installs prebuilt binaries from a non-whitelisted, unverifiable source (SourceForge) with SKIP'd checksums, posing a supply-chain risk if the tarball were silently replaced.
PKGBUILD
1
# Maintainer: Dmitry Sokol <aquarius24(at)ya(dot)ru>
2
# Contributor: Dmitry Sokol <aquarius24(at)ya(dot)ru>
3
4
pkgname=cgru
5
pkgver=3.3.0
6
pkgrel=1
7
pkgdesc="Free And Open Source CG Tools Pack. Includes Afanasy render farm manager, Rules project tracker and tools around it."
8
arch=('x86_64')
9
url="https://cgru.info/"
10
license=('LGPL')
11
depends=('openexr' 'libpqxx' 'python2' 'python-pyqt5')
12
makedepends=('rpmextract' 'patch')
13
conflicts=()
14
source=(
15
https://sourceforge.net/projects/cgru/files/3.3.0/cgru.3.3.0.CentOS-7_x86_64.tar.gz
16
'systemd_services.patch'
17
)
18
md5sums=('SKIP' 'SKIP')
19
20
package()
21
{
22
23
cd "$pkgdir"
24
25
msg2 "Unpacking Red Hat .rpm files. This could take a while..."
26
27
for i in "$srcdir"/*.rpm; do
28
msg2 $i
29
rpmextract.sh $i
30
done
31
32
msg2 "Patching systemd services..."
33
34
patch --directory="${pkgdir}/usr/lib/systemd/system" --strip=1 --input="${srcdir}/systemd_services.patch"
35
36
}
37
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 01:56:03 | MEDIUM | 2 |
| 2026-06-18 16:11:54 | CLEAN | 0 |