flashplayer-standalone
maintainer frealgagu
· 195 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt Adobe Flash Player binary from Adobe's official domain (fpdownload.macromedia.com), which is a legitimate source for Flash releases; despite the non-whitelisted host, the binary is from the official vendor and the worst-case impact of a swapped source is limited to a known, signed legacy binary.
Triggered rules
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt Adobe Flash Player binary from Adobe's official domain (fpdownload.macromedia.com), which is a legitimate source for Flash releases; despite the non-whitelisted host, the binary is from the official vendor and the worst-case impact of a swapped source is limited to a known, signed legacy binary.
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=("${pkgname}-${pkgver}.tar.gz::https://fpdownload.macromedia.com/pub/${pkgname%-standalone}/updaters/${pkgver%%.*}/flash_player_sa_linux.${arch}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Fredy García <frealgagu at gmail dot com>
2
# Maintainer: Omar Pakker <archlinux@opakker.nl>
3
# Contributor: boosterdev@linuxmail.org
4
5
pkgname=flashplayer-standalone
6
pkgver=32.0.0.465
7
pkgrel=1
8
pkgdesc="Adobe Flash Player Standalone (A.K.A. Adobe Flash Player Projector)"
9
arch=("x86_64")
10
url="http://www.adobe.com/support/${pkgname%-standalone}/downloads.html"
11
license=("custom:ADOBE" "LGPL")
12
depends=("gtk2" "libgl" "nss")
13
optdepends=('alsa-lib: for sound through alsa')
14
makedepends=("gendesk")
15
options=(!strip)
16
source=("${pkgname}-${pkgver}.tar.gz::https://fpdownload.macromedia.com/pub/${pkgname%-standalone}/updaters/${pkgver%%.*}/flash_player_sa_linux.${arch}.tar.gz")
17
sha256sums=("883f7aa23301fc80de879501157533a4acdbfee0721ed7c57676dc032fdf96c3")
18
19
prepare() {
20
cd "${srcdir}"
21
gendesk -f -n \
22
--pkgname "${pkgname}" \
23
--pkgdesc "${pkgdesc}" \
24
--name "Adobe Flash Player Standalone" \
25
--genericname "Flash Player" \
26
--comment "Player for using content created on the Adobe Flash platform" \
27
--exec "/usr/bin/${pkgname%-standalone}" \
28
--categories "Audio;AudioVideo;Graphics;GTK;Player;Video;Viewer" \
29
--mimetypes "application/x-shockwave-flash;image/gif;image/jpg;image/png"
30
}
31
32
package() {
33
install -Dm644 "${srcdir}/license.pdf" "${pkgdir}/usr/share/licenses/${pkgname}/license.pdf"
34
install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
35
install -Dm755 "${srcdir}/${pkgname%-standalone}" "${pkgdir}/usr/bin/${pkgname%-standalone}"
36
}
37
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 |