ftb-app-bin
maintainer su226
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the project's own domain (piston.feed-the-beast.com), which is plausibly official; the binary is unpacked and installed without remote code execution, and the host, while not standard, is project-related, reducing supply-chain risk.
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 project's own domain (piston.feed-the-beast.com), which is plausibly official; the binary is unpacked and installed without remote code execution, and the host, while not standard, is project-related, reducing supply-chain risk.
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:26
source_x86_64=("https://piston.feed-the-beast.com/app/ftb-app-linux-${pkgver}-amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: su226 <thesu226 at outlook dot com>
2
# Contributor: alphRomeo323 <alpharomeo323dev at protonmail dot com>
3
# Contributor: William Brown <glowinthedarkcia at horsefucker dot org>
4
5
pkgname=ftb-app-bin
6
pkgver=1.30.0
7
pkgrel=1
8
epoch=
9
pkgdesc="A new Modpack launcher for FTB and Curse modpacks."
10
arch=(x86_64 aarch64)
11
url="https://feed-the-beast.com/ftb-app"
12
license=("LGPL-2.1-only")
13
groups=()
14
depends=("alsa-lib" "nss" "gtk3")
15
makedepends=()
16
checkdepends=()
17
# FTB App will download Adoptium for itself and Minecraft, althrough system Java can be used for Minecraft too.
18
optdepends=("java-runtime: Playing Minecraft with system Java.")
19
provides=(ftb-app)
20
conflicts=(ftb-app)
21
replaces=()
22
backup=()
23
options=()
24
install=
25
changelog=
26
source_x86_64=("https://piston.feed-the-beast.com/app/ftb-app-linux-${pkgver}-amd64.deb")
27
source_aarch64=("https://piston.feed-the-beast.com/app/ftb-app-linux-${pkgver}-arm64.deb")
28
noextract=()
29
sha256sums_x86_64=('ca9a00f9d2aaa74528b034d7ba9874820f60c345feb8b34755b90fcde893ee82')
30
sha256sums_aarch64=('742c461dc96894dc51e2af828688958eeab9d2b8f781fdf6ed873d4f6fd7cf06')
31
validpgpkeys=()
32
33
package() {
34
tar -xJf "$srcdir/data.tar.xz" -C "$pkgdir"
35
36
# move "/opt/FTB Electron App" to /opt/ftb-app
37
mv "$pkgdir/opt/FTB Electron App" "$pkgdir/opt/ftb-app"
38
sed -i 's#/opt/FTB Electron App/ftb-app#/opt/ftb-app/ftb-app#' "$pkgdir/usr/share/applications/ftb-app.desktop"
39
40
# prevent self-upgrade with dpkg
41
echo "pacman" > "$pkgdir/opt/ftb-app/resources/package-type"
42
43
install -d "$pkgdir/usr/bin"
44
ln -s /opt/ftb-app/ftb-app "$pkgdir/usr/bin/ftb-app"
45
}
46
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 |