cliprithm
The PKGBUILD installs files to standard system directories under /usr, which triggered a static rule for privileged installs, but all actions are within normal AUR package norms and do not involve setuid, sudoers, or self-updates.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The PKGBUILD installs files to standard system directories under /usr, which triggered a static rule for privileged installs, but all actions are within normal AUR package norms and do not involve setuid, sudoers, or self-updates.
1 higher static finding superseded - not the current verdict (shown for transparency)
privileged_install
The package grants elevated privileges or installs an update path outside pacman: a /etc/sudoers.d rule (often passwordless), a setuid/setgid binary, or a self-update script/service that can fetch and run future code with no checksum verification. The initial install may be verified, but the ongoing privilege + update surface is a real supply-chain / privilege-escalation risk.
-
PKGBUILD:29
rustup toolchain install stable --profile minimal --no-self-update
PKGBUILD
1 offending line(s) highlighted# Maintainer: Edwar Diaz <edwardiaz.dev@gmail.com>
pkgname=cliprithm
pkgver=1.8.0
pkgrel=1
pkgdesc="Smart desktop video silence remover and clip editor built with Tauri and FFmpeg"
arch=('x86_64')
url="https://github.com/BOTOOM/Cliprithm"
license=('MIT')
depends=('ffmpeg' 'glibc' 'gtk3' 'hicolor-icon-theme' 'libayatana-appindicator' 'webkit2gtk-4.1')
makedepends=('cargo' 'nodejs' 'patchelf' 'pnpm' 'rust')
optdepends=('xdg-desktop-portal: improved desktop integration for file dialogs and portals')
provides=('cliprithm')
conflicts=('cliprithm-bin')
source=("cliprithm-1.8.0.tar.gz::https://github.com/BOTOOM/Cliprithm/archive/refs/tags/cliprithm-v1.8.0.tar.gz"
"cliprithm"
"cliprithm.desktop")
sha256sums=('a2d4e625e50d8562cf1aed92919def9c860dd3a3eb816b1b9b2f4ef34ffe0f30'
'fb39cdb168e8c849348069eaf812712f206694268da8228b7d03972b77fadbd5'
'fc1f073620a6ea5283c288a5870941eea57dc2369b691c0788ec8fb16260045f')
options=('!lto')
_setup_rust_toolchain() {
export CARGO_HOME="$srcdir/cargo-home"
if command -v rustup >/dev/null 2>&1; then
export RUSTUP_HOME="$srcdir/rustup-home"
export RUSTUP_TOOLCHAIN=stable
rustup toolchain install stable --profile minimal --no-self-update
fi
}
prepare() {
cd "Cliprithm-cliprithm-v1.8.0"
_setup_rust_toolchain
export PNPM_HOME="$srcdir/pnpm-home"
export XDG_CACHE_HOME="$srcdir/pnpm-cache"
pnpm install --frozen-lockfile
}
build() {
cd "Cliprithm-cliprithm-v1.8.0"
_setup_rust_toolchain
export CARGO_TARGET_DIR="$srcdir/target"
pnpm run tauri build -- --no-bundle --ci --no-sign
}
package() {
cd "Cliprithm-cliprithm-v1.8.0"
install -Dm755 "$srcdir/target/release/cliprithm" "$pkgdir/usr/lib/cliprithm/cliprithm"
install -Dm644 "src-tauri/icons/128x128.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/cliprithm.png"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm755 "$srcdir/cliprithm" "$pkgdir/usr/bin/cliprithm"
install -Dm644 "$srcdir/cliprithm.desktop" "$pkgdir/usr/share/applications/cliprithm.desktop"
}
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 |