shacklog
maintainer camelliatse
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a source tarball hosted on the maintainer's GitHub repository, which is a normal AUR practice; the 'SKIP' checksum and low votes/newness are quality concerns but do not indicate active danger as it installs only a script and documentation.
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 builds from a source tarball hosted on the maintainer's GitHub repository, which is a normal AUR practice; the 'SKIP' checksum and low votes/newness are quality concerns but do not indicate active danger as it installs only a script and documentation.
PKGBUILD
1
# Maintainer: CamelliaTse
2
# Contributor: CamelliaTse
3
4
pkgname=shacklog
5
pkgver=1.0.0
6
pkgrel=1
7
pkgdesc="ShackLog - 无线电通联记录工具 / Radio QSO Logger (Ham Radio QSO Logger)"
8
arch=('any')
9
url="https://github.com/CamelliaTse/shacklog"
10
license=('MIT')
11
depends=('python-rich')
12
makedepends=()
13
source=("$pkgname-$pkgver.tar.gz::https://github.com/CamelliaTse/shacklog/archive/v$pkgver.tar.gz")
14
sha256sums=('SKIP')
15
16
package() {
17
cd "$srcdir/$pkgname-$pkgver"
18
install -Dm755 shacklog "$pkgdir/usr/bin/shacklog"
19
install -Dm644 README.md "$pkgdir/usr/share/doc/shacklog/README.md"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 07:13:42 | LOW | 2 |