rsrpc-git
The non-standard host (discord.com) provides a JSON data file used by the application, not executable code; the worst case of tampering is service disruption, not remote code execution, and the primary source is the project's own Git repository built from scratch.
Triggered rules
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 non-standard host (discord.com) provides a JSON data file used by the application, not executable code; the worst case of tampering is service disruption, not remote code execution, and the primary source is the project's own Git repository built from scratch.
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:15
"https://discord.com/api/v10/applications/detectable"
PKGBUILD
1 offending line(s) highlighted# Maintainer: k1f0 <archlinux at k1f0.mozmail.com>
pkgname=rsrpc-git
pkgver=r243.4ff3d5e
pkgrel=1
pkgdesc="Rust implementation of Discord RPC server"
arch=("x86_64" "aarch64")
url="https://github.com/SpikeHD/rsRPC"
license=("MIT")
makedepends=("cargo" "git")
provides=("${pkgname%-git}")
conflics=("${pkgname%-git}")
install="rsrpc.install"
source=("${pkgname%-git}::git+${url}.git"
"https://discord.com/api/v10/applications/detectable"
"rsrpc.install"
"rsrpc.service")
sha256sums=('SKIP'
'SKIP'
'c96484996efde8defc8eb35b84766875732d0a105ef3b7c9bbabe9645f594ac3'
'6e39467d6d5a5fd93e4e8c8607296771958b70f5744aeb5940adf04ecaf58df4')
options=(!debug)
pkgver() {
cd "${srcdir}/${pkgname%-git}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {
cd "${srcdir}/${pkgname%-git}"
cargo fetch --locked --target "${CARCH}-unknown-linux-gnu"
}
build() {
cd "${srcdir}/${pkgname%-git}"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo build --frozen --release --package rsrpc-cli
}
package() {
# install binary
cd "${srcdir}/${pkgname%-git}"
install -Dm0755 "target/release/${pkgname%-git}-cli" "${pkgdir}/usr/bin/${pkgname%-git}-cli"
# license
install -Dm0644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname%-git}"
# install detectable database
cd "${srcdir}"
mkdir -p "${pkgdir}/opt/rsrpc"
install -Dm0644 "detectable" "${pkgdir}/opt/rsrpc/detectable.json"
# install system service
install -Dm0644 "rsrpc.service" "${pkgdir}/usr/lib/systemd/user/rsrpc.service"
}
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 |