dbt-fusion-bin
maintainer AlphaJack
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the project's official CDN (getdbt.com), which is a legitimate source; while the host is not whitelisted, it is plausibly official and the binaries are checksummed, reducing risk.
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 prebuilt binaries from the project's official CDN (getdbt.com), which is a legitimate source; while the host is not whitelisted, it is plausibly official and the binaries are checksummed, reducing risk.
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_x86_64=("https://public.cdn.getdbt.com/fs/cli/fs-v$_pkgver-x86_64-unknown-linux-gnu.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: AlphaJack <alphajack at tuta dot io>
2
3
# set _pkgver to the last version:
4
5
#curl -s "https://public.cdn.getdbt.com/fs/latest.json" | jq -r ".tag"
6
7
pkgname="dbt-fusion-bin"
8
_pkgver=2.0.0-beta.12
9
pkgver="${_pkgver/-/.}"
10
pkgrel=1
11
pkgdesc="The next-generation engine for dbt"
12
url="https://www.getdbt.com/product/fusion"
13
license=("custom")
14
arch=("x86_64" "aarch64")
15
source=("https://raw.githubusercontent.com/dbt-labs/dbt-fusion/refs/heads/main/LICENSES.md")
16
source_x86_64=("https://public.cdn.getdbt.com/fs/cli/fs-v$_pkgver-x86_64-unknown-linux-gnu.tar.gz")
17
source_aarch64=("https://public.cdn.getdbt.com/fs/cli/fs-v$_pkgver-aarch64-unknown-linux-gnu.tar.gz")
18
b2sums=('716ed04e146966d2807091968e14b3f6d34f23a748f5f2fb52ee408aeea93ed7c3a08354f0712dcbf552ce70ed943701981457ca16ffe8dbe20530de7ec8fac6')
19
b2sums_x86_64=('82a5adc5a865b06e21aba949e0afc40774885dd83418192f85fd627fb071cf90656dd07421e2b617933a10193f105c27a6303453b9e0de0d91b04a2c0fa83f61')
20
b2sums_aarch64=('74ff625ef0803819df1de0b38a61f73ad6f9187dffd9a42a2f612fc9bf9c097b3852bab2202a9459b9b2a993baa5613cd83a8b62ad19dccda683e8f4d3913a8d')
21
22
package() {
23
install -v -D -m 755 "dbt" "$pkgdir/usr/bin/dbtf"
24
install -D -m 644 "LICENSES.md" -t "$pkgdir/usr/share/licenses/dbt-fusion"
25
}
26
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 |