opentx-companion-bin
maintainer orphaned
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the official OpenTX project's release domain;虽非标准主机但属项目自有发布基础设施,风险较低。
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 .deb from the official OpenTX project's release domain;虽非标准主机但属项目自有发布基础设施,风险较低。
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:16
source_x86_64=("https://downloads.open-tx.org/2.3/release/companion/linux/companion23_${pkgver}_amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Generated by debtap
2
# Maintainer: Alex
3
# Contributor: Alex
4
pkgname=('opentx-companion-bin')
5
pkgver=2.3.15
6
pkgrel=1
7
pkgdesc="Models and settings editor for the OpenTX open source firmware."
8
arch=('x86_64')
9
url="http://www.open-tx.org/"
10
license=('GPL')
11
depends=('hicolor-icon-theme' 'qt5-base' 'qt5-multimedia' 'qt5-svg' 'sdl')
12
provides=('companion')
13
conflicts=('companion' 'companion9x-svn')
14
options=('!strip' '!emptydirs')
15
install=${pkgname}.install
16
source_x86_64=("https://downloads.open-tx.org/2.3/release/companion/linux/companion23_${pkgver}_amd64.deb")
17
sha512sums_x86_64=('36389b4ac104eaeb3f274e9ff0eacb453c25bcb3529da1702ec9a20edc36cb1d6648cf4fc68e873cbb6b8baef5b2ba284620c5f47e8fb021682ecc935ac87b96')
18
19
package(){
20
21
# Extract package data
22
tar xzf data.tar.gz -C "${pkgdir}"
23
24
# Fix directories structure differencies
25
cd "${pkgdir}"
26
27
mv usr/local/bin usr/bin
28
mv usr/local/lib usr/lib
29
mv lib/* usr/lib
30
rm -r lib
31
}
32
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 |