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
4pkgname=flashpoint-launcher-bin
5pkgver=14.0.3_20251201
6_launcherver=${pkgver%_*}
7_timestamp=${pkgver#*_}
8
9pkgrel=2
10pkgdesc="An archive for games and animations from the web."
11arch=('x86_64')
12url="https://flashpointarchive.org/"
13license=('MIT')
14
15provides=(flashpoint-launcher)
16conflicts=(flashpoint-launcher)
17
18depends=(
19 'pulse-native-provider'
20 'lib32-libxcomposite'
21 'lib32-libpulse'
22 'gtk3'
23 'nss'
24 'php'
25 '7zip'
26 'bash'
27)
28
29optdepends=(
30 'gtk2: native Flash support'
31 'libxt: native Flash support'
32)
33
34options=(
35 '!strip'
36 '!emptydirs'
37)
38
39source=("https://download.flashpointarchive.org/upload/fp${_launcherver}_lin_${_timestamp}.7z")
40sha256sums=('f393a98c5c35e229a744c102b0cb53270b1b4f1b3ebd40d604f98323444a4b1f')
41
42prepare() {
43 patch -p1 -i ../setup-desktop-entry.patch -d "${srcdir}"
44 patch -p1 -i ../start-flashpoint.patch -d "${srcdir}"
45}
46
47package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion