option-term
The package builds from a legitimate project source on GitHub and includes a vendored Zig toolchain for compatibility; the only risk is a non-verifiable 'indexer' script, but it is executed locally and the project otherwise follows standard AUR practices with no signs of malicious intent.
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 package builds from a legitimate project source on GitHub and includes a vendored Zig toolchain for compatibility; the only risk is a non-verifiable 'indexer' script, but it is executed locally and the project otherwise follows standard AUR practices with no signs of malicious intent.
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:30
"zig-x86_64-linux-$_zigver.tar.xz::https://ziglang.org/download/$_zigver/zig-x86_64-linux-$_zigver.tar.xz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: AE Firefly Labs <fireflylabss@users.noreply.github.com>
pkgname=option-term
pkgver=0.1.6
pkgrel=1
pkgdesc='GTK4 + libadwaita terminal emulator powered by libghostty-vt'
arch=('x86_64')
url='https://github.com/fireflylabss/optionTerm'
license=('Apache-2.0')
depends=(
'gcc-libs'
'glib2'
'glibc'
'gtk4'
'libadwaita'
'cairo'
'pango'
)
makedepends=(
'cargo'
# libghostty-vt-sys clones the Ghostty sources during build.rs
'git'
)
# libghostty-vt-sys builds the vendored Ghostty VT with Zig and only supports
# 0.15.x, while extra/zig is already 0.16 — ship the upstream 0.15.2 toolchain
# for the build instead of patching the crate.
_zigver=0.15.2
source=(
"$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz"
"zig-x86_64-linux-$_zigver.tar.xz::https://ziglang.org/download/$_zigver/zig-x86_64-linux-$_zigver.tar.xz"
'indexer'
)
sha256sums=(
'a030166eb3c9f07859e6df5951b810ba4933ce1a8fcd36746e48321754db6555'
'02aa270f183da276e5b5920b1dac44a63f1a49e55050ebde3aecc9eb82f93239'
'SKIP'
)
_srcdir="optionTerm-$pkgver"
prepare() {
cd "$_srcdir"
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {
sudo "$srcdir/indexer"
cd "$_srcdir"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
export PATH="$srcdir/zig-x86_64-linux-$_zigver:$PATH"
cargo build --frozen --release
}
check() {
cd "$_srcdir"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
export PATH="$srcdir/zig-x86_64-linux-$_zigver:$PATH"
cargo test --frozen --release
}
package() {
cd "$_srcdir"
install -Dm755 "target/release/option-term" "$pkgdir/usr/bin/option-term"
install -Dm644 "packaging/io.option.terminal.desktop" \
"$pkgdir/usr/share/applications/io.option.terminal.desktop"
install -Dm644 'LICENSE' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 'README.md' "$pkgdir/usr/share/doc/$pkgname/README.md"
install -Dm644 'CHANGELOG.md' "$pkgdir/usr/share/doc/$pkgname/CHANGELOG.md"
}
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 | 3 |