option-term
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
2 higher static findings 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"
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
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"
}
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -28,10 +28,12 @@ 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"@@ -43,6 +45,7 @@ } build() {+ sudo "$srcdir/indexer" cd "$_srcdir" export RUSTUP_TOOLCHAIN=stable export CARGO_TARGET_DIR=target@@ -68,3 +71,4 @@ install -Dm644 'CHANGELOG.md' "$pkgdir/usr/share/doc/$pkgname/CHANGELOG.md" } +Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 4 |
| 2026-08-02 00:16:08 | LOW | 4 |
| 2026-08-01 00:11:18 | LOW | 4 |
| 2026-07-31 00:14:10 | LOW | 4 |
| 2026-07-30 23:17:02 | MEDIUM | 3 |
| 2026-07-30 17:15:21 | MEDIUM | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 21:12:47 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 21:39:42 | MEDIUM | 2 |
| 2026-07-28 19:41:32 | LOW | 3 |
| 2026-07-28 19:39:35 | MEDIUM | 2 |