atlas-bin
maintainer luxcem
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the project's own official release domain (release.ariga.io), which is a standard practice; the binary is directly installed, and the checksums are verified, making it a low-risk, typical AUR package despite the non-whitelisted host.
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 a prebuilt binary from the project's own official release domain (release.ariga.io), which is a standard practice; the binary is directly installed, and the checksums are verified, making it a low-risk, typical AUR package despite the non-whitelisted host.
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:18
source_x86_64=("https://release.ariga.io/atlas/${binary}-community-linux-amd64-v${pkgver}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: luxcem <a@luxcem.fr>
2
# Contributor: Jerry Y. Chen <chen@jyny.dev>
3
4
5
pkgname=atlas-bin
6
pkgdesc="A modern tool for managing database schemas"
7
pkgver=1.0.0
8
pkgrel=3
9
binary=atlas
10
arch=("x86_64")
11
makedepends=("go")
12
13
license=("Apache-2.0")
14
provides=('atlas')
15
conflicts=('atlas')
16
url="https://github.com/ariga/${binary}"
17
18
source_x86_64=("https://release.ariga.io/atlas/${binary}-community-linux-amd64-v${pkgver}")
19
20
sha256sums_x86_64=('9933f9a75cad6962ba0cf39813ecc2b1454aa35e952e4bcc36ee714c921ac860')
21
b2sums_x86_64=('1f41c0a93de22d80d49ee620dc57da8c90bee3cf3bb4d81994cbdb4e01d23915e96c109d88e2196646f86aac42e242d019c21a909689637e00c2ded6ddef0a42')
22
23
package() {
24
install -Dm755 "${srcdir}/${binary}-community-linux-amd64-v${pkgver}" "${pkgdir}/usr/bin/${binary}"
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 |