voix-bin
maintainer daedaevibin
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to the binary nature and unverifiable build process, but it comes from a trusted project host with no signs of malicious behavior.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): The package installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to the binary nature and unverifiable build process, but it comes from a trusted project host with no signs of malicious behavior.
PKGBUILD
1
# Maintainer: Dae Euhwa <daedaevibin@ik.me>
2
3
pkgname=voix-bin
4
_pkgname=voix
5
pkgver=4.9.1
6
pkgrel=1
7
pkgdesc="A secure privilege escalation tool replacing sudo/doas, using PAM for authentication (pre-built)"
8
arch=('x86_64')
9
url="https://github.com/Veridian-Zenith/Voix"
10
license=('OSL-3.0')
11
depends=('pam' 'libcap' 'libseccomp' 'yaml-cpp')
12
provides=('sudo' 'doas')
13
conflicts=('sudo' 'doas' 'voix')
14
backup=('etc/pam.d/voix' 'etc/voix.conf')
15
install="${pkgname}.install"
16
source=("voix-x86_64-bin.tar.gz::https://github.com/Veridian-Zenith/Voix/releases/download/v${pkgver}/voix-x86_64-bin.tar.gz")
17
sha256sums=('8280540e80afcda8f1f8e59de5e132cbe61a248fdf4d8fd1657cd1fa008a97d8')
18
19
package() {
20
cd voix-bin
21
install -Dm4755 -o root -g root voix "${pkgdir}/usr/bin/voix"
22
install -Dm600 -o root -g root voix.conf "${pkgdir}/etc/voix.conf"
23
install -Dm644 -o root -g root voix.pam "${pkgdir}/etc/pam.d/voix"
24
install -Dm644 -o root -g root voix.1 "${pkgdir}/usr/share/man/man1/voix.1"
25
mkdir -p "${pkgdir}/var/lib/voix"
26
ln -sf /usr/bin/voix "${pkgdir}/usr/bin/sudo"
27
ln -sf /usr/bin/voix "${pkgdir}/usr/bin/doas"
28
}
29
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 | 2 |
| 2026-07-27 09:34:56 | LOW | 2 |
| 2026-07-27 07:34:55 | LOW | 2 |