silo-bin

maintainer dkam · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package downloads prebuilt binaries from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the lack of votes and recent upload, not the source.

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 95%): The package downloads prebuilt binaries from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the lack of votes and recent upload, not the source.

PKGBUILD

1# Maintainer: Dan Milne <d@nmilne.com>
2
3pkgname=silo-bin
4_pkgname=silo
5pkgver=0.4.1
6pkgrel=1
7pkgdesc="Self-hosted Dropbox in one binary - SeaDrive-compatible, SQLite-backed, TUI-managed (prebuilt)"
8arch=('x86_64' 'aarch64')
9url="https://github.com/dkam/silo"
10license=('AGPL-3.0-only')
11# NOTE: no provides/conflicts on 'silo' - that AUR name belongs to LLNL's
12# unrelated scientific data format library, and claiming it would make the two
13# falsely exclusive. Nothing here collides with its file list.
14options=('!strip' '!debug')
15
16source=("$_pkgname-$pkgver-LICENSE.txt::$url/raw/v$pkgver/LICENSE.txt"
17 "$_pkgname.service")
18source_x86_64=("$_pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-v$pkgver-linux-amd64.tar.gz")
19source_aarch64=("$_pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-v$pkgver-linux-arm64.tar.gz")
20
21sha256sums=('e987aa2f85f1d50f8a2a545e9646e577338966ae45e0386aaf913b0dec655f6a'
22 '4a98ad92a32910eee400d060dd585888e02f5fd0249ee37b3d6c76de756fd550')
23sha256sums_x86_64=('4d2b3a5d6180c36e44cd4561dff35f8bafe5de3f8b78377d95ad3a295ca3a5a0')
24sha256sums_aarch64=('eef9a0053046a2f13698ed3ec13a4118a2a021f4edbaca66bd24c4cb75c03d12')
25
26package() {
27 install -Dm755 "$srcdir/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
28 install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/user/$_pkgname.service"
29 install -Dm644 "$srcdir/$_pkgname-$pkgver-LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 23:38:16 LOW 2
2026-08-17 13:36:23 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