flashpoint-launcher-bin
maintainer hmarcelino
· 29 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a 7z archive from the project's own domain (flashpointarchive.org) to install prebuilt files; while the host is not a standard forge, it is plausibly official, and the content is data and executables for a self-contained launcher, not remote code execution.
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 7z archive from the project's own domain (flashpointarchive.org) to install prebuilt files; while the host is not a standard forge, it is plausibly official, and the content is data and executables for a self-contained launcher, not remote code execution.
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:39
source=("https://download.flashpointarchive.org/upload/fp${_launcherver}_lin_${_timestamp}.7z")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: hmarcelino <henry_marcelino at outlook dot com>
2
# Contributor: bbaster <bbaster at tutanota dot org>
3
4
pkgname=flashpoint-launcher-bin
5
pkgver=14.0.3_20251201
6
_launcherver=${pkgver%_*}
7
_timestamp=${pkgver#*_}
8
9
pkgrel=2
10
pkgdesc="An archive for games and animations from the web."
11
arch=('x86_64')
12
url="https://flashpointarchive.org/"
13
license=('MIT')
14
15
provides=(flashpoint-launcher)
16
conflicts=(flashpoint-launcher)
17
18
depends=(
19
'pulse-native-provider'
20
'lib32-libxcomposite'
21
'lib32-libpulse'
22
'gtk3'
23
'nss'
24
'php'
25
'7zip'
26
'bash'
27
)
28
29
optdepends=(
30
'gtk2: native Flash support'
31
'libxt: native Flash support'
32
)
33
34
options=(
35
'!strip'
36
'!emptydirs'
37
)
38
39
source=("https://download.flashpointarchive.org/upload/fp${_launcherver}_lin_${_timestamp}.7z")
40
sha256sums=('f393a98c5c35e229a744c102b0cb53270b1b4f1b3ebd40d604f98323444a4b1f')
41
42
prepare() {
43
patch -p1 -i ../setup-desktop-entry.patch -d "${srcdir}"
44
patch -p1 -i ../start-flashpoint.patch -d "${srcdir}"
45
}
46
47
package() {
48
echo "Copying data files ..."
49
mkdir -vp "${pkgdir}/opt/Flashpoint/"
50
find "${srcdir}/" -maxdepth 1 -not -name "fp${_launcherver}_lin_main_${_timestamp}.7z" -exec cp -rp {} "${pkgdir}/opt/Flashpoint/" \;
51
52
echo "Creating a launcher script wrapper..."
53
mkdir -vp "${pkgdir}/usr/bin"
54
cp -p ../flashpoint-launcher.sh "${pkgdir}/usr/bin/flashpoint-launcher"
55
56
echo "Creating the desktop file..."
57
chmod +x "./setup-desktop-entry.sh"
58
ENTRY="${srcdir}/flashpoint-archive.desktop" FP_DIR="/opt/Flashpoint/" "./setup-desktop-entry.sh"
59
60
echo "Installing licenses and desktop file..."
61
mkdir -vp "${pkgdir}/usr/share/licenses"
62
cp -rp "${pkgdir}/opt/Flashpoint/Launcher/licenses/" "${pkgdir}/usr/share/licenses/flashpoint"
63
install -Dm644 "${srcdir}/flashpoint-archive.desktop" "${pkgdir}/usr/share/applications/flashpoint-archive.desktop"
64
65
echo "Removing unneeded src folder..."
66
rm -rf "${pkgdir}/opt/Flashpoint/src"
67
68
echo "Removing unneeded Libraries folder..."
69
rm -rf "${pkgdir}/opt/Flashpoint/Libraries"
70
}
71
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 |