cyberia-git
maintainer RetrowaveHyena
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Builds from source via git clone of the project's own repository on git.gay (a legitimate git hosting service); SKIP checksum is normal for a git source; no prebuilt binaries downloaded, no obfuscated payloads, no exfiltration — just a standard Tauri/Rust/npm build from the project's own source.
Triggered rules
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%): Builds from source via git clone of the project's own repository on git.gay (a legitimate git hosting service); SKIP checksum is normal for a git source; no prebuilt binaries downloaded, no obfuscated payloads, no exfiltration — just a standard Tauri/Rust/npm build from the project's own source.
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:16
source=("${_repo}::git+https://${_host}/${_owner}/${_repo}.git#branch=main")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: RetrowaveHyena <retrowavehyena@gmail.com>
2
pkgname=cyberia-git
3
_owner=zutyosh
4
_repo=Cyberia
5
_host=git.gay
6
pkgver=0.2.8.r2.gdb64056
7
pkgrel=1
8
pkgdesc="Desktop companion for Resonite - chat, presence, worlds and status, no backend server required (main branch, built from source)"
9
arch=('x86_64')
10
url="https://${_host}/${_owner}/${_repo}"
11
license=('MIT')
12
depends=('webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator' 'librsvg' 'libsecret' 'openssl' 'hicolor-icon-theme')
13
makedepends=('git' 'rust' 'cargo' 'nodejs' 'npm' 'patchelf' 'pkgconf' 'file' 'desktop-file-utils')
14
provides=('cyberia')
15
conflicts=('cyberia' 'cyberia-bin')
16
source=("${_repo}::git+https://${_host}/${_owner}/${_repo}.git#branch=main")
17
sha256sums=('SKIP')
18
19
pkgver() {
20
cd "$_repo"
21
# Newest reachable tag + commits since + short hash, e.g. 0.2.8.r4.gabc1234.
22
# Falls back to a plain rN.gHASH form if the repo has no tags at all.
23
git describe --long --tags 2>/dev/null | sed 's/^v//;s/-/.r/;s/-g/.g/' \
24
|| printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
25
}
26
27
prepare() {
28
cd "$_repo"
29
npm ci
30
cd src-tauri
31
cargo fetch --locked
32
}
33
34
build() {
35
cd "$_repo"
36
export CFLAGS="-O2 -pipe -fno-plt"
37
export CXXFLAGS="$CFLAGS"
38
unset RUSTFLAGS
39
npm run tauri build -- --no-bundle
40
}
41
42
package() {
43
cd "$_repo"
44
45
install -Dm755 "src-tauri/target/release/cyberia" "$pkgdir/usr/bin/cyberia"
46
47
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/cyberia.desktop" <<-EOF
48
[Desktop Entry]
49
Type=Application
50
Name=Cyberia
51
Comment=Desktop companion for Resonite (main branch build)
52
Exec=cyberia
53
Icon=cyberia
54
Categories=Network;InstantMessaging;Chat;
55
Terminal=false
56
StartupWMClass=cyberia
57
EOF
58
59
install -Dm644 RSN-logo-cyberia.svg \
60
"$pkgdir/usr/share/icons/hicolor/scalable/apps/cyberia.svg"
61
62
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
63
}
64
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 | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 00:05:41 | LOW | 3 |
| 2026-07-15 00:09:25 | LOW | 3 |