apptrix
maintainer blx32
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
MEDIUM
source=() URL on a non-standard host
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) highlighted
1
pkgname=apptrix
2
pkgver=0.2.2
3
pkgrel=1
4
pkgdesc='Apptrix.ai is the next step in Fyne Labs'
5
arch=('x86_64' 'aarch64')
6
url='https://apptrix.ai'
7
license=('custom')
8
source_x86_64=("https://build-artifacts.apptrix.ai/github/andydotxyz/ApptrixAI/Apptrix/latest/linux-amd64/Apptrix-linux-amd64-v0.2.2.tar.xz")
9
source_aarch64=("https://build-artifacts.apptrix.ai/github/andydotxyz/ApptrixAI/Apptrix/latest/linux-arm64/Apptrix-linux-arm64-v0.2.2.tar.xz")
10
sha256sums_x86_64=('463767730fe5104ba782f6343d912740bed435d1ce763ac32d6e250784b8eead')
11
sha256sums_aarch64=('0e3aa827e33986eed0d920aa94561aabcbf9a7b3406f15108b0c32e8061d0a7c')
12
sha512sums_x86_64=('bb38b2d0c11afc0b6d4bad331c5a5e06abe5a675cbbecfad4f63a8734dbf915f311f2c578aa266bf6aba1a4f09c448486f42ed32b470123a4706f2bfe97c6745')
13
sha512sums_aarch64=('1d5b990bfbf8b4b3cce6471b0313b49d87af59c2c3a9b45555ad050a4fb5fd11431726ef675ecaefd01fadb09dcfa2371e48245cfb89a472cbcec0877a50317e')
14
b2sums_x86_64=('cb6d56870df01b0cb7ca9f6b7886bf220a6069dca39bdea3fce4cdcc2daf88906803cf340e5c72425481b0332f0b5f76d3b951b6256ab25252b025e7fb30afbf')
15
b2sums_aarch64=('35ffb87cd87588ffc7cf2cf38a1b6db5b9fa5d273c401184fdbc48326115d1c993f777ccdf48e7d8c910067a09311d93e03223bc18122a4656537a5beaa2a345')
16
provides=("${pkgname}")
17
18
19
build() {
20
tar -xJf ${srcdir}/Apptrix-linux-*.tar.xz
21
}
22
package() {
23
install -d "${pkgdir}/usr/"
24
cp -r "${srcdir}/usr/local" "${pkgdir}/usr/"
25
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |