opentx-companion-bin
LOW
maintainer orphaned
5 votes
scanned 2026-09-17 00:27:14.276658
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-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 |