archclone
maintainer a4ace_1
· 0 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 project's own GitHub repository, which is normal for AUR packages; the low severity is due to the unverified checksum and recent upload with few votes, but the source is from a plausible project-owned location and installs only scripts and data files.
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 project's own GitHub repository, which is normal for AUR packages; the low severity is due to the unverified checksum and recent upload with few votes, but the source is from a plausible project-owned location and installs only scripts and data files.
PKGBUILD
1
pkgname=archclone
2
pkgver=1.0.4
3
pkgrel=1
4
pkgdesc="Plugin-based backup and restore framework for Arch Linux"
5
arch=('any')
6
url="https://github.com/a4ace1/ArchClone"
7
license=('MIT')
8
depends=('bash' 'rsync' 'tar' 'coreutils' 'findutils' 'grep' 'sed')
9
source=("$pkgname-$pkgver.tar.gz::https://github.com/a4ace1/ArchClone/archive/refs/tags/v${pkgver}.tar.gz")
10
sha256sums=('SKIP')
11
12
package() {
13
cd "$srcdir/ArchClone-$pkgver"
14
15
install -Dm755 archclone "$pkgdir/usr/bin/archclone"
16
17
install -d "$pkgdir/usr/lib/archclone"
18
19
cp -r \
20
backup.sh \
21
doctor.sh \
22
restore.sh \
23
verify.sh \
24
lib \
25
modules \
26
restore \
27
config \
28
VERSION \
29
"$pkgdir/usr/lib/archclone"
30
31
install -Dm644 LICENSE \
32
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33
}
34
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 13:11:48 | LOW | 2 |