fasmg

MEDIUM
maintainer megapoliss 2 votes scanned 2026-08-27 13:32:42.941682
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

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:11 source=("https://flatassembler.net/$pkgname.$pkgver.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Sergii Fesenko <sergii underscore f dot at outlook dot com>
2# Contributor: Chjara Yebgui <tuxcrafting@cronut.cafe>
3
4pkgname=fasmg
5pkgver=l8vn
6pkgrel=1
7pkgdesc="Assembler with advanced macro-instruction abilities"
8arch=('x86_64')
9url='http://flatassembler.net/'
10license=('BSD')
11source=("https://flatassembler.net/$pkgname.$pkgver.zip")
12noextract=("$pkgname.$pkgver.zip")
13sha512sums=('010f9dd675884d73893e9e9dfd191e6fea39a74714d168cf18773d0d263f5eab07f2568a56550da02ad959520c948afffc459dfd936ac4a97fd3e8de3829fcd4')
14
15prepare() {
16 [ -d "$pkgname-$pkgver" ] || mkdir "$pkgname-$pkgver"
17 cd "$pkgname-$pkgver"
18 bsdtar xf "../$pkgname.$pkgver.zip"
19}
20
21package() {
22 cd "$pkgname-$pkgver"
23 mkdir -p "$pkgdir/usr/bin" "$pkgdir/usr/share/doc/$pkgname" "$pkgdir/usr/share/licenses/$pkgname"
24 cp fasmg.x64 "$pkgdir/usr/bin/fasmg"
25 chmod +x "$pkgdir/usr/bin/fasmg"
26 cp -r docs/* examples "$pkgdir/usr/share/doc/$pkgname"
27 cp license.txt "$pkgdir/usr/share/licenses/$pkgname"
28}
29
30

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-27 13:32
@@ -2,7 +2,7 @@
# Contributor: Chjara Yebgui <tuxcrafting@cronut.cafe>
pkgname=fasmg
-pkgver=kp60
+pkgver=l8vn
pkgrel=1
pkgdesc="Assembler with advanced macro-instruction abilities"
arch=('x86_64')
@@ -10,7 +10,7 @@
license=('BSD')
source=("https://flatassembler.net/$pkgname.$pkgver.zip")
noextract=("$pkgname.$pkgver.zip")
-sha512sums=('69e7b591497c123403f3c6bede72eefcfdcae2d784baf131c81291a1f8e1949019042c26abc52c169cb842177abd2294a47b3056d61b9ecdd5c1d2ecb246adf6')
+sha512sums=('010f9dd675884d73893e9e9dfd191e6fea39a74714d168cf18773d0d263f5eab07f2568a56550da02ad959520c948afffc459dfd936ac4a97fd3e8de3829fcd4')
prepare() {
[ -d "$pkgname-$pkgver" ] || mkdir "$pkgname-$pkgver"

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 13:32:42 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion