scalable-cli-bin
LOW
maintainer gabrielecabrini
1 votes
scanned 2026-09-02 17:51:12.085206
Why flagged
Package is a recently uploaded binary from the project's official GitHub release with a matching checksum; builds no code, installs only a prebuilt executable and license data, typical for AUR packaging.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): Package is a recently uploaded binary from the project's official GitHub release with a matching checksum; builds no code, installs only a prebuilt executable and license data, typical for AUR packaging.
PKGBUILD
1
# Maintainer: Gabriele Cabrini <gabrielecabrini@proton.me>
2
3
pkgname=scalable-cli-bin
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc="Command-line interface for Scalable Capital"
7
arch=('x86_64')
8
url="https://github.com/ScalableCapital/scalable-cli"
9
license=('Apache-2.0')
10
# ca-certificates is not linked, but rustls reads /etc/ssl/certs/ca-certificates.crt at runtime
11
depends=('glibc' 'gcc-libs' 'ca-certificates')
12
optdepends=('gnome-keyring: store the session in the keyring instead of plain files')
13
provides=("scalable-cli=${pkgver}")
14
# 'sc' (AUR, ncurses spreadsheet) also ships /usr/bin/sc
15
conflicts=('scalable-cli' 'sc')
16
options=(!strip)
17
source=("${url}/releases/download/v${pkgver}/sc-v${pkgver}-linux-x86_64-gnu.tar.gz")
18
sha256sums=('f572bf49b853be35c56bc59b7ab2f4576be2ed524a1a3a0b0658ed69a54a6180')
19
20
package() {
21
cd "sc-v${pkgver}-linux-x86_64-gnu"
22
23
install -Dm755 sc "${pkgdir}/usr/bin/sc"
24
25
local licdir="${pkgdir}/usr/share/licenses/${pkgname}"
26
install -d "${licdir}"
27
install -m644 -t "${licdir}" THIRD_PARTY_NOTICES.md DEPENDENCY_LICENSES.csv
28
cp -r third_party_licenses "${licdir}/"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-02 17:51:12 | Low | 2 |