anyshift-annie-bin
maintainer anyshift
· 0 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 domain, which is not on the whitelist but is plausibly legitimate; checksums are provided and match the binaries, reducing supply-chain 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from the project's official domain, which is not on the whitelist but is plausibly legitimate; checksums are provided and match the binaries, reducing supply-chain 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:15
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://annie-cli.anyshift.io/releases/${pkgver}/annie-${pkgver}-linux-arm64.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: ntibi <engineering@anyshift.io>
3
4
pkgname='anyshift-annie-bin'
5
pkgver=0.8.23
6
pkgrel=1
7
pkgdesc='AI-powered infrastructure observability CLI'
8
url='https://anyshift.io'
9
arch=('aarch64' 'x86_64')
10
license=('Proprietary')
11
provides=('annie')
12
conflicts=('annie')
13
depends=('glibc')
14
15
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://annie-cli.anyshift.io/releases/${pkgver}/annie-${pkgver}-linux-arm64.tar.gz")
16
sha256sums_aarch64=('caa459416b845335f57906b28bee647a7747d02f77f6e80225ed2ae53f417246')
17
18
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://annie-cli.anyshift.io/releases/${pkgver}/annie-${pkgver}-linux-amd64.tar.gz")
19
sha256sums_x86_64=('b53e85957fc6687a657c35f63dfd92468efee5c41d556d1a57ea5781c1563c66')
20
21
package() {
22
install -Dm755 "./annie" "${pkgdir}/usr/bin/annie"
23
}
24
Changes since previous scan
--- PKGBUILD @ 2026-07-31 13:18+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ # Maintainer: ntibi <engineering@anyshift.io> pkgname='anyshift-annie-bin'-pkgver=0.8.21+pkgver=0.8.23 pkgrel=1 pkgdesc='AI-powered infrastructure observability CLI' url='https://anyshift.io'@@ -13,10 +13,10 @@ depends=('glibc') source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://annie-cli.anyshift.io/releases/${pkgver}/annie-${pkgver}-linux-arm64.tar.gz")-sha256sums_aarch64=('04ccf96d313c65d3fc6c27398a4341ccb4ca1541550cc0e0cef49642d10a1da0')+sha256sums_aarch64=('caa459416b845335f57906b28bee647a7747d02f77f6e80225ed2ae53f417246') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://annie-cli.anyshift.io/releases/${pkgver}/annie-${pkgver}-linux-amd64.tar.gz")-sha256sums_x86_64=('5eef950146a3f55c994794e3748f1e0967a960519222aba81046abb721ebd65a')+sha256sums_x86_64=('b53e85957fc6687a657c35f63dfd92468efee5c41d556d1a57ea5781c1563c66') package() { install -Dm755 "./annie" "${pkgdir}/usr/bin/annie"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 15:18:17 | MEDIUM | 1 |
| 2026-07-31 13:18:10 | MEDIUM | 1 |
| 2026-07-31 11:17:50 | MEDIUM | 1 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 17:15:21 | MEDIUM | 1 |
| 2026-07-30 15:15:12 | MEDIUM | 1 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 15:39:03 | MEDIUM | 1 |
| 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 15:24:42 | MEDIUM | 1 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 13:20:28 | MEDIUM | 1 |