strix-bin

LOW
maintainer xihale 0 votes scanned 2026-09-19 17:30:41.880415
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is normal for PyInstaller-built applications, and the source is verifiable via signed releases; the low severity is due to the binary nature and recent upload with few votes, not 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 95%): The package installs a prebuilt binary from the project's official GitHub releases, which is normal for PyInstaller-built applications, and the source is verifiable via signed releases; the low severity is due to the binary nature and recent upload with few votes, not malicious behavior.

PKGBUILD

1# Maintainer: xihale <i@xihale.top>
2# Contributor: xihale <i@xihale.top>
3pkgname=strix-bin
4pkgver=1.6.2
5pkgrel=1
6pkgdesc='Open-source AI pentesting tool - autonomous AI hackers that find and fix your app vulnerabilities (prebuilt binary)'
7arch=('x86_64' 'aarch64')
8url='https://github.com/usestrix/strix'
9license=('Apache-2.0')
10depends=('docker')
11optdepends=(
12 'ca-certificates: HTTPS targets and LLM API TLS'
13)
14provides=('strix')
15conflicts=('strix')
16options=('!strip')
17install=strix.install
18source=('LICENSE::https://raw.githubusercontent.com/usestrix/strix/v'"$pkgver"'/LICENSE')
19sha256sums=('7db9697134251e314bd8d39257fe170c98b3e2ad9b2ed67e97acaf9613e7b9e3')
20source_x86_64=("$pkgname-$pkgver-$CARCH.tar.gz::https://github.com/usestrix/strix/releases/download/v$pkgver/strix-$pkgver-linux-x86_64.tar.gz")
21sha256sums_x86_64=('f3f29fa64bee420bf64f8911fb9f38e20270d406f6df44cc2436252c2af0bc81')
22# Upstream names the arm64 artifacts with "arm64", not "aarch64".
23source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::https://github.com/usestrix/strix/releases/download/v$pkgver/strix-$pkgver-linux-arm64.tar.gz")
24sha256sums_aarch64=('4a4cba115bda8b89d7bbfabe960246a480ff43563144959b2e33477955aa6df2')
25
26# Upstream tarball holds a single PyInstaller-built executable named
27# strix-$pkgver-linux-<arch> (x86_64 / arm64); makepkg already unpacked it.
28prepare() {
29 mv "$srcdir/strix-$pkgver-linux-${CARCH/aarch64/arm64}" "$srcdir/strix"
30}
31
32package() {
33 install -Dm755 "$srcdir/strix" "$pkgdir/usr/bin/strix"
34 install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-19 17:30:41 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion