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
3
pkgname=silo-bin
4
_pkgname=silo
5
pkgver=0.4.1
6
pkgrel=1
7
pkgdesc="Self-hosted Dropbox in one binary - SeaDrive-compatible, SQLite-backed, TUI-managed (prebuilt)"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/dkam/silo"
10
license=('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.
14
options=('!strip' '!debug')
15
16
source=("$_pkgname-$pkgver-LICENSE.txt::$url/raw/v$pkgver/LICENSE.txt"
17
"$_pkgname.service")
18
source_x86_64=("$_pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-v$pkgver-linux-amd64.tar.gz")
19
source_aarch64=("$_pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-v$pkgver-linux-arm64.tar.gz")
20
21
sha256sums=('e987aa2f85f1d50f8a2a545e9646e577338966ae45e0386aaf913b0dec655f6a'
22
'4a98ad92a32910eee400d060dd585888e02f5fd0249ee37b3d6c76de756fd550')
23
sha256sums_x86_64=('4d2b3a5d6180c36e44cd4561dff35f8bafe5de3f8b78377d95ad3a295ca3a5a0')
24
sha256sums_aarch64=('eef9a0053046a2f13698ed3ec13a4118a2a021f4edbaca66bd24c4cb75c03d12')
25
26
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 23:38:16 | LOW | 2 |
| 2026-08-17 13:36:23 | LOW | 2 |