commanderdog-bin

LOW
maintainer woofson 0 votes scanned 2026-08-28 11:35:03.635011
View on AUR
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>
2pkgname=commanderdog-bin
3pkgver=0.3.0
4pkgrel=1
5pkgdesc="Multi-Tab Web & Desktop File Commander - By Woofson (Pre-compiled standalone binary)"
6arch=('x86_64')
7url="https://github.com/Woofson/commanderdog"
8license=('MIT')
9provides=('commanderdog')
10conflicts=('commanderdog')
11depends=('glibc' 'sqlite' 'libssh2' 'openssl' 'ca-certificates')
12source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/commanderdog-v$pkgver-linux-$arch.tar.gz")
13sha256sums=('b5e7272517f611e753eb6744f390c10ddad931eadd3b32d632e2325ff76fafaa')
14
15package() {
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)SeverityRules
2026-08-28 11:35:03 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