cyberia-git
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
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)
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# Maintainer: RetrowaveHyena <retrowavehyena@gmail.com>
pkgname=cyberia-git
_owner=zutyosh
_repo=Cyberia
_host=git.gay
pkgver=0.2.8.r2.gdb64056
pkgrel=1
pkgdesc="Desktop companion for Resonite - chat, presence, worlds and status, no backend server required (main branch, built from source)"
arch=('x86_64')
url="https://${_host}/${_owner}/${_repo}"
license=('MIT')
depends=('webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator' 'librsvg' 'libsecret' 'openssl' 'hicolor-icon-theme')
makedepends=('git' 'rust' 'cargo' 'nodejs' 'npm' 'patchelf' 'pkgconf' 'file' 'desktop-file-utils')
provides=('cyberia')
conflicts=('cyberia' 'cyberia-bin')
source=("${_repo}::git+https://${_host}/${_owner}/${_repo}.git#branch=main")
sha256sums=('SKIP')
pkgver() {
cd "$_repo"
# Newest reachable tag + commits since + short hash, e.g. 0.2.8.r4.gabc1234.
# Falls back to a plain rN.gHASH form if the repo has no tags at all.
git describe --long --tags 2>/dev/null | sed 's/^v//;s/-/.r/;s/-g/.g/' \
|| printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {
cd "$_repo"
npm ci
cd src-tauri
cargo fetch --locked
}
build() {
cd "$_repo"
export CFLAGS="-O2 -pipe -fno-plt"
export CXXFLAGS="$CFLAGS"
unset RUSTFLAGS
npm run tauri build -- --no-bundle
}
package() {
cd "$_repo"
install -Dm755 "src-tauri/target/release/cyberia" "$pkgdir/usr/bin/cyberia"
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/cyberia.desktop" <<-EOF
[Desktop Entry]
Type=Application
Name=Cyberia
Comment=Desktop companion for Resonite (main branch build)
Exec=cyberia
Icon=cyberia
Categories=Network;InstantMessaging;Chat;
Terminal=false
StartupWMClass=cyberia
EOF
install -Dm644 RSN-logo-cyberia.svg \
"$pkgdir/usr/share/icons/hicolor/scalable/apps/cyberia.svg"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |