fastbuild

maintainer txfx · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a project-owned tarball from the official project domain; building from official source is normal AUR practice, even if the host is not on a whitelist.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a project-owned tarball from the official project domain; building from official source is normal AUR practice, even if the host is not on a whitelist.

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:11 source=("https://www.fastbuild.org/downloads/v$pkgver/FASTBuild-Src-v$pkgver.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: txfx <fx.roure@gmail.com>
2
3pkgname=fastbuild
4pkgver=1.20
5pkgrel=1
6pkgdesc="High-performance build system"
7arch=('x86_64')
8url="https://www.fastbuild.org"
9license=('custom')
10makedepends=('gcc')
11source=("https://www.fastbuild.org/downloads/v$pkgver/FASTBuild-Src-v$pkgver.zip")
12md5sums=('1db0c8e8b2b50fc90b9f4b051f933a6a')
13
14build() {
15 chmod +x Bin/Linux-x64/fbuild
16
17 cd Code
18
19 sed -i -e "1i\\
20 #define CI_BUILD
21 " fbuild.bff Tools/FBuild/FBuildTest/Data/testcommon.bff
22
23 sed -i -e "
24 s:GCC_BINARY:$(which gcc):
25 s:GXX_BINARY:$(which g++):
26 s:CC1_BINARY:$(gcc -print-prog-name=cc1):
27 s:CC1PLUS_BINARY:$(g++ -print-prog-name=cc1plus):
28 " ../External/SDK/GCC/Linux/GCC_CI.bff
29
30 ../Bin/Linux-x64/fbuild All-x64Linux-Release
31}
32
33package() {
34 install -Dm755 tmp/x64Linux-Release/Tools/FBuild/FBuild/fbuild "$pkgdir/usr/bin/fbuild"
35 install -Dm755 tmp/x64Linux-Release/Tools/FBuild/FBuildWorker/fbuildworker "$pkgdir/usr/bin/fbuildworker"
36 install -Dm644 Code/LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37}
38

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: txfx <fx.roure@gmail.com>
pkgname=fastbuild
-pkgver=1.18
+pkgver=1.20
pkgrel=1
pkgdesc="High-performance build system"
arch=('x86_64')
@@ -9,7 +9,7 @@
license=('custom')
makedepends=('gcc')
source=("https://www.fastbuild.org/downloads/v$pkgver/FASTBuild-Src-v$pkgver.zip")
-md5sums=('811163fc2f8ff0d0d78fd92f408e91b1')
+md5sums=('1db0c8e8b2b50fc90b9f4b051f933a6a')
build() {
chmod +x Bin/Linux-x64/fbuild

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 09:32:02 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