commanderdog-bin
LOW
maintainer woofson
0 votes
scanned 2026-08-28 11:35:03.635011
Why flagged
The package installs a precompiled binary from the project's official GitHub releases, which is normal for -bin packages; low severity due to few votes and recent upload, but no malicious behavior observed.
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 installs a precompiled binary from the project's official GitHub releases, which is normal for -bin packages; low severity due to few votes and recent upload, but no malicious behavior observed.
PKGBUILD
1
# Maintainer: Bolt J Woofson <bolt@boop.no>
2
pkgname=commanderdog-bin
3
pkgver=0.3.0
4
pkgrel=1
5
pkgdesc="Multi-Tab Web & Desktop File Commander - By Woofson (Pre-compiled standalone binary)"
6
arch=('x86_64')
7
url="https://github.com/Woofson/commanderdog"
8
license=('MIT')
9
provides=('commanderdog')
10
conflicts=('commanderdog')
11
depends=('glibc' 'sqlite' 'libssh2' 'openssl' 'ca-certificates')
12
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/commanderdog-v$pkgver-linux-$arch.tar.gz")
13
sha256sums=('b5e7272517f611e753eb6744f390c10ddad931eadd3b32d632e2325ff76fafaa')
14
15
package() {
16
cd "$srcdir/commanderdog-v$pkgver-linux-$arch"
17
install -Dm755 "commanderdog" "$pkgdir/usr/local/bin/commanderdog"
18
install -Dm644 "commanderdog.service" "$pkgdir/usr/lib/systemd/system/commanderdog.service"
19
20
install -d "$pkgdir/etc/commanderdog/conf.d"
21
install -m644 conf.d/*.toml "$pkgdir/etc/commanderdog/conf.d/"
22
23
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 11:35:03 | Low | 2 |