trizbort-qt
Source tarball is fetched from jxself.org, which is plausibly the project's own host matching the declared url=, with a proper sha256 checksum; the bundled patch is also checksummed; building and installing a C++/Qt project from source is normal AUR packaging with no signs of malicious behaviour, though the host is non-whitelisted and the package has few votes.
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 (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Source tarball is fetched from jxself.org, which is plausibly the project's own host matching the declared url=, with a proper sha256 checksum; the bundled patch is also checksummed; building and installing a C++/Qt project from source is normal AUR packaging with no signs of malicious behaviour, though the host is non-whitelisted and the package has few votes.
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:12
source=("https://jxself.org/${pkgname}-${pkgver}.tar.gz" "qstring.patch")
PKGBUILD
1 offending line(s) highlighted# Maintainer: silverhikari <kerrickethan@gmail.com>
pkgname=trizbort-qt
pkgver=1.0
pkgrel=1
pkgdesc="C++/Qt port of Trizbort, an interactive fiction Mapper"
arch=("x86_64")
url="https://jxself.org/trizbort-qt.shtml"
license=('GPL-3.0-or-later')
depends=('qt6-base' 'hicolor-icon-theme')
makedepends=('cmake')
provides=("trizbort-qt")
source=("https://jxself.org/${pkgname}-${pkgver}.tar.gz" "qstring.patch")
sha256sums=("69950425e4ff9410e2fe5d6b54252b68f8f700053bd90cd2b7d86325a5a401cc" "d730f690ccb795c99c07718011739701fb01b72ca9555557c4fd32070a2b7f65")
prepare() {
cd "$pkgname-$pkgver"
# qstring patch from awesomeadam12345
patch -p1 -i "../qstring.patch"
}
build() {
local cmake_options=(
-B build
-S $pkgname-$pkgver
-W no-author
-D CMAKE_BUILD_TYPE=None
-D CMAKE_INSTALL_PREFIX=/usr
)
cmake "${cmake_options[@]}"
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 19:15:26 | Low | 3 |
| 2026-09-25 19:13:08 | Medium | 2 |