kiru-bin
The package downloads a prebuilt binary from the project's own release infrastructure (releases.getkiru.app), which is a legitimate source for the software; the host is not whitelisted but is plausibly official, and the checksum is verified, so the risk is low.
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 package downloads a prebuilt binary from the project's own release infrastructure (releases.getkiru.app), which is a legitimate source for the software; the host is not whitelisted but is plausibly official, and the checksum is verified, so the risk is low.
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:25
"Kiru-${pkgver}-linux-${CARCH}-arch.tar.gz::https://releases.getkiru.app/releases/linux/Kiru-0.5.4-linux-${CARCH}-arch.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Kiru <oss@kiru.app>
pkgname=kiru-bin
pkgver=0.5.4
pkgrel=1
pkgdesc="Transcription-driven video editor"
arch=('x86_64')
url="https://kiru.app"
license=('custom')
depends=(
'alsa-lib'
'ffmpeg'
'fontconfig'
'mediainfo'
'perl-image-exiftool'
'ttf-ibm-plex'
'xdg-utils'
'zenity'
)
optdepends=('kdialog: alternative file dialog backend on KDE')
provides=('kiru')
conflicts=('kiru')
options=('!strip')
source=(
"Kiru-${pkgver}-linux-${CARCH}-arch.tar.gz::https://releases.getkiru.app/releases/linux/Kiru-0.5.4-linux-${CARCH}-arch.tar.gz"
'kiru.desktop'
'kiru.png'
'kiru.svg'
'LICENSE'
)
sha256sums=(
'af6bb22d5e3207994abb192d5ad206733cc4562e1b183ca56e6c1143b41d0777'
'b9ccd131ad127061eae3b05b53c566e78ca25243155c2b03bb7546e5be5defe0'
'356ce1144dedad29ecf4a180761b83b2d826322ba25d9203c75e7570f574b364'
'2935a0fe9651a84fded9c0fcd10122803f0935e0cd27f2d76dc96a3209af8cae'
'8aaa0695e81583c4d560a3b900baea662eaf1fa99b4339b00ad434ebb8dc5518'
)
package() {
install -dm755 "$pkgdir/opt/kiru"
cp -a kiru/. "$pkgdir/opt/kiru/"
install -Dm644 kiru.desktop "$pkgdir/usr/share/applications/kiru.desktop"
install -Dm644 kiru.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/kiru.png"
install -Dm644 kiru.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/kiru.svg"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -dm755 "$pkgdir/usr/bin"
cat > "$pkgdir/usr/bin/kiru" <<'EOF'
#!/usr/bin/env bash
export KIRU_FFMPEG_PATH="${KIRU_FFMPEG_PATH:-$(command -v ffmpeg)}"
export KIRU_FFPROBE_PATH="${KIRU_FFPROBE_PATH:-$(command -v ffprobe)}"
export KIRU_INSTALL_CHANNEL="${KIRU_INSTALL_CHANNEL:-aur}"
exec /opt/kiru/AppRun "$@"
EOF
chmod 755 "$pkgdir/usr/bin/kiru"
}
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 |