foxtelem
maintainer prstoetzer
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source files from amsat.us and amsat.org, which are plausible project-owned domains for the AMSAT project; the tarball contains the application and the PNG is a static icon, both installed as data; SKIP checksums are sloppy but the sources are not from a swappable host like personal cloud storage, and there is no code execution from remote or untrusted origins.
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 source files from amsat.us and amsat.org, which are plausible project-owned domains for the AMSAT project; the tarball contains the application and the PNG is a static icon, both installed as data; SKIP checksums are sloppy but the sources are not from a swappable host like personal cloud storage, and there is no code execution from remote or untrusted origins.
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:14
source=("http://amsat.us/FoxTelem/linux/foxtelem_1.06r_linux.tar.gz" -
PKGBUILD:15
"https://www.amsat.org/wordpress/wp-content/uploads/2018/05/foxtelem.png"
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Paul Stoetzer <n8hm at arrl dot net>
2
pkgname=foxtelem
3
pkgver=1.06r
4
pkgrel=1
5
pkgdesc='Telemetry decoder for AMSATs Fox-1 satellites'
6
arch=('i686' 'x86_64')
7
url="http://amsat.us/FoxTelem/"
8
license=('GPL')
9
depends=('jre8-openjdk')
10
makedepends=()
11
provides=('foxtelem')
12
conflicts=()
13
options=('!emptydirs')
14
source=("http://amsat.us/FoxTelem/linux/foxtelem_1.06r_linux.tar.gz"
15
"https://www.amsat.org/wordpress/wp-content/uploads/2018/05/foxtelem.png"
16
'foxtelem.desktop'
17
'foxtelem')
18
md5sums=('SKIP'
19
'SKIP'
20
'SKIP'
21
'SKIP')
22
23
build() {
24
cd "foxtelem_1.06r_linux"
25
26
}
27
28
package() {
29
cd "foxtelem_1.06r_linux"
30
mkdir -p ${pkgdir}/opt/foxtelem/
31
cp -r * ${pkgdir}/opt/foxtelem/
32
mkdir -p ${pkgdir}/usr/bin/
33
mkdir -p ${pkgdir}/usr/share/applications/
34
mkdir -p ${pkgdir}/usr/share/pixmaps/
35
cp ${srcdir}/foxtelem ${pkgdir}/usr/bin/
36
cp ${srcdir}/foxtelem.desktop ${pkgdir}/usr/share/applications/
37
cp ${srcdir}/foxtelem.png ${pkgdir}/usr/share/pixmaps/
38
}
39
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 |