meshix-cli-bin
maintainer shpitdev
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a private GitHub release without a publicly verifiable source, relying on a hardcoded checksum; if the release asset were swapped, users would execute unreviewed code.
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 95%): The package downloads a prebuilt binary from a private GitHub release without a publicly verifiable source, relying on a hardcoded checksum; if the release asset were swapped, users would execute unreviewed code.
PKGBUILD
1
# Maintainer: Anand Pant
2
3
pkgname=meshix-cli-bin
4
pkgver=0.0.27
5
pkgrel=1
6
pkgdesc="Meshix CLI for run inspection and generation workflows"
7
arch=('x86_64')
8
url="https://github.com/shpitdev/meshix-mono"
9
license=('LicenseRef-proprietary')
10
install="${pkgname}.install"
11
makedepends=('github-cli')
12
depends=('nodejs')
13
provides=('meshix-cli')
14
conflicts=('meshix-cli')
15
16
# Public PKGBUILD, private release asset. Users need GitHub access to the shpitdev org.
17
_release_version="${pkgver//_/-}"
18
_asset="meshix-cli_v${_release_version}_linux_amd64.tar.gz"
19
_sha256='f881387e2c5a6d8701a1e3a3037546d57911ca7e9ec14e65b3e763489fbac965'
20
21
prepare() {
22
gh release download "meshix-cli-v${_release_version}" \
23
--repo shpitdev/meshix-mono \
24
--pattern "${_asset}" \
25
--dir . --clobber
26
27
echo "${_sha256} ${_asset}" | sha256sum -c
28
tar xzf "${_asset}"
29
}
30
31
package() {
32
install -Dm755 "meshix-cli_v${_release_version}_linux_amd64/meshix-cli" \
33
"${pkgdir}/usr/bin/meshix-cli"
34
}
35
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Anand Pant pkgname=meshix-cli-bin-pkgver=0.0.25+pkgver=0.0.27 pkgrel=1 pkgdesc="Meshix CLI for run inspection and generation workflows" arch=('x86_64')@@ -16,7 +16,7 @@ # Public PKGBUILD, private release asset. Users need GitHub access to the shpitdev org. _release_version="${pkgver//_/-}" _asset="meshix-cli_v${_release_version}_linux_amd64.tar.gz"-_sha256='329c4b0dfa3f7748fad284455e7193339fcc5b537b615472ba5e61c937a6eece'+_sha256='f881387e2c5a6d8701a1e3a3037546d57911ca7e9ec14e65b3e763489fbac965' prepare() { gh release download "meshix-cli-v${_release_version}" \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 17:32:42 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 15:27:57 | MEDIUM | 2 |