aam-cli-bin
maintainer INiNiDS
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a non-whitelisted but project-owned GitHub release; while the source is plausible, the skipped checksum prevents verification, creating a supply-chain risk if the release were compromised.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
MEDIUM
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 90%): The package installs a prebuilt binary from a non-whitelisted but project-owned GitHub release; while the source is plausible, the skipped checksum prevents verification, creating a supply-chain risk if the release were compromised.
PKGBUILD
1
# Maintainer: INiNiDS
2
pkgname=aam-cli-bin
3
pkgver=0.4.1
4
pkgrel=1
5
pkgdesc="CLI for AAM (Abstract Alias Mapping) files with TUI editor and LSP"
6
arch=('x86_64')
7
url="https://github.com/ininids/aam-cli"
8
license=('GPL3')
9
depends=()
10
source=("aam-linux-amd64::https://github.com/ininids/aam-cli/releases/download/v${pkgver}/aam-linux-amd64")
11
sha256sums=('SKIP')
12
13
package() {
14
install -Dm755 "${srcdir}/aam-linux-amd64" "${pkgdir}/usr/bin/aam"
15
}
16
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 07:22:42 | MEDIUM | 2 |