acli-bin
maintainer shenrs
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a project-specific domain (acli.atlassian.com) that is plausibly official for the software; while the host is not a standard forge, it is directly related to the project, and the binary is installed without further execution or obfuscation, making the supply-chain risk low 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from a project-specific domain (acli.atlassian.com) that is plausibly official for the software; while the host is not a standard forge, it is directly related to the project, and the binary is installed without further execution or obfuscation, making the supply-chain risk low 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:13
source_x86_64=("https://acli.atlassian.com/linux/${pkgver}-stable/acli_${pkgver}-stable_linux_amd64.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: futpib <futpib@gmail.com>
2
3
pkgname=acli-bin
4
pkgver=1.3.22
5
pkgrel=1
6
pkgdesc="Software to interact with Atlassian Cloud from the terminal"
7
arch=('x86_64')
8
url="https://developer.atlassian.com/cloud/acli/"
9
license=('custom')
10
provides=('acli')
11
conflicts=('acli')
12
13
source_x86_64=("https://acli.atlassian.com/linux/${pkgver}-stable/acli_${pkgver}-stable_linux_amd64.tar.gz")
14
15
sha256sums_x86_64=('de9e0a60a556e4119428b9072f6ca787e75b9f9a538aa71ebcc8084deb8ca1a6')
16
17
package() {
18
install -Dm755 "acli_${pkgver}-stable_linux_amd64/acli" "$pkgdir/usr/bin/acli"
19
}
20
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: futpib <futpib@gmail.com> pkgname=acli-bin-pkgver=1.3.19+pkgver=1.3.22 pkgrel=1 pkgdesc="Software to interact with Atlassian Cloud from the terminal" arch=('x86_64')@@ -12,7 +12,7 @@ source_x86_64=("https://acli.atlassian.com/linux/${pkgver}-stable/acli_${pkgver}-stable_linux_amd64.tar.gz") -sha256sums_x86_64=('f29fa8b7f01710053c2f4e07723501ebfe448672b669d32d83e961686d383a6d')+sha256sums_x86_64=('de9e0a60a556e4119428b9072f6ca787e75b9f9a538aa71ebcc8084deb8ca1a6') package() { install -Dm755 "acli_${pkgver}-stable_linux_amd64/acli" "$pkgdir/usr/bin/acli"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 11:17:50 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |