apptrix
The package downloads a prebuilt tarball from a project-owned build artifact host, verifies it with multiple strong checksums, and installs it locally; the source is not executed during build and the host, while not standard, is plausibly official for the project, making the risk low.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt tarball from a project-owned build artifact host, verifies it with multiple strong checksums, and installs it locally; the source is not executed during build and the host, while not standard, is plausibly official for the project, making the risk low.
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:8
source_x86_64=("https://build-artifacts.apptrix.ai/github/andydotxyz/ApptrixAI/Apptrix/latest/linux-amd64/Apptrix-linux-amd64-v0.2.2.tar.xz")
PKGBUILD
1 offending line(s) highlightedpkgname=apptrix
pkgver=0.2.2
pkgrel=1
pkgdesc='Apptrix.ai is the next step in Fyne Labs'
arch=('x86_64' 'aarch64')
url='https://apptrix.ai'
license=('custom')
source_x86_64=("https://build-artifacts.apptrix.ai/github/andydotxyz/ApptrixAI/Apptrix/latest/linux-amd64/Apptrix-linux-amd64-v0.2.2.tar.xz")
source_aarch64=("https://build-artifacts.apptrix.ai/github/andydotxyz/ApptrixAI/Apptrix/latest/linux-arm64/Apptrix-linux-arm64-v0.2.2.tar.xz")
sha256sums_x86_64=('463767730fe5104ba782f6343d912740bed435d1ce763ac32d6e250784b8eead')
sha256sums_aarch64=('0e3aa827e33986eed0d920aa94561aabcbf9a7b3406f15108b0c32e8061d0a7c')
sha512sums_x86_64=('bb38b2d0c11afc0b6d4bad331c5a5e06abe5a675cbbecfad4f63a8734dbf915f311f2c578aa266bf6aba1a4f09c448486f42ed32b470123a4706f2bfe97c6745')
sha512sums_aarch64=('1d5b990bfbf8b4b3cce6471b0313b49d87af59c2c3a9b45555ad050a4fb5fd11431726ef675ecaefd01fadb09dcfa2371e48245cfb89a472cbcec0877a50317e')
b2sums_x86_64=('cb6d56870df01b0cb7ca9f6b7886bf220a6069dca39bdea3fce4cdcc2daf88906803cf340e5c72425481b0332f0b5f76d3b951b6256ab25252b025e7fb30afbf')
b2sums_aarch64=('35ffb87cd87588ffc7cf2cf38a1b6db5b9fa5d273c401184fdbc48326115d1c993f777ccdf48e7d8c910067a09311d93e03223bc18122a4656537a5beaa2a345')
provides=("${pkgname}")
build() {
tar -xJf ${srcdir}/Apptrix-linux-*.tar.xz
}
package() {
install -d "${pkgdir}/usr/"
cp -r "${srcdir}/usr/local" "${pkgdir}/usr/"
}
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 | 2 |