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

1pkgname=archclone
2pkgver=1.0.4
3pkgrel=1
4pkgdesc="Plugin-based backup and restore framework for Arch Linux"
5arch=('any')
6url="https://github.com/a4ace1/ArchClone"
7license=('MIT')
8depends=('bash' 'rsync' 'tar' 'coreutils' 'findutils' 'grep' 'sed')
9source=("$pkgname-$pkgver.tar.gz::https://github.com/a4ace1/ArchClone/archive/refs/tags/v${pkgver}.tar.gz")
10sha256sums=('SKIP')
11
12package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion