atlas-bin

MEDIUM
maintainer luxcem 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt binary from a non-standard, non-whitelisted host (release.ariga.io), which is not a common forge or vendor domain, creating a supply-chain risk if the host were compromised or the release were silently swapped.

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:18 source_x86_64=("https://release.ariga.io/atlas/${binary}-community-linux-amd64-v${pkgver}")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt binary from a non-standard, non-whitelisted host (release.ariga.io), which is not a common forge or vendor domain, creating a supply-chain risk if the host were compromised or the release were silently swapped.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: luxcem <a@luxcem.fr>
2# Contributor: Jerry Y. Chen <chen@jyny.dev>
3
4
5pkgname=atlas-bin
6pkgdesc="A modern tool for managing database schemas"
7pkgver=1.3.0
8pkgrel=1
9binary=atlas
10arch=("x86_64")
11makedepends=("go")
12
13license=("Apache-2.0")
14provides=('atlas')
15conflicts=('atlas')
16url="https://github.com/ariga/${binary}"
17
18source_x86_64=("https://release.ariga.io/atlas/${binary}-community-linux-amd64-v${pkgver}")
19
20sha256sums_x86_64=('10d7913e3dce43ab99b8d71534a4cbadaf11a16dc293adf3b91d10e83a0ac70b')
21b2sums_x86_64=('10d1dd1fe851becb8e84c206224532dacd1aadeae7ee6a893c118dc223fb3ed0c4ccae740039fef33e3469ed2512b1f979c0c162906cbf4989e0aff6bd06de3b')
22
23package() {
24 install -Dm755 "${srcdir}/${binary}-community-linux-amd64-v${pkgver}" "${pkgdir}/usr/bin/${binary}"
25}
26

Changes since previous scan

--- PKGBUILD @ 2026-09-06 00:17
+++ PKGBUILD @ 2026-09-17 00:27
@@ -4,8 +4,8 @@
pkgname=atlas-bin
pkgdesc="A modern tool for managing database schemas"
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
binary=atlas
arch=("x86_64")
makedepends=("go")
@@ -17,8 +17,8 @@
source_x86_64=("https://release.ariga.io/atlas/${binary}-community-linux-amd64-v${pkgver}")
-sha256sums_x86_64=('9933f9a75cad6962ba0cf39813ecc2b1454aa35e952e4bcc36ee714c921ac860')
-b2sums_x86_64=('1f41c0a93de22d80d49ee620dc57da8c90bee3cf3bb4d81994cbdb4e01d23915e96c109d88e2196646f86aac42e242d019c21a909689637e00c2ded6ddef0a42')
+sha256sums_x86_64=('10d7913e3dce43ab99b8d71534a4cbadaf11a16dc293adf3b91d10e83a0ac70b')
+b2sums_x86_64=('10d1dd1fe851becb8e84c206224532dacd1aadeae7ee6a893c118dc223fb3ed0c4ccae740039fef33e3469ed2512b1f979c0c162906cbf4989e0aff6bd06de3b')
package() {
install -Dm755 "${srcdir}/${binary}-community-linux-amd64-v${pkgver}" "${pkgdir}/usr/bin/${binary}"

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 17:12:21 Medium 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2

Report a package

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

0 / 4000
Your suggestion