scalable-cli-bin

LOW
maintainer gabrielecabrini 1 votes scanned 2026-09-02 17:51:12.085206
View on AUR
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
3pkgname=scalable-cli-bin
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="Command-line interface for Scalable Capital"
7arch=('x86_64')
8url="https://github.com/ScalableCapital/scalable-cli"
9license=('Apache-2.0')
10# ca-certificates is not linked, but rustls reads /etc/ssl/certs/ca-certificates.crt at runtime
11depends=('glibc' 'gcc-libs' 'ca-certificates')
12optdepends=('gnome-keyring: store the session in the keyring instead of plain files')
13provides=("scalable-cli=${pkgver}")
14# 'sc' (AUR, ncurses spreadsheet) also ships /usr/bin/sc
15conflicts=('scalable-cli' 'sc')
16options=(!strip)
17source=("${url}/releases/download/v${pkgver}/sc-v${pkgver}-linux-x86_64-gnu.tar.gz")
18sha256sums=('f572bf49b853be35c56bc59b7ab2f4576be2ed524a1a3a0b0658ed69a54a6180')
19
20package() {
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)SeverityRules
2026-09-02 17:51:12 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion